From f0ece6ac2882cccc832108b196aeabdc435de4d1 Mon Sep 17 00:00:00 2001 From: Harshit Jain Date: Mon, 31 Dec 2018 13:47:22 +0530 Subject: [PATCH] lib: disable some debug --- lib/Kconfig.debug | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index b2a5a48176bd..6762d026b8be 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -632,6 +632,7 @@ config DEBUG_LOCK_ALLOC select DEBUG_SPINLOCK select DEBUG_MUTEXES select LOCKDEP + default n help This feature will check whether any held lock (spinlock, rwlock, mutex or rwsem) is incorrectly freed by the kernel, via any of the @@ -690,6 +691,7 @@ config LOCKDEP select FRAME_POINTER if !MIPS && !PPC && !ARM_UNWIND && !S390 && !MICROBLAZE select KALLSYMS select KALLSYMS_ALL + default n config LOCK_STAT bool "Lock usage statistics"