diff options
| author | Dave Jones <davej@redhat.com> | 2011-12-06 13:09:00 -0500 |
|---|---|---|
| committer | Dave Jones <davej@redhat.com> | 2011-12-06 13:09:00 -0500 |
| commit | b1cdcd309fe0ac9a46410b1edd511965c6b3ff01 (patch) | |
| tree | 686e5036e2f09e50d13d5d73253c6dd54cabb3cb | |
| parent | 68b02a2b2d09fcf7d8283bb17969275c2317abce (diff) | |
Turn on DEBUG_PAGEALLOC for a day.
| -rw-r--r-- | config-nodebug | 2 | ||||
| -rw-r--r-- | kernel.spec | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/config-nodebug b/config-nodebug index 25fbef83..2c615f6e 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 8e5ab043..fc4ab710 100644 --- a/kernel.spec +++ b/kernel.spec @@ -2214,6 +2214,9 @@ fi # || || %changelog * Tue Dec 06 2011 Dave Jones <davej@redhat.com> +- Turn on DEBUG_PAGEALLOC for a day. + +* Tue Dec 06 2011 Dave Jones <davej@redhat.com> - Linux 3.2-rc4-git2 (45e713efe2fa574b6662e7fb63fae9497c5e03d4) * Tue Dec 06 2011 Josh Boyer <jwboyer@redhat.com> |
