diff options
Diffstat (limited to 'debian/patches-rt/0160-rcu-Eliminate-softirq-processing-from-rcutree.patch')
-rw-r--r-- | debian/patches-rt/0160-rcu-Eliminate-softirq-processing-from-rcutree.patch | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/debian/patches-rt/0160-rcu-Eliminate-softirq-processing-from-rcutree.patch b/debian/patches-rt/0160-rcu-Eliminate-softirq-processing-from-rcutree.patch index d4a6e3195..00533902b 100644 --- a/debian/patches-rt/0160-rcu-Eliminate-softirq-processing-from-rcutree.patch +++ b/debian/patches-rt/0160-rcu-Eliminate-softirq-processing-from-rcutree.patch @@ -1,8 +1,7 @@ -From 4fa514eb294144f8698e721f4b5a4de0447be272 Mon Sep 17 00:00:00 2001 From: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> Date: Mon, 4 Nov 2013 13:21:10 -0800 -Subject: [PATCH 160/347] rcu: Eliminate softirq processing from rcutree -Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/4.19/older/patches-4.19.246-rt110.tar.xz +Subject: [PATCH 160/342] rcu: Eliminate softirq processing from rcutree +Origin: https://git.kernel.org/cgit/linux/kernel/git/rt/linux-stable-rt.git/commit?id=e6956a4a5226c57030ab0f03a099961a7912622c Running RCU out of softirq is a problem for some workloads that would like to manage RCU core processing independently of other softirq work, @@ -418,6 +417,3 @@ index 938e64c69d18..56639c8ed550 100644 static bool rcu_is_callbacks_kthread(void) { return false; --- -2.36.1 - |