Re: [PATCH] objtool: Re-add resume_play_dead() to noreturn list
From: Josh Poimboeuf
Date: Mon Oct 27 2025 - 16:37:42 EST
On Mon, Oct 27, 2025 at 05:39:07PM +0100, Thorsten Blum wrote:
> resume_play_dead() was added to the noreturn list in commit 52668badd34b
> ("x86/cpu: Mark {hlt,resume}_play_dead() __noreturn"), but was dropped
> in commit 6245ce4ab670 ("objtool: Move noreturn function list to
> separate file") when the list was moved to noreturns.h.
>
> Fix this by adding resume_play_dead() to the list again.
>
> Fixes: 6245ce4ab670 ("objtool: Move noreturn function list to separate file")
> Signed-off-by: Thorsten Blum <thorsten.blum@xxxxxxxxx>
Hm? There's no "resume_play_dead" in the diff for 6245ce4ab670.
That was actually done intentionally with a different commit:
34245659debd ("objtool: Remove superfluous global_noreturns entries")
--
Josh