mirror of
https://github.com/Dasharo/linux.git
synced 2026-03-06 15:25:10 -08:00
Merge tag 'objtool-urgent-2024-12-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull objtool fix from Ingo Molnar: "Fix false positive objtool build warning related to a noreturn function in the bcachefs code" * tag 'objtool-urgent-2024-12-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: objtool: Add bch2_trans_unlocked_error() to bcachefs noreturns
This commit is contained in:
@@ -19,6 +19,7 @@ NORETURN(__x64_sys_exit_group)
|
||||
NORETURN(arch_cpu_idle_dead)
|
||||
NORETURN(bch2_trans_in_restart_error)
|
||||
NORETURN(bch2_trans_restart_error)
|
||||
NORETURN(bch2_trans_unlocked_error)
|
||||
NORETURN(cpu_bringup_and_idle)
|
||||
NORETURN(cpu_startup_entry)
|
||||
NORETURN(do_exit)
|
||||
|
||||
Reference in New Issue
Block a user