Skip to content

Commit bbe37e3

Browse files
committed
s390/configs: increase number of LOCKDEP_BITS
Set LOCKDEP_BITS to 16 and LOCKDEP_CHAINS_BITS to 17, since test systems frequently run out of lockdep entries and lockdep chains. Signed-off-by: Heiko Carstens <[email protected]>
1 parent a681226 commit bbe37e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/s390/configs/debug_defconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -824,6 +824,8 @@ CONFIG_TEST_LOCKUP=m
824824
CONFIG_DEBUG_PREEMPT=y
825825
CONFIG_PROVE_LOCKING=y
826826
CONFIG_LOCK_STAT=y
827+
CONFIG_LOCKDEP_BITS=16
828+
CONFIG_LOCKDEP_CHAINS_BITS=17
827829
CONFIG_DEBUG_ATOMIC_SLEEP=y
828830
CONFIG_DEBUG_LOCKING_API_SELFTESTS=y
829831
CONFIG_DEBUG_IRQFLAGS=y

0 commit comments

Comments
 (0)