summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/0033-net-sched-Use-msleep-instead-of-yield.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/0033-net-sched-Use-msleep-instead-of-yield.patch')
-rw-r--r--debian/patches-rt/0033-net-sched-Use-msleep-instead-of-yield.patch12
1 files changed, 4 insertions, 8 deletions
diff --git a/debian/patches-rt/0033-net-sched-Use-msleep-instead-of-yield.patch b/debian/patches-rt/0033-net-sched-Use-msleep-instead-of-yield.patch
index 04ac2a1dd..527f92bbf 100644
--- a/debian/patches-rt/0033-net-sched-Use-msleep-instead-of-yield.patch
+++ b/debian/patches-rt/0033-net-sched-Use-msleep-instead-of-yield.patch
@@ -1,8 +1,7 @@
-From 6312157ef6ed82e76dfab7c719dc7b5f731eb189 Mon Sep 17 00:00:00 2001
From: Marc Kleine-Budde <mkl@pengutronix.de>
Date: Wed, 5 Mar 2014 00:49:47 +0100
-Subject: [PATCH 033/347] net: sched: Use msleep() instead of yield()
-Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/4.19/older/patches-4.19.246-rt110.tar.xz
+Subject: [PATCH 033/342] net: sched: Use msleep() instead of yield()
+Origin: https://git.kernel.org/cgit/linux/kernel/git/rt/linux-stable-rt.git/commit?id=a94458b4bbc9b3a16e8bb4a00125a37f47e8b599
On PREEMPT_RT enabled systems the interrupt handler run as threads at prio 50
(by default). If a high priority userspace process tries to shut down a busy
@@ -47,10 +46,10 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/sched/sch_generic.c b/net/sched/sch_generic.c
-index 7c1b1eff84f4..42a776abdf2f 100644
+index cad2586c3473..8d8a9ac2562f 100644
--- a/net/sched/sch_generic.c
+++ b/net/sched/sch_generic.c
-@@ -1253,7 +1253,7 @@ void dev_deactivate_many(struct list_head *head)
+@@ -1254,7 +1254,7 @@ void dev_deactivate_many(struct list_head *head)
/* Wait for outstanding qdisc_run calls. */
list_for_each_entry(dev, head, close_list) {
while (some_qdisc_is_busy(dev))
@@ -59,6 +58,3 @@ index 7c1b1eff84f4..42a776abdf2f 100644
/* The new qdisc is assigned at this point so we can safely
* unwind stale skb lists and qdisc statistics
*/
---
-2.36.1
-