Commit 72e4b6b4 authored by Josh Poimboeuf's avatar Josh Poimboeuf
Browse files

objtool: Remove .parainstructions reference



The .parainstructions section no longer exists since the following
commit:

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

Remove the reference to it.

Acked-by: default avatarPetr Mladek <pmladek@suse.com>
Tested-by: default avatarJoe Lawrence <joe.lawrence@redhat.com>
Signed-off-by: default avatarJosh Poimboeuf <jpoimboe@kernel.org>
parent 31eca25f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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")		||