summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/0151-rcu-Prevent-false-positive-softirq-warning-on-RT.patch
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--debian/patches-rt/0151-rcu-Prevent-false-positive-softirq-warning-on-RT.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/patches-rt/0151-rcu-Prevent-false-positive-softirq-warning-on-RT.patch b/debian/patches-rt/0151-rcu-Prevent-false-positive-softirq-warning-on-RT.patch
index 14d81c8a1..ff6bd75bc 100644
--- a/debian/patches-rt/0151-rcu-Prevent-false-positive-softirq-warning-on-RT.patch
+++ b/debian/patches-rt/0151-rcu-Prevent-false-positive-softirq-warning-on-RT.patch
@@ -1,8 +1,8 @@
-From cce7be95962e51a5270439e8c31500ed38123c49 Mon Sep 17 00:00:00 2001
+From 62ec5bc05388bf46267a156a33011378a09580b2 Mon Sep 17 00:00:00 2001
From: Thomas Gleixner <tglx@linutronix.de>
Date: Tue, 9 Mar 2021 09:55:58 +0100
Subject: [PATCH 151/323] rcu: Prevent false positive softirq warning on RT
-Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.10/older/patches-5.10.204-rt100.tar.xz
+Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.10/older/patches-5.10.215-rt107.tar.xz
Soft interrupt disabled sections can legitimately be preempted or schedule
out when blocking on a lock on RT enabled kernels so the RCU preempt check
@@ -17,10 +17,10 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/include/linux/rcupdate.h b/include/linux/rcupdate.h
-index ef8d56b18da6..bb9681309e0d 100644
+index 9db6710e6ee7b..a276bb69ee59c 100644
--- a/include/linux/rcupdate.h
+++ b/include/linux/rcupdate.h
-@@ -338,7 +338,8 @@ static inline void rcu_preempt_sleep_check(void) { }
+@@ -381,7 +381,8 @@ static inline void rcu_preempt_sleep_check(void) { }
#define rcu_sleep_check() \
do { \
rcu_preempt_sleep_check(); \
@@ -31,5 +31,5 @@ index ef8d56b18da6..bb9681309e0d 100644
RCU_LOCKDEP_WARN(lock_is_held(&rcu_sched_lock_map), \
"Illegal context switch in RCU-sched read-side critical section"); \
--
-2.43.0
+2.44.0