diff options
author | Justin M. Forbes <jforbes@redhat.com> | 2017-02-06 16:06:47 -0600 |
---|---|---|
committer | Justin M. Forbes <jforbes@redhat.com> | 2017-02-06 16:06:47 -0600 |
commit | 5d58fd5ccc73cd5347020ed16e5c49865bfb2bca (patch) | |
tree | 6fa951fc0e9baa34f78340afddafecaf5030239e /debugconfig | |
parent | b9bd2c7c548cea136207a9b0ee13bba610716ca4 (diff) | |
download | kernel-5d58fd5ccc73cd5347020ed16e5c49865bfb2bca.tar.gz kernel-5d58fd5ccc73cd5347020ed16e5c49865bfb2bca.tar.xz kernel-5d58fd5ccc73cd5347020ed16e5c49865bfb2bca.zip |
increase KMEMLEAK_EARLY_LOG_SIZE (rhbz 1201179)
Diffstat (limited to 'debugconfig')
-rw-r--r-- | debugconfig/CONFIG_DEBUG_KMEMLEAK_EARLY | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debugconfig/CONFIG_DEBUG_KMEMLEAK_EARLY b/debugconfig/CONFIG_DEBUG_KMEMLEAK_EARLY index dd8763fdd..48732e524 100644 --- a/debugconfig/CONFIG_DEBUG_KMEMLEAK_EARLY +++ b/debugconfig/CONFIG_DEBUG_KMEMLEAK_EARLY @@ -1 +1 @@ -CONFIG_DEBUG_KMEMLEAK_EARLY_LOG_SIZE=1024 +CONFIG_DEBUG_KMEMLEAK_EARLY_LOG_SIZE=4096 |