summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/0035-rcu-Mark-emergency-section-in-rcu-stalls.patch
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--debian/patches-rt/0035-rcu-Mark-emergency-section-in-rcu-stalls.patch (renamed from debian/patches-rt/0119-rcu-Mark-emergency-section-in-rcu-stalls.patch)12
1 files changed, 6 insertions, 6 deletions
diff --git a/debian/patches-rt/0119-rcu-Mark-emergency-section-in-rcu-stalls.patch b/debian/patches-rt/0035-rcu-Mark-emergency-section-in-rcu-stalls.patch
index d1d6efced4..3608cd7954 100644
--- a/debian/patches-rt/0119-rcu-Mark-emergency-section-in-rcu-stalls.patch
+++ b/debian/patches-rt/0035-rcu-Mark-emergency-section-in-rcu-stalls.patch
@@ -1,7 +1,7 @@
From: John Ogness <john.ogness@linutronix.de>
Date: Mon, 11 Sep 2023 15:53:39 +0000
-Subject: [PATCH 119/134] rcu: Mark emergency section in rcu stalls
-Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/6.6/older/patches-6.6.7-rt18.tar.xz
+Subject: [PATCH 35/50] rcu: Mark emergency section in rcu stalls
+Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/6.7/older/patches-6.7-rt6.tar.xz
Mark an emergency section within print_other_cpu_stall(), where
RCU stall information is printed. In this section, the CPU will
@@ -17,15 +17,15 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
--- a/kernel/rcu/tree_stall.h
+++ b/kernel/rcu/tree_stall.h
-@@ -8,6 +8,7 @@
- */
+@@ -9,6 +9,7 @@
#include <linux/kvm_para.h>
+ #include <linux/rcu_notifier.h>
+#include <linux/console.h>
//////////////////////////////////////////////////////////////////////////////
//
-@@ -603,6 +604,8 @@ static void print_other_cpu_stall(unsign
+@@ -604,6 +605,8 @@ static void print_other_cpu_stall(unsign
if (rcu_stall_is_suppressed())
return;
@@ -34,7 +34,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
/*
* OK, time to rat on our buddy...
* See Documentation/RCU/stallwarn.rst for info on how to debug
-@@ -657,6 +660,8 @@ static void print_other_cpu_stall(unsign
+@@ -658,6 +661,8 @@ static void print_other_cpu_stall(unsign
panic_on_rcu_stall();
rcu_force_quiescent_state(); /* Kick them all. */