aliyun/plugsched

The cpumask may be changed before stop_machine().

Closed this issue · 0 comments

Background

There has a gap between parallel_state_check_init() and stop_machine(), so the cpumask might be changed. This problem is caused by removing the protection of related cpumask lock when removing the lightweight stack check.

Refer to commit f0bc472d.

Task

Fix this problem.