]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
objtool: Remove .parainstructions reference
authorJosh Poimboeuf <jpoimboe@kernel.org>
Wed, 17 Sep 2025 16:03:34 +0000 (09:03 -0700)
committerJosh Poimboeuf <jpoimboe@kernel.org>
Tue, 14 Oct 2025 21:45:24 +0000 (14:45 -0700)
The .parainstructions section no longer exists since the following
commit:

  60bc276b129e ("x86/paravirt: Switch mixed paravirt/alternative calls to alternatives").

Remove the reference to it.

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

index 2bd35d11411bfd5d82c14f297b96bd0dae81f06a..61e071c46ac260a1a87c22f022d837056dfc0310 100644 (file)
@@ -4468,7 +4468,6 @@ static int validate_ibt(struct objtool_file *file)
                    !strcmp(sec->name, ".altinstructions")              ||
                    !strcmp(sec->name, ".ibt_endbr_seal")               ||
                    !strcmp(sec->name, ".orc_unwind_ip")                ||
-                   !strcmp(sec->name, ".parainstructions")             ||
                    !strcmp(sec->name, ".retpoline_sites")              ||
                    !strcmp(sec->name, ".smp_locks")                    ||
                    !strcmp(sec->name, ".static_call_sites")            ||