]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "cpuset: Make cpuset hotplug synchronous"
authorTejun Heo <tj@kernel.org>
Mon, 4 Dec 2017 22:41:11 +0000 (14:41 -0800)
committerTejun Heo <tj@kernel.org>
Mon, 4 Dec 2017 22:41:11 +0000 (14:41 -0800)
commit11db855c3d06e82f432cb1bafd73296586d5ceec
tree0b3f09d6e7da0c4bf5fdcae5b617ce046e6b8aa8
parent52cf373c37a684f8fc279d541307fad39d206376
Revert "cpuset: Make cpuset hotplug synchronous"

This reverts commit 1599a185f0e6113be185b9fb809c621c73865829.

This and the previous commit led to another circular locking scenario
and the scenario which is fixed by this commit no longer exists after
e8b3f8db7aad ("workqueue/hotplug: simplify workqueue_offline_cpu()")
which removes work item flushing from hotplug path.

Revert it for now.

Signed-off-by: Tejun Heo <tj@kernel.org>
include/linux/cpuset.h
kernel/cgroup/cpuset.c
kernel/power/process.c
kernel/sched/core.c