summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/0193-sched-Distangle-worker-accounting-from-rqlock.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/0193-sched-Distangle-worker-accounting-from-rqlock.patch')
-rw-r--r--debian/patches-rt/0193-sched-Distangle-worker-accounting-from-rqlock.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches-rt/0193-sched-Distangle-worker-accounting-from-rqlock.patch b/debian/patches-rt/0193-sched-Distangle-worker-accounting-from-rqlock.patch
index a973153f3..f885d3f3e 100644
--- a/debian/patches-rt/0193-sched-Distangle-worker-accounting-from-rqlock.patch
+++ b/debian/patches-rt/0193-sched-Distangle-worker-accounting-from-rqlock.patch
@@ -1,7 +1,7 @@
From: Thomas Gleixner <tglx@linutronix.de>
Date: Wed, 22 Jun 2011 19:47:03 +0200
-Subject: [PATCH 193/342] sched: Distangle worker accounting from rqlock
-Origin: https://git.kernel.org/cgit/linux/kernel/git/rt/linux-stable-rt.git/commit?id=8ca2a73886fa457834e49ae8f2488d39428f7a6b
+Subject: [PATCH 193/351] sched: Distangle worker accounting from rqlock
+Origin: https://git.kernel.org/cgit/linux/kernel/git/rt/linux-stable-rt.git/commit?id=35aa7cdaff0e8ddfff9de6beb12bae216c821157
The worker accounting for cpu bound workers is plugged into the core
scheduler code and the wakeup code. This is not a hard requirement and
@@ -33,7 +33,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
3 files changed, 47 insertions(+), 100 deletions(-)
diff --git a/kernel/sched/core.c b/kernel/sched/core.c
-index 0c44c16244a1..11afaa2c618a 100644
+index 630e726acdd2..3849015303f6 100644
--- a/kernel/sched/core.c
+++ b/kernel/sched/core.c
@@ -1704,10 +1704,6 @@ static inline void ttwu_activate(struct rq *rq, struct task_struct *p, int en_fl
@@ -169,7 +169,7 @@ index 0c44c16244a1..11afaa2c618a 100644
EXPORT_SYMBOL(schedule);
diff --git a/kernel/workqueue.c b/kernel/workqueue.c
-index 6e73e3eaca5e..0c529f920232 100644
+index 50b037b79101..7561ac884a3e 100644
--- a/kernel/workqueue.c
+++ b/kernel/workqueue.c
@@ -844,43 +844,32 @@ static void wake_up_worker(struct worker_pool *pool)