Re: [PATCH] objtool/rust: add one more `noreturn` Rust function
From: Miguel Ojeda
Date: Sun Jan 12 2025 - 09:47:29 EST
On Sun, Jan 12, 2025 at 3:40 PM Miguel Ojeda <ojeda@xxxxxxxxxx> wrote:
>
> See commit 56d680dd23c3 ("objtool/rust: list `noreturn` Rust functions")
> for more details.
>
> Cc: <stable@xxxxxxxxxxxxxxx> # Needed in 6.12.y only (Rust is pinned in older LTSs).
Greg/Sasha: I didn't add a Fixes since it is not really a "fix" for
that commit, but if you want it for automation please feel free to add
it:
Fixes: 56d680dd23c3 ("objtool/rust: list `noreturn` Rust functions")
> + strstr(func->name, "_4core9panicking13assert_failed") ||
> strstr(func->name, "_4core9panicking11panic_const24panic_const_") ||
Nit: I should have probably put it after this one to keep it sorted.
objtool: happy to take this through the Rust tree or not, as you
prefer -- it is not urgent.
Thanks!
Cheers,
Miguel