Skip to content

Commit 99a73f9

Browse files
committed
Merge tag 'core-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull WARN fix from Ingo Molnar: "Fix a missing preempt-enable in the WARN() slowpath" * tag 'core-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: panic: Reenable preemption in WARN slowpath
2 parents 42aadec + cccd328 commit 99a73f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel/panic.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -697,6 +697,7 @@ void warn_slowpath_fmt(const char *file, int line, unsigned taint,
697697
if (!fmt) {
698698
__warn(file, line, __builtin_return_address(0), taint,
699699
NULL, NULL);
700+
warn_rcu_exit(rcu);
700701
return;
701702
}
702703

0 commit comments

Comments
 (0)