diff options
author | Justin M. Forbes <jforbes@redhat.com> | 2016-05-16 11:43:04 -0500 |
---|---|---|
committer | Justin M. Forbes <jforbes@redhat.com> | 2016-05-16 11:43:04 -0500 |
commit | 9b3b59db20e9c1f9585edf2c435cafd06ad8e6c8 (patch) | |
tree | f87372b64dfbf898efa8318c9a541d1df9303852 /Makefile | |
parent | 6c1de60a560a0f0b51e027541afd5ef12e6d392d (diff) | |
download | kernel-9b3b59db20e9c1f9585edf2c435cafd06ad8e6c8.tar.gz kernel-9b3b59db20e9c1f9585edf2c435cafd06ad8e6c8.tar.xz kernel-9b3b59db20e9c1f9585edf2c435cafd06ad8e6c8.zip |
Disable CONFIG_DEBUG_VM_PGFLAGS on non debug kernels (rhbz 1335173)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ debug: @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 @perl -pi -e 's/# CONFIG_DEBUG_VM is not set/CONFIG_DEBUG_VM=y/' config-nodebug + @perl -pi -e 's/# CONFIG_DEBUG_VM_PGFLAGS is not set/CONFIG_DEBUG_VM_PGFLAGS=y/' config-nodebug @perl -pi -e 's/# CONFIG_FAULT_INJECTION is not set/CONFIG_FAULT_INJECTION=y/' config-nodebug @perl -pi -e 's/# CONFIG_FAILSLAB is not set/CONFIG_FAILSLAB=y/' config-nodebug @perl -pi -e 's/# CONFIG_FAIL_PAGE_ALLOC is not set/CONFIG_FAIL_PAGE_ALLOC=y/' config-nodebug |