Temporarily enable CONFIG_DEBUG_PAGEALLOC in -debug builds to help track down some long-standing bugs.

This commit is contained in:
Dave Jones 2012-03-01 14:16:31 -05:00
parent 77583d026d
commit 9b8bd9b67b
2 changed files with 8 additions and 0 deletions

View File

@ -109,3 +109,6 @@ CONFIG_DEBUG_KMEMLEAK=y
CONFIG_DEBUG_KMEMLEAK_EARLY_LOG_SIZE=1024
# CONFIG_DEBUG_KMEMLEAK_TEST is not set
CONFIG_DEBUG_KMEMLEAK_DEFAULT_OFF=y
# Temporary
CONFIG_DEBUG_PAGEALLOC=y

View File

@ -2382,6 +2382,11 @@ fi
# and build.
%changelog
* Thu Mar 01 2012 Dave Jones <davej@redhat.com>
- Temporarily enable CONFIG_DEBUG_PAGEALLOC in -debug builds to help track
down some long-standing bugs.
Note: This will make -debug builds even slower than normal.
* Thu Mar 01 2012 Dave Jones <davej@redhat.com>
- temporarily switch to low-performance polling IRQ mode when
unexpected IRQs occur.