Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1
+1
kernel/panic.c
··· 697 697 if (!fmt) { 698 698 __warn(file, line, __builtin_return_address(0), taint, 699 699 NULL, NULL); 700 + warn_rcu_exit(rcu); 700 701 return; 701 702 } 702 703