]> Git Repo - linux.git/commit - lib/Kconfig.debug
sched: Generalize sleep inside spinlock detection
authorFrederic Weisbecker <[email protected]>
Wed, 8 Jun 2011 17:31:56 +0000 (19:31 +0200)
committerFrederic Weisbecker <[email protected]>
Wed, 22 Jun 2011 22:44:38 +0000 (00:44 +0200)
commitd902db1eb60387040fe541573083e47469db50ac
treeea50ea75522a9a17af04d578a36a9e585e78464b
parente8f7c70f44f75c827c04239b0ae5f0068b65b76e
sched: Generalize sleep inside spinlock detection

The sleeping inside spinlock detection is actually used
for more general sleeping inside atomic sections
debugging: preemption disabled, rcu read side critical
sections, interrupts, interrupt disabled, etc...

Change the name of the config and its help section to
reflect its more general role.

Signed-off-by: Frederic Weisbecker <[email protected]>
Acked-by: Paul E. McKenney <[email protected]>
Acked-by: Randy Dunlap <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Ingo Molnar <[email protected]>
Documentation/DocBook/kernel-hacking.tmpl
Documentation/SubmitChecklist
Documentation/development-process/4.Coding
Documentation/ja_JP/SubmitChecklist
Documentation/zh_CN/SubmitChecklist
include/linux/kernel.h
kernel/sched.c
lib/Kconfig.debug
This page took 0.055924 seconds and 4 git commands to generate.