[GIT PULL] printk fixup for 6.11-rc5

From: Petr Mladek
Date: Mon Aug 19 2024 - 08:35:28 EST


Hi Linus,

please pull a regression fix for 6.11-rc5 from

git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux.git tags/printk-for-6.11-rc5

=====================================================

- Do not block printk on non-panic CPUs when they are dumping backtraces.

----------------------------------------------------------------
Ryo Takakura (1):
printk/panic: Allow cpu backtraces to be written into ringbuffer during panic

include/linux/panic.h | 1 +
kernel/panic.c | 8 +++++++-
kernel/printk/printk.c | 2 +-
3 files changed, 9 insertions(+), 2 deletions(-)