Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sched: Deny self-issued __set_cpus_allowed_ptr() when migrate_disable()
migrate_disable(); set_cpus_allowed_ptr(current, {something excluding task_cpu(current)}); affine_move_task(); <-- never returns Signed-off-by: Valentin Schneider <[email protected]> Signed-off-by: Peter Zijlstra (Intel) <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
- Loading branch information