From 614b7d7d7b10d8e3f146bed311215f818be5accd Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Wed, 10 Jun 2020 17:15:58 -0500 Subject: Initial 5.7.2 rebase Signed-off-by: Justin M. Forbes --- configs/fedora/debug/CONFIG_DEBUG_KMEMLEAK_MEM_POOL_SIZE | 2 +- configs/fedora/debug/CONFIG_TEST_LOCKUP | 1 + configs/fedora/debug/x86/x86_64/README | 3 +-- 3 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 configs/fedora/debug/CONFIG_TEST_LOCKUP (limited to 'configs/fedora/debug') 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. -- cgit