diff options
Diffstat (limited to '')
-rw-r--r-- | debian/patches-rt/0030-panic-Mark-emergency-section-in-oops.patch (renamed from debian/patches-rt/0034-panic-Mark-emergency-section-in-oops.patch) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches-rt/0034-panic-Mark-emergency-section-in-oops.patch b/debian/patches-rt/0030-panic-Mark-emergency-section-in-oops.patch index d4ca13f249..cd3d80fe60 100644 --- a/debian/patches-rt/0034-panic-Mark-emergency-section-in-oops.patch +++ b/debian/patches-rt/0030-panic-Mark-emergency-section-in-oops.patch @@ -1,12 +1,12 @@ From: John Ogness <john.ogness@linutronix.de> Date: Tue, 19 Sep 2023 17:07:34 +0000 -Subject: [PATCH 34/50] panic: Mark emergency section in oops -Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/6.7/older/patches-6.7-rt6.tar.xz +Subject: [PATCH 30/48] panic: Mark emergency section in oops +Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/6.8/older/patches-6.8.2-rt11.tar.xz Mark an emergency section beginning with oops_enter() until the end of oops_exit(). In this section, the CPU will not perform console output for the printk() calls. Instead, a flushing of the -console output will triggered when exiting the emergency section. +console output is triggered when exiting the emergency section. The very end of oops_exit() performs a kmsg_dump(). This is not included in the emergency section because it is another |