[kernel] Turn on DEBUG_PAGEALLOC for a day.

Dave Jones davej at fedoraproject.org
Tue Dec 6 18:09:14 UTC 2011


commit b1cdcd309fe0ac9a46410b1edd511965c6b3ff01
Author: Dave Jones <davej at redhat.com>
Date:   Tue Dec 6 13:09:00 2011 -0500

    Turn on DEBUG_PAGEALLOC for a day.

 config-nodebug |    2 +-
 kernel.spec    |    3 +++
 2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/config-nodebug b/config-nodebug
index 25fbef8..2c615f6 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 8e5ab04..fc4ab71 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -2214,6 +2214,9 @@ fi
 #                 ||     ||
 %changelog
 * Tue Dec 06 2011 Dave Jones <davej at redhat.com>
+- Turn on DEBUG_PAGEALLOC for a day.
+
+* Tue Dec 06 2011 Dave Jones <davej at redhat.com>
 - Linux 3.2-rc4-git2 (45e713efe2fa574b6662e7fb63fae9497c5e03d4)
 
 * Tue Dec 06 2011 Josh Boyer <jwboyer at redhat.com>


More information about the scm-commits mailing list