]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
x86/kprobes: Remove STACK_FRAME_NON_STANDARD annotation
authorJosh Poimboeuf <jpoimboe@kernel.org>
Wed, 17 Sep 2025 16:03:12 +0000 (09:03 -0700)
committerJosh Poimboeuf <jpoimboe@kernel.org>
Tue, 14 Oct 2025 21:45:21 +0000 (14:45 -0700)
commit122679ebf90eeff97c5f793ed9a289197e0fbb2c
tree051e7a5161a46ba6de472480992daa530e5c428d
parentbf770d6d2097a52d87f4d9c88d0b05bd3998d7de
x86/kprobes: Remove STACK_FRAME_NON_STANDARD annotation

Since commit 877b145f0f47 ("x86/kprobes: Move trampoline code into
RODATA"), the optprobe template code is no longer analyzed by objtool so
it doesn't need to be ignored.

Acked-by: Petr Mladek <pmladek@suse.com>
Tested-by: Joe Lawrence <joe.lawrence@redhat.com>
Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org>
arch/x86/kernel/kprobes/opt.c