summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/0014-panic-Flush-kernel-log-buffer-at-the-end.patch
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--debian/patches-rt/0014-panic-Flush-kernel-log-buffer-at-the-end.patch (renamed from debian/patches-rt/0098-panic-Flush-kernel-log-buffer-at-the-end.patch)6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches-rt/0098-panic-Flush-kernel-log-buffer-at-the-end.patch b/debian/patches-rt/0014-panic-Flush-kernel-log-buffer-at-the-end.patch
index ec3cbc5dd2..09f528156f 100644
--- a/debian/patches-rt/0098-panic-Flush-kernel-log-buffer-at-the-end.patch
+++ b/debian/patches-rt/0014-panic-Flush-kernel-log-buffer-at-the-end.patch
@@ -1,7 +1,7 @@
From: John Ogness <john.ogness@linutronix.de>
Date: Thu, 14 Dec 2023 20:48:23 +0000
-Subject: [PATCH 098/134] panic: Flush kernel log buffer at the end
-Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/6.6/older/patches-6.6.7-rt18.tar.xz
+Subject: [PATCH 14/50] panic: Flush kernel log buffer at the end
+Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/6.7/older/patches-6.7-rt6.tar.xz
If the kernel crashes in a context where printk() calls always
defer printing (such as in NMI or inside a printk_safe section)
@@ -21,7 +21,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
--- a/kernel/panic.c
+++ b/kernel/panic.c
-@@ -442,6 +442,14 @@ void panic(const char *fmt, ...)
+@@ -446,6 +446,14 @@ void panic(const char *fmt, ...)
/* Do not scroll important messages printed above */
suppress_printk = 1;