aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorByungchul Park <[email protected]>2017-08-17 17:57:40 +0900
committerIngo Molnar <[email protected]>2017-08-17 11:38:55 +0200
commit0f0a22260d613b4ee3f483ee1ea6fa27f92a9e40 (patch)
tree25d159a0f1240b627932de80c1a7fe2ac8a091df
parentd0541b0fa64b36665d6261079974a26943c75009 (diff)
locking/lockdep: Reword title of LOCKDEP_CROSSRELEASE config
Lockdep doesn't have to be made to work with crossrelease and just works with them. Reword the title so that what the option does is clear. Signed-off-by: Byungchul Park <[email protected]> Cc: Linus Torvalds <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: [email protected] Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Ingo Molnar <[email protected]>
-rw-r--r--lib/Kconfig.debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 1ad7f1b9160e..8fb8a206db12 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: make lockdep work for crosslocks"
+ bool "Lock debugging: enable cross-locking checks in lockdep"
help
This makes lockdep work for crosslock which is a lock allowed to
be released in a different context from the acquisition context.