diff options
Diffstat (limited to 'debian/patches-rt/0006-workqueue-Manually-break-affinity-on-hotplug.patch')
-rw-r--r-- | debian/patches-rt/0006-workqueue-Manually-break-affinity-on-hotplug.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches-rt/0006-workqueue-Manually-break-affinity-on-hotplug.patch b/debian/patches-rt/0006-workqueue-Manually-break-affinity-on-hotplug.patch index 7eb185ce2..3bd95073d 100644 --- a/debian/patches-rt/0006-workqueue-Manually-break-affinity-on-hotplug.patch +++ b/debian/patches-rt/0006-workqueue-Manually-break-affinity-on-hotplug.patch @@ -1,8 +1,8 @@ -From e3372f0d43a35f1070d1689e6aa1f84d6cd9784b Mon Sep 17 00:00:00 2001 +From 35c61b1ed625ce00add22bcd647544d9565ffd62 Mon Sep 17 00:00:00 2001 From: Peter Zijlstra <peterz@infradead.org> Date: Fri, 23 Oct 2020 12:12:03 +0200 Subject: [PATCH 006/323] workqueue: Manually break affinity on hotplug -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 Don't rely on the scheduler to force break affinity for us -- it will stop doing that for per-cpu-kthreads. @@ -15,7 +15,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> 1 file changed, 4 insertions(+) diff --git a/kernel/workqueue.c b/kernel/workqueue.c -index 63140e4dd5df..7c14773dc4c4 100644 +index 63140e4dd5dfc..7c14773dc4c40 100644 --- a/kernel/workqueue.c +++ b/kernel/workqueue.c @@ -4941,6 +4941,10 @@ static void unbind_workers(int cpu) @@ -30,5 +30,5 @@ index 63140e4dd5df..7c14773dc4c4 100644 /* -- -2.43.0 +2.44.0 |