diff options
Diffstat (limited to 'debian/patches-rt/0022-sched-Fix-migration_cpu_stop-WARN.patch')
-rw-r--r-- | debian/patches-rt/0022-sched-Fix-migration_cpu_stop-WARN.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches-rt/0022-sched-Fix-migration_cpu_stop-WARN.patch b/debian/patches-rt/0022-sched-Fix-migration_cpu_stop-WARN.patch index 6f1a0cb21..cde6f8d8a 100644 --- a/debian/patches-rt/0022-sched-Fix-migration_cpu_stop-WARN.patch +++ b/debian/patches-rt/0022-sched-Fix-migration_cpu_stop-WARN.patch @@ -1,8 +1,8 @@ -From 09d09da2b8c97fd09f50deb278f9d4a25b99ad55 Mon Sep 17 00:00:00 2001 +From 9c88a058fa61bf6670f75282f373f885f0d8be52 Mon Sep 17 00:00:00 2001 From: Peter Zijlstra <peterz@infradead.org> Date: Tue, 17 Nov 2020 12:14:51 +0100 Subject: [PATCH 022/323] sched: Fix migration_cpu_stop() WARN -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 Oleksandr reported hitting the WARN in the 'task_rq(p) != rq' branch of migration_cpu_stop(). Valentin noted that using cpu_of(rq) in that @@ -21,7 +21,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/sched/core.c b/kernel/sched/core.c -index d12d91510789..7d67a0e03f9a 100644 +index d12d91510789a..7d67a0e03f9a1 100644 --- a/kernel/sched/core.c +++ b/kernel/sched/core.c @@ -1929,7 +1929,7 @@ static int migration_cpu_stop(void *data) @@ -43,5 +43,5 @@ index d12d91510789..7d67a0e03f9a 100644 } -- -2.43.0 +2.44.0 |