diff options
Diffstat (limited to 'debian/patches-rt/0294-sched-Simplify-set_affinity_pending-refcounts.patch')
-rw-r--r-- | debian/patches-rt/0294-sched-Simplify-set_affinity_pending-refcounts.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches-rt/0294-sched-Simplify-set_affinity_pending-refcounts.patch b/debian/patches-rt/0294-sched-Simplify-set_affinity_pending-refcounts.patch index 1230259b8..abde48af0 100644 --- a/debian/patches-rt/0294-sched-Simplify-set_affinity_pending-refcounts.patch +++ b/debian/patches-rt/0294-sched-Simplify-set_affinity_pending-refcounts.patch @@ -1,8 +1,8 @@ -From 6681b566fe9ffe9365121a790537ada2e4ef97ba Mon Sep 17 00:00:00 2001 +From e687fc6a201ebfd56b68770af596e08be89af58b Mon Sep 17 00:00:00 2001 From: Peter Zijlstra <peterz@infradead.org> Date: Tue, 8 Jun 2021 00:37:35 -0400 Subject: [PATCH 294/323] sched: Simplify set_affinity_pending refcounts -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 50caf9c14b1498c90cf808dbba2ca29bd32ccba4 upstream. @@ -24,7 +24,7 @@ Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org> 1 file changed, 20 insertions(+), 12 deletions(-) diff --git a/kernel/sched/core.c b/kernel/sched/core.c -index 76fa3daf1f60..d3b9d69171a2 100644 +index 76fa3daf1f60b..d3b9d69171a2e 100644 --- a/kernel/sched/core.c +++ b/kernel/sched/core.c @@ -1914,6 +1914,10 @@ struct migration_arg { @@ -125,5 +125,5 @@ index 76fa3daf1f60..d3b9d69171a2 100644 } -- -2.43.0 +2.44.0 |