summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/0034-panic-Mark-emergency-section-in-oops.patch
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--debian/patches-rt/0034-panic-Mark-emergency-section-in-oops.patch (renamed from debian/patches-rt/0118-panic-Mark-emergency-section-in-oops.patch)8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches-rt/0118-panic-Mark-emergency-section-in-oops.patch b/debian/patches-rt/0034-panic-Mark-emergency-section-in-oops.patch
index 6e52fd3a69..d4ca13f249 100644
--- a/debian/patches-rt/0118-panic-Mark-emergency-section-in-oops.patch
+++ b/debian/patches-rt/0034-panic-Mark-emergency-section-in-oops.patch
@@ -1,7 +1,7 @@
From: John Ogness <john.ogness@linutronix.de>
Date: Tue, 19 Sep 2023 17:07:34 +0000
-Subject: [PATCH 118/134] panic: Mark emergency section in oops
-Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/6.6/older/patches-6.6.7-rt18.tar.xz
+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
Mark an emergency section beginning with oops_enter() until the
end of oops_exit(). In this section, the CPU will not perform
@@ -21,7 +21,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
--- a/kernel/panic.c
+++ b/kernel/panic.c
-@@ -630,6 +630,7 @@ bool oops_may_print(void)
+@@ -634,6 +634,7 @@ bool oops_may_print(void)
*/
void oops_enter(void)
{
@@ -29,7 +29,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
tracing_off();
/* can't trust the integrity of the kernel anymore: */
debug_locks_off();
-@@ -652,6 +653,7 @@ void oops_exit(void)
+@@ -656,6 +657,7 @@ void oops_exit(void)
{
do_oops_enter_exit();
print_oops_end_marker();