summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/0028-printk-nbcon-Add-unsafe-flushing-on-panic.patch
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--debian/patches-rt/0028-printk-nbcon-Add-unsafe-flushing-on-panic.patch (renamed from debian/patches-rt/0112-printk-nbcon-Add-unsafe-flushing-on-panic.patch)6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches-rt/0112-printk-nbcon-Add-unsafe-flushing-on-panic.patch b/debian/patches-rt/0028-printk-nbcon-Add-unsafe-flushing-on-panic.patch
index cc689de08e..2bb67b473b 100644
--- a/debian/patches-rt/0112-printk-nbcon-Add-unsafe-flushing-on-panic.patch
+++ b/debian/patches-rt/0028-printk-nbcon-Add-unsafe-flushing-on-panic.patch
@@ -1,7 +1,7 @@
From: John Ogness <john.ogness@linutronix.de>
Date: Fri, 20 Oct 2023 10:03:42 +0000
-Subject: [PATCH 112/134] printk: nbcon: Add unsafe flushing on panic
-Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/6.6/older/patches-6.6.7-rt18.tar.xz
+Subject: [PATCH 28/50] printk: nbcon: Add unsafe flushing on panic
+Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/6.7/older/patches-6.7-rt6.tar.xz
Add nbcon_atomic_flush_unsafe() to flush all nbcon consoles
using the write_atomic() callback and allowing unsafe hostile
@@ -44,7 +44,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
#ifdef CONFIG_SMP
--- a/kernel/panic.c
+++ b/kernel/panic.c
-@@ -449,6 +449,7 @@ void panic(const char *fmt, ...)
+@@ -453,6 +453,7 @@ void panic(const char *fmt, ...)
* Explicitly flush the kernel log buffer one last time.
*/
console_flush_on_panic(CONSOLE_FLUSH_PENDING);