diff options
author | Waiman Long <longman@redhat.com> | 2024-08-05 03:30:17 +0200 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2024-08-05 22:54:25 +0200 |
commit | ff0ce721ec213499ec5a532041fb3a1db2dc5ecb (patch) | |
tree | c0cf2b41903aa4352a2f976c038727b9f5c77feb /scripts/xen-hypercalls.sh | |
parent | cgroup/cpuset: Clear effective_xcpus on cpus_allowed clearing only if cpus.ex... (diff) | |
download | linux-ff0ce721ec213499ec5a532041fb3a1db2dc5ecb.tar.xz linux-ff0ce721ec213499ec5a532041fb3a1db2dc5ecb.zip |
cgroup/cpuset: Eliminate unncessary sched domains rebuilds in hotplug
It was found that some hotplug operations may cause multiple
rebuild_sched_domains_locked() calls. Some of those intermediate calls
may use cpuset states not in the final correct form leading to incorrect
sched domain setting.
Fix this problem by using the existing force_rebuild flag to inhibit
immediate rebuild_sched_domains_locked() calls if set and only doing
one final call at the end. Also renaming the force_rebuild flag to
force_sd_rebuild to make its meaning for clear.
Signed-off-by: Waiman Long <longman@redhat.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'scripts/xen-hypercalls.sh')
0 files changed, 0 insertions, 0 deletions