Skip to content
Commit 273bc933 authored by Valentin Schneider's avatar Valentin Schneider
Browse files

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: default avatarValentin Schneider <valentin.schneider@arm.com>
parent 5b60ef71
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment