Skip to content
Commit 90147169 authored by Vikram Mulukutla's avatar Vikram Mulukutla Committed by Pavankumar Kondeti
Browse files

sched: core: Fix possible hotplug race in set_cpus_allowed_ptr



Since a CPU may go offline after cpu_active_mask is used
to query active CPUs, set_cpus_allowed_ptr might inadverntently
pass an invalid cpu number to move_queued_task.

Fix this by ensuring that the cpumask op that uses cpu_active_mask
checks the return value.

Change-Id: Id43a629b40b72cc47773e4027d30953b3a94058d
Signed-off-by: default avatarVikram Mulukutla <markivx@codeaurora.org>
Signed-off-by: default avatarPavankumar Kondeti <pkondeti@codeaurora.org>
parent 099e9fc7
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