]> Git Repo - linux.git/commit
sched: Fix hotplug vs. set_cpus_allowed_ptr()
authorLai Jiangshan <[email protected]>
Fri, 16 May 2014 03:50:42 +0000 (11:50 +0800)
committerIngo Molnar <[email protected]>
Thu, 22 May 2014 08:21:31 +0000 (10:21 +0200)
commit6acbfb96976fc3350e30d964acb1dbbdf876d55e
tree545a0c3d49d4603b568bf33c295f5c5504c0d334
parent4dac0b638310d2e92f6e19958b73d4c97c9734bb
sched: Fix hotplug vs. set_cpus_allowed_ptr()

Lai found that:

  WARNING: CPU: 1 PID: 13 at arch/x86/kernel/smp.c:124 native_smp_send_reschedule+0x2d/0x4b()
  ...
  migration_cpu_stop+0x1d/0x22

was caused by set_cpus_allowed_ptr() assuming that cpu_active_mask is
always a sub-set of cpu_online_mask.

This isn't true since 5fbd036b552f ("sched: Cleanup cpu_active madness").

So set active and online at the same time to avoid this particular
problem.

Fixes: 5fbd036b552f ("sched: Cleanup cpu_active madness")
Signed-off-by: Lai Jiangshan <[email protected]>
Signed-off-by: Peter Zijlstra <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: Gautham R. Shenoy <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Michael wang <[email protected]>
Cc: Paul Gortmaker <[email protected]>
Cc: Rafael J. Wysocki <[email protected]>
Cc: Srivatsa S. Bhat <[email protected]>
Cc: Toshi Kani <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
kernel/cpu.c
kernel/sched/core.c
This page took 0.040467 seconds and 4 git commands to generate.