Commit 34245659 authored by Josh Poimboeuf's avatar Josh Poimboeuf
Browse files

objtool: Remove superfluous global_noreturns entries



lbug_with_loc() no longer exists, and resume_play_dead() is static
(objtool only checks globals and weaks).

Reviewed-by: default avatarMiroslav Benes <mbenes@suse.cz>
Link: https://lore.kernel.org/r/2725d7f2ccc2361c6903de9ebaa2b5bb304f7ac2.1681853186.git.jpoimboe@kernel.org


Signed-off-by: default avatarJosh Poimboeuf <jpoimboe@kernel.org>
parent 55eeab2a
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -217,7 +217,6 @@ static bool __dead_end_function(struct objtool_file *file, struct symbol *func,
		"kthread_complete_and_exit",
		"kthread_exit",
		"kunit_try_catch_throw",
		"lbug_with_loc",
		"machine_real_restart",
		"make_task_dead",
		"mpt_halt_firmware",
@@ -225,7 +224,6 @@ static bool __dead_end_function(struct objtool_file *file, struct symbol *func,
		"panic",
		"panic_smp_self_stop",
		"rest_init",
		"resume_play_dead",
		"rewind_stack_and_make_dead",
		"sev_es_terminate",
		"snp_abort",