[kernel] Turn DEBUG_PAGEALLOC back off.

Dave Jones davej at fedoraproject.org
Wed Dec 7 18:51:43 UTC 2011


commit e67777777709b5aeb3c01e9cfacf8e06c0a0dd45
Author: Dave Jones <davej at redhat.com>
Date:   Wed Dec 7 13:35:41 2011 -0500

    Turn DEBUG_PAGEALLOC back off.

 config-nodebug |    4 ++--
 kernel.spec    |    3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/config-nodebug b/config-nodebug
index 2c615f6..cdf45e5 100644
--- a/config-nodebug
+++ b/config-nodebug
@@ -37,7 +37,7 @@ CONFIG_ACPI_DEBUG=y
 
 CONFIG_DEBUG_SG=y
 
-CONFIG_DEBUG_PAGEALLOC=y
+# CONFIG_DEBUG_PAGEALLOC is not set
 
 CONFIG_DEBUG_WRITECOUNT=y
 CONFIG_DEBUG_OBJECTS=y
@@ -82,7 +82,7 @@ CONFIG_CARL9170_DEBUGFS=y
 CONFIG_IWLWIFI_DEVICE_TRACING=y
 
 CONFIG_DEBUG_OBJECTS_WORK=y
-# CONFIG_DEBUG_STRICT_USER_COPY_CHECKS is not set
+CONFIG_DEBUG_STRICT_USER_COPY_CHECKS=y
 
 CONFIG_DMADEVICES_DEBUG=y
 CONFIG_DMADEVICES_VDEBUG=y
diff --git a/kernel.spec b/kernel.spec
index 0606120..67e614c 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -2219,6 +2219,9 @@ fi
 #                 ||----w |
 #                 ||     ||
 %changelog
+* Wed Dec 07 2011 Dave Jones <davej at redhat.com>
+- Turn DEBUG_PAGEALLOC back off.
+
 * Wed Dec 07 2011 Chuck Ebbert <cebbert at redhat.com>
 - Attempt to fix rhbz #736815 by printing spaces before the brackets
 


More information about the scm-commits mailing list