OSDN Git Service

sched: Simplify set_affinity_pending refcounts
authorPeter Zijlstra <peterz@infradead.org>
Wed, 24 Feb 2021 10:42:08 +0000 (11:42 +0100)
committerIngo Molnar <mingo@kernel.org>
Sat, 6 Mar 2021 11:40:21 +0000 (12:40 +0100)
commit50caf9c14b1498c90cf808dbba2ca29bd32ccba4
tree4cd7d82723c949bb83bcc20eb9d6fe762e1914f2
parent9e81889c7648d48dd5fe13f41cbc99f3c362484a
sched: Simplify set_affinity_pending refcounts

Now that we have set_affinity_pending::stop_pending to indicate if a
stopper is in progress, and we have the guarantee that if that stopper
exists, it will (eventually) complete our @pending we can simplify the
refcount scheme by no longer counting the stopper thread.

Fixes: 6d337eab041d ("sched: Fix migrate_disable() vs set_cpus_allowed_ptr()")
Cc: stable@kernel.org
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Reviewed-by: Valentin Schneider <valentin.schneider@arm.com>
Link: https://lkml.kernel.org/r/20210224131355.724130207@infradead.org
kernel/sched/core.c