diff options
author | Jeremy Cline <jcline@redhat.com> | 2019-09-25 14:35:02 +0000 |
---|---|---|
committer | Jeremy Cline <jcline@redhat.com> | 2019-09-25 14:44:45 +0000 |
commit | 1f034c9dc18ba07a803f0a20c33c6cbcd92627c5 (patch) | |
tree | 0586a0b1ee9468b417dac02e395d4a42535f4129 /configs | |
parent | 84b9af49ccf61cca3fd58645a062be70812db7c1 (diff) | |
download | kernel-1f034c9dc18ba07a803f0a20c33c6cbcd92627c5.tar.gz kernel-1f034c9dc18ba07a803f0a20c33c6cbcd92627c5.tar.xz kernel-1f034c9dc18ba07a803f0a20c33c6cbcd92627c5.zip |
Update KMEMLEAK log size default
Upstream renamed the setting to DEBUG_KMEMLEAK_MEM_POOL_SIZE in upstream
commit c5665868183f and changed the default to 16000 in upstream commit
b751c52bb587.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/fedora/debug/CONFIG_DEBUG_KMEMLEAK_EARLY_LOG_SIZE | 1 | ||||
-rw-r--r-- | configs/fedora/debug/CONFIG_DEBUG_KMEMLEAK_MEM_POOL_SIZE | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/configs/fedora/debug/CONFIG_DEBUG_KMEMLEAK_EARLY_LOG_SIZE b/configs/fedora/debug/CONFIG_DEBUG_KMEMLEAK_EARLY_LOG_SIZE deleted file mode 100644 index 48732e524..000000000 --- a/configs/fedora/debug/CONFIG_DEBUG_KMEMLEAK_EARLY_LOG_SIZE +++ /dev/null @@ -1 +0,0 @@ -CONFIG_DEBUG_KMEMLEAK_EARLY_LOG_SIZE=4096 diff --git a/configs/fedora/debug/CONFIG_DEBUG_KMEMLEAK_MEM_POOL_SIZE b/configs/fedora/debug/CONFIG_DEBUG_KMEMLEAK_MEM_POOL_SIZE new file mode 100644 index 000000000..fbfa0f399 --- /dev/null +++ b/configs/fedora/debug/CONFIG_DEBUG_KMEMLEAK_MEM_POOL_SIZE @@ -0,0 +1 @@ +CONFIG_DEBUG_KMEMLEAK_MEM_POOL_SIZE=16000 |