Re: [PATCH v3 02/16] objtool: Explicitly avoid self modifying code in .altinstr_replacement
From: Josh Poimboeuf <hidden>
Date: 2021-10-28 04:01:16
Also in:
lkml
From: Josh Poimboeuf <hidden>
Date: 2021-10-28 04:01:16
Also in:
lkml
On Tue, Oct 26, 2021 at 02:01:34PM +0200, Peter Zijlstra wrote:
+ /* + * Alternative replacement code is just template code which is + * sometimes copied to the original instruction, For now, don't
s/,/./
+ * annotate it. (In the future we might consider annotating the + * original instruction if/when it ever makes sense to do so.).
s/\.$//
+ */
-- Josh