diff options
| author | Dave Jones <davej@redhat.com> | 2011-12-07 13:35:41 -0500 |
|---|---|---|
| committer | Dave Jones <davej@redhat.com> | 2011-12-07 13:35:41 -0500 |
| commit | e67777777709b5aeb3c01e9cfacf8e06c0a0dd45 (patch) | |
| tree | 8868b8af40f40cd2ba828a1a45cf4de76bf67f21 | |
| parent | ede16e85795fd0c469622fcc6eb0273aed3f798d (diff) | |
Turn DEBUG_PAGEALLOC back off.
| -rw-r--r-- | config-nodebug | 4 | ||||
| -rw-r--r-- | kernel.spec | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/config-nodebug b/config-nodebug index 2c615f6e..cdf45e51 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 0606120d..67e614c8 100644 --- a/kernel.spec +++ b/kernel.spec @@ -2219,6 +2219,9 @@ fi # ||----w | # || || %changelog +* Wed Dec 07 2011 Dave Jones <davej@redhat.com> +- Turn DEBUG_PAGEALLOC back off. + * Wed Dec 07 2011 Chuck Ebbert <cebbert@redhat.com> - Attempt to fix rhbz #736815 by printing spaces before the brackets |
