Skip to content

Commit 271bdf8

Browse files
author
Sebastian Andrzej Siewior
committed
lockdep: disable self-test
The self-test wasn't always 100% accurate for RT. We disabled a few tests which failed because they had a different semantic for RT. Some still reported false positives. Now the selftest locks up the system during boot and it needs to be investigated… Signed-off-by: Sebastian Andrzej Siewior <[email protected]>
1 parent b807b85 commit 271bdf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Kconfig.debug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1330,7 +1330,7 @@ config DEBUG_ATOMIC_SLEEP
13301330

13311331
config DEBUG_LOCKING_API_SELFTESTS
13321332
bool "Locking API boot-time self-tests"
1333-
depends on DEBUG_KERNEL
1333+
depends on DEBUG_KERNEL && !PREEMPT_RT
13341334
help
13351335
Say Y here if you want the kernel to run a short self-test during
13361336
bootup. The self-test checks whether common types of locking bugs

0 commit comments

Comments
 (0)