diff options
| author | Ingo Molnar <[email protected]> | 2017-08-17 10:48:29 +0000 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2017-08-17 10:49:40 +0000 |
| commit | e26f34a407aec9c65bce2bc0c838fabe4f051fc6 (patch) | |
| tree | d0f5cc02fbc6b6d7b2d2fcbd254c16c580a0f01b | |
| parent | locking/lockdep: Explicitly initialize wq_barrier::done::map (diff) | |
| download | kernel-e26f34a407aec9c65bce2bc0c838fabe4f051fc6.tar.gz kernel-e26f34a407aec9c65bce2bc0c838fabe4f051fc6.zip | |
locking/lockdep: Make CONFIG_LOCKDEP_CROSSRELEASE and CONFIG_LOCKDEP_COMPLETIONS truly non-interactive
The syntax to turn Kconfig options into non-interactive ones is to not offer
interactive prompt help texts. Remove them.
Cc: Boqun Feng <[email protected]>
Cc: Byungchul Park <[email protected]>
Cc: Lai Jiangshan <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Tejun Heo <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Signed-off-by: Ingo Molnar <[email protected]>
| -rw-r--r-- | lib/Kconfig.debug | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index a0e60d56303e..eb0f316b731a 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -1153,7 +1153,7 @@ config LOCK_STAT (CONFIG_LOCKDEP defines "acquire" and "release" events.) config LOCKDEP_CROSSRELEASE - bool "Lock debugging: enable cross-locking checks in lockdep" + bool help This makes lockdep work for crosslock which is a lock allowed to be released in a different context from the acquisition context. @@ -1163,7 +1163,7 @@ config LOCKDEP_CROSSRELEASE detector, lockdep. config LOCKDEP_COMPLETIONS - bool "Lock debugging: allow completions to use deadlock detector" + bool help A deadlock caused by wait_for_completion() and complete() can be detected by lockdep using crossrelease feature. |
