diff options
Diffstat (limited to '')
-rw-r--r-- | debian/patches-rt/0029-panic-Mark-emergency-section-in-warn.patch (renamed from debian/patches-rt/0033-panic-Mark-emergency-section-in-warn.patch) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches-rt/0033-panic-Mark-emergency-section-in-warn.patch b/debian/patches-rt/0029-panic-Mark-emergency-section-in-warn.patch index c3058599cf..35c04773c5 100644 --- a/debian/patches-rt/0033-panic-Mark-emergency-section-in-warn.patch +++ b/debian/patches-rt/0029-panic-Mark-emergency-section-in-warn.patch @@ -1,11 +1,11 @@ From: Thomas Gleixner <tglx@linutronix.de> Date: Mon, 11 Sep 2023 15:53:04 +0000 -Subject: [PATCH 33/50] panic: Mark emergency section in warn -Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/6.7/older/patches-6.7-rt6.tar.xz +Subject: [PATCH 29/48] panic: Mark emergency section in warn +Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/6.8/older/patches-6.8.2-rt11.tar.xz Mark the full contents of __warn() as an emergency section. In this section, the CPU will not perform console output for the -printk() calls. Instead, a flushing of the console output will +printk() calls. Instead, a flushing of the console output is triggered when exiting the emergency section. Co-developed-by: John Ogness <john.ogness@linutronix.de> |