]> Git Repo - linux.git/commit
sched/core: Enable might_sleep() and smp_processor_id() checks early
authorThomas Gleixner <[email protected]>
Tue, 16 May 2017 18:42:48 +0000 (20:42 +0200)
committerIngo Molnar <[email protected]>
Tue, 23 May 2017 08:01:38 +0000 (10:01 +0200)
commit1c3c5eab171590f86edd8d31389d61dd1efe3037
tree9c44caada92823283f4de3fce475045e22d4ca2a
parent69a78ff226fe0241ab6cb9dd961667be477e3cf7
sched/core: Enable might_sleep() and smp_processor_id() checks early

might_sleep() and smp_processor_id() checks are enabled after the boot
process is done. That hides bugs in the SMP bringup and driver
initialization code.

Enable it right when the scheduler starts working, i.e. when init task and
kthreadd have been created and right before the idle task enables
preemption.

Tested-by: Mark Rutland <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Acked-by: Mark Rutland <[email protected]>
Cc: Greg Kroah-Hartman <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Steven Rostedt <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
init/main.c
kernel/sched/core.c
lib/smp_processor_id.c
This page took 0.058119 seconds and 4 git commands to generate.