Re: [PATCH v2 06/20] x86/alternative: use temporary mm for text poking
From: Borislav Petkov <bp@alien8.de>
Date: 2019-02-05 12:35:43
Also in:
linux-integrity, linux-mm, lkml
From: Borislav Petkov <bp@alien8.de>
Date: 2019-02-05 12:35:43
Also in:
linux-integrity, linux-mm, lkml
On Tue, Feb 05, 2019 at 12:31:46PM +0100, Peter Zijlstra wrote:
... So while in general I agree with BUG_ON() being undesirable, I think liberal sprinking in text_poke() is fine; you really _REALLY_ want this to work or fail loudly. Text corruption is just painful.
Ok. It would be good to have the gist of this sentiment in a comment
above it so that it is absolutely clear why we're doing it.
And since text_poke() can't fail, then it doesn't need a retval too.
AFAICT, nothing is actually using it.
--
Regards/Gruss,
Boris.
Good mailing practices for 400: avoid top-posting and trim the reply.