Skip to content

Commit 2dcd5ad

Browse files
lgebyungchulparkIngo Molnar
authored andcommitted
locking/lockdep: Remove the BROKEN flag from CONFIG_LOCKDEP_CROSSRELEASE and CONFIG_LOCKDEP_COMPLETIONS
Now that the performance regression is fixed, re-enable CONFIG_LOCKDEP_CROSSRELEASE=y and CONFIG_LOCKDEP_COMPLETIONS=y. 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] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Ingo Molnar <[email protected]>
1 parent d141bab commit 2dcd5ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Kconfig.debug

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1092,8 +1092,8 @@ config PROVE_LOCKING
10921092
select DEBUG_MUTEXES
10931093
select DEBUG_RT_MUTEXES if RT_MUTEXES
10941094
select DEBUG_LOCK_ALLOC
1095-
select LOCKDEP_CROSSRELEASE if BROKEN
1096-
select LOCKDEP_COMPLETIONS if BROKEN
1095+
select LOCKDEP_CROSSRELEASE
1096+
select LOCKDEP_COMPLETIONS
10971097
select TRACE_IRQFLAGS
10981098
default n
10991099
help

0 commit comments

Comments
 (0)