diff options
Diffstat (limited to 'debian/patches-rt/0292-sched-Optimize-migration_cpu_stop.patch')
-rw-r--r-- | debian/patches-rt/0292-sched-Optimize-migration_cpu_stop.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches-rt/0292-sched-Optimize-migration_cpu_stop.patch b/debian/patches-rt/0292-sched-Optimize-migration_cpu_stop.patch index 87ca79ca8..8f133de72 100644 --- a/debian/patches-rt/0292-sched-Optimize-migration_cpu_stop.patch +++ b/debian/patches-rt/0292-sched-Optimize-migration_cpu_stop.patch @@ -1,8 +1,8 @@ -From b1353ab8df1e6dd3bf9afaef3096749db2a193f1 Mon Sep 17 00:00:00 2001 +From 918554944b05fe63566fcc038f0e680fbd618323 Mon Sep 17 00:00:00 2001 From: Peter Zijlstra <peterz@infradead.org> Date: Tue, 8 Jun 2021 00:37:33 -0400 Subject: [PATCH 292/323] sched: Optimize migration_cpu_stop() -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 commit 3f1bc119cd7fc987c8ed25ffb717f99403bb308c upstream. @@ -23,7 +23,7 @@ Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org> 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/kernel/sched/core.c b/kernel/sched/core.c -index 3130289baf79..e28fb33afa95 100644 +index 3130289baf79d..e28fb33afa954 100644 --- a/kernel/sched/core.c +++ b/kernel/sched/core.c @@ -1988,14 +1988,25 @@ static int migration_cpu_stop(void *data) @@ -54,5 +54,5 @@ index 3130289baf79..e28fb33afa95 100644 /* * This happens when we get migrated between migrate_enable()'s -- -2.43.0 +2.44.0 |