Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

objtool: Remove .parainstructions reference

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>

-1
-1
tools/objtool/check.c
··· 4468 4468 !strcmp(sec->name, ".altinstructions") || 4469 4469 !strcmp(sec->name, ".ibt_endbr_seal") || 4470 4470 !strcmp(sec->name, ".orc_unwind_ip") || 4471 - !strcmp(sec->name, ".parainstructions") || 4472 4471 !strcmp(sec->name, ".retpoline_sites") || 4473 4472 !strcmp(sec->name, ".smp_locks") || 4474 4473 !strcmp(sec->name, ".static_call_sites") ||