diff options
author | Josh Boyer <jwboyer@redhat.com> | 2014-04-01 15:17:50 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@redhat.com> | 2014-04-01 15:17:50 -0400 |
commit | 48c16485fb21036bf8f990b3648cf2ca7268afa1 (patch) | |
tree | 5828d497e102be12c9788a8462e5455bf66c52dc /Makefile | |
parent | 58f19b149ab835e5b65be0849c6883c6c843b126 (diff) | |
download | kernel-48c16485fb21036bf8f990b3648cf2ca7268afa1.tar.gz kernel-48c16485fb21036bf8f990b3648cf2ca7268afa1.tar.xz kernel-48c16485fb21036bf8f990b3648cf2ca7268afa1.zip |
Linux v3.14-313-g918d80a13643
- Reenable debugging options.
- Turn on SLUB_DEBUG
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ debug: @perl -pi -e 's/# CONFIG_DEBUG_WW_MUTEX_SLOWPATH is not set/CONFIG_DEBUG_WW_MUTEX_SLOWPATH=y/' config-nodebug @perl -pi -e 's/# CONFIG_DEBUG_RT_MUTEXES is not set/CONFIG_DEBUG_RT_MUTEXES=y/' config-nodebug @perl -pi -e 's/# CONFIG_DEBUG_LOCK_ALLOC is not set/CONFIG_DEBUG_LOCK_ALLOC=y/' config-nodebug + @perl -pi -e 's/# CONFIG_LOCK_TORTURE_TEST is not set/CONFIG_LOCK_TORTURE_TEST=m/' config-nodebug @perl -pi -e 's/# CONFIG_PROVE_LOCKING is not set/CONFIG_PROVE_LOCKING=y/' config-nodebug @perl -pi -e 's/# CONFIG_PROVE_RCU is not set/CONFIG_PROVE_RCU=y/' config-nodebug @perl -pi -e 's/# CONFIG_DEBUG_SPINLOCK is not set/CONFIG_DEBUG_SPINLOCK=y/' config-nodebug |