]> git.ipfire.org Git - thirdparty/linux.git/commit
objtool: Remove superfluous global_noreturns entries
authorJosh Poimboeuf <jpoimboe@kernel.org>
Tue, 18 Apr 2023 21:27:52 +0000 (14:27 -0700)
committerJosh Poimboeuf <jpoimboe@kernel.org>
Tue, 16 May 2023 13:31:54 +0000 (06:31 -0700)
commit34245659debd194cbd4148d2ee5176306bdf8899
treedf17572c32c5dc4874642cf3ee1358ee978a7a13
parent55eeab2a8a11b71586ef0ad3adf532ca5f97d4be
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: Miroslav Benes <mbenes@suse.cz>
Link: https://lore.kernel.org/r/2725d7f2ccc2361c6903de9ebaa2b5bb304f7ac2.1681853186.git.jpoimboe@kernel.org
Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org>
tools/objtool/check.c