summaryrefslogtreecommitdiffstats
path: root/configs/fedora/debug
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2020-06-29 09:39:00 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2020-06-29 09:39:00 -0500
commit60fd6260b95af92864e0038226b58de78d7fb9a6 (patch)
tree643583cd55e9412c3e4a2e810b5dd83d2d6340c5 /configs/fedora/debug
parent618d5f540f5dc8c702c4bdd6f65fa2455f7fb13e (diff)
downloadkernel-60fd6260b95af92864e0038226b58de78d7fb9a6.tar.gz
kernel-60fd6260b95af92864e0038226b58de78d7fb9a6.tar.xz
kernel-60fd6260b95af92864e0038226b58de78d7fb9a6.zip
Linux v5.7.6 rebase
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'configs/fedora/debug')
-rw-r--r--configs/fedora/debug/CONFIG_DEBUG_KMEMLEAK_MEM_POOL_SIZE2
-rw-r--r--configs/fedora/debug/CONFIG_TEST_LOCKUP1
-rw-r--r--configs/fedora/debug/x86/x86_64/README3
3 files changed, 3 insertions, 3 deletions
diff --git a/configs/fedora/debug/CONFIG_DEBUG_KMEMLEAK_MEM_POOL_SIZE b/configs/fedora/debug/CONFIG_DEBUG_KMEMLEAK_MEM_POOL_SIZE
index fbfa0f399..b2524eb49 100644
--- a/configs/fedora/debug/CONFIG_DEBUG_KMEMLEAK_MEM_POOL_SIZE
+++ b/configs/fedora/debug/CONFIG_DEBUG_KMEMLEAK_MEM_POOL_SIZE
@@ -1 +1 @@
-CONFIG_DEBUG_KMEMLEAK_MEM_POOL_SIZE=16000
+CONFIG_DEBUG_KMEMLEAK_MEM_POOL_SIZE=4096
diff --git a/configs/fedora/debug/CONFIG_TEST_LOCKUP b/configs/fedora/debug/CONFIG_TEST_LOCKUP
new file mode 100644
index 000000000..4bd13f6c9
--- /dev/null
+++ b/configs/fedora/debug/CONFIG_TEST_LOCKUP
@@ -0,0 +1 @@
+CONFIG_TEST_LOCKUP=m
diff --git a/configs/fedora/debug/x86/x86_64/README b/configs/fedora/debug/x86/x86_64/README
index fa1c296db..8c6cfe13b 100644
--- a/configs/fedora/debug/x86/x86_64/README
+++ b/configs/fedora/debug/x86/x86_64/README
@@ -1,2 +1 @@
-Place config options in this directory that you want applied to x86_64
-debug kernel variant.
+Place configuration files for x86_64 debug flavor kernels in here.