diff options
Diffstat (limited to 'patches/lockdep-disable-self-test.patch')
-rw-r--r-- | patches/lockdep-disable-self-test.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/lockdep-disable-self-test.patch b/patches/lockdep-disable-self-test.patch index f86aa653b9a4..181104eb0a79 100644 --- a/patches/lockdep-disable-self-test.patch +++ b/patches/lockdep-disable-self-test.patch @@ -17,12 +17,12 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug -@@ -1268,7 +1268,7 @@ config DEBUG_ATOMIC_SLEEP +@@ -1248,7 +1248,7 @@ config DEBUG_ATOMIC_SLEEP config DEBUG_LOCKING_API_SELFTESTS bool "Locking API boot-time self-tests" - depends on DEBUG_KERNEL -+ depends on DEBUG_KERNEL && !PREEMPT_RT_FULL ++ depends on DEBUG_KERNEL && !PREEMPT_RT help Say Y here if you want the kernel to run a short self-test during bootup. The self-test checks whether common types of locking bugs |