From: Ingo Molnar All the kernel symbol printouts make alot more sense if KALLSYMS_ALL is enabled too - force it on if lockdep is enabled. Signed-off-by: Ingo Molnar Cc: Arjan van de Ven Signed-off-by: Andrew Morton --- lib/Kconfig.debug | 1 + 1 file changed, 1 insertion(+) diff -puN lib/Kconfig.debug~lock-validator-select-kallsyms_all lib/Kconfig.debug --- devel/lib/Kconfig.debug~lock-validator-select-kallsyms_all 2006-06-09 15:23:11.000000000 -0700 +++ devel-akpm/lib/Kconfig.debug 2006-06-09 15:23:11.000000000 -0700 @@ -318,6 +318,7 @@ config LOCKDEP default y select FRAME_POINTER select KALLSYMS + select KALLSYMS_ALL depends on PROVE_SPIN_LOCKING || PROVE_RW_LOCKING || PROVE_MUTEX_LOCKING || PROVE_RWSEM_LOCKING config DEBUG_NON_NESTED_UNLOCKS _