diff options
author | Josh Boyer <jwboyer@fedoraproject.org> | 2014-01-16 15:07:12 -0500 |
---|---|---|
committer | Josh Boyer <jwboyer@fedoraproject.org> | 2014-01-16 15:07:12 -0500 |
commit | 79b57ad1203fa5dc830da3a0d6027bc59d426f1d (patch) | |
tree | f1697fe405e73699277ac6329db86f67dcb4754a /config-nodebug | |
parent | 8a6c714a8c5421fc5985f2a14bc75bee3e381624 (diff) | |
download | kernel-79b57ad1203fa5dc830da3a0d6027bc59d426f1d.tar.gz kernel-79b57ad1203fa5dc830da3a0d6027bc59d426f1d.tar.xz kernel-79b57ad1203fa5dc830da3a0d6027bc59d426f1d.zip |
Default to SLUB_DEBUG_ON not set
We can flip it on at runtime if we need to, and this should help a
performance hit people have been seeing for a while now. We'll enable
it manually for merge window kernels.
https://lists.fedoraproject.org/pipermail/kernel/2014-January/004810.html
Diffstat (limited to 'config-nodebug')
-rw-r--r-- | config-nodebug | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config-nodebug b/config-nodebug index be9e1aa85..9d4b2e91f 100644 --- a/config-nodebug +++ b/config-nodebug @@ -26,8 +26,6 @@ CONFIG_FAULT_INJECTION_STACKTRACE_FILTER=y CONFIG_FAIL_IO_TIMEOUT=y CONFIG_FAIL_MMC_REQUEST=y -CONFIG_SLUB_DEBUG_ON=y - CONFIG_LOCK_STAT=y CONFIG_DEBUG_STACK_USAGE=y |