From b1cdcd309fe0ac9a46410b1edd511965c6b3ff01 Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Tue, 6 Dec 2011 13:09:00 -0500 Subject: [PATCH] Turn on DEBUG_PAGEALLOC for a day. --- config-nodebug | 2 +- kernel.spec | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/config-nodebug b/config-nodebug index 25fbef83a..2c615f6e5 100644 --- a/config-nodebug +++ b/config-nodebug @@ -37,7 +37,7 @@ CONFIG_ACPI_DEBUG=y CONFIG_DEBUG_SG=y -# CONFIG_DEBUG_PAGEALLOC is not set +CONFIG_DEBUG_PAGEALLOC=y CONFIG_DEBUG_WRITECOUNT=y CONFIG_DEBUG_OBJECTS=y diff --git a/kernel.spec b/kernel.spec index 8e5ab0431..fc4ab7109 100644 --- a/kernel.spec +++ b/kernel.spec @@ -2213,6 +2213,9 @@ fi # ||----w | # || || %changelog +* Tue Dec 06 2011 Dave Jones +- Turn on DEBUG_PAGEALLOC for a day. + * Tue Dec 06 2011 Dave Jones - Linux 3.2-rc4-git2 (45e713efe2fa574b6662e7fb63fae9497c5e03d4)