mirror of
https://github.com/torvalds/linux.git
synced 2026-05-29 17:43:52 +02:00
objtool: Remove .parainstructions reference
The .parainstructions section no longer exists since the following
commit:
60bc276b12 ("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>
This commit is contained in:
parent
31eca25f3a
commit
72e4b6b44e
|
|
@ -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") ||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user