From be72cc46b5c99bc8947e1aa9039575ab8cfb3a6e Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Fri, 2 Mar 2012 16:03:02 -0500 Subject: [PATCH] Enable VM debugging in non-debug kernels too. --- config-nodebug | 2 +- kernel.spec | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/config-nodebug b/config-nodebug index 0f70aa0ae..43b70d774 100644 --- a/config-nodebug +++ b/config-nodebug @@ -8,7 +8,7 @@ CONFIG_SND_PCM_XRUN_DEBUG=y # CONFIG_DEBUG_RT_MUTEXES is not set # CONFIG_DEBUG_LOCK_ALLOC is not set # CONFIG_PROVE_LOCKING is not set -# CONFIG_DEBUG_VM is not set +CONFIG_DEBUG_VM=y # CONFIG_DEBUG_SPINLOCK is not set # CONFIG_PROVE_RCU is not set # CONFIG_PROVE_RCU_REPEATEDLY is not set diff --git a/kernel.spec b/kernel.spec index d81842622..aa0c77f24 100644 --- a/kernel.spec +++ b/kernel.spec @@ -1990,6 +1990,9 @@ fi # and build. %changelog +* Fri Mar 02 2012 Dave Jones +- Enable VM debugging in non-debug kernels too. + * Fri Mar 02 2012 Justin M. Forbes - Disable threading in hibernate compression/decompression