Skip to content

Commit bcfac55

Browse files
committed
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
2 parents bf7a281 + 31ad36a commit bcfac55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/objtool/noreturns.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ NORETURN(__x64_sys_exit_group)
1919
NORETURN(arch_cpu_idle_dead)
2020
NORETURN(bch2_trans_in_restart_error)
2121
NORETURN(bch2_trans_restart_error)
22+
NORETURN(bch2_trans_unlocked_error)
2223
NORETURN(cpu_bringup_and_idle)
2324
NORETURN(cpu_startup_entry)
2425
NORETURN(do_exit)

0 commit comments

Comments
 (0)