summaryrefslogtreecommitdiffstats
path: root/configs/fedora/debug
diff options
context:
space:
mode:
authorJeremy Cline <jcline@redhat.com>2019-12-04 13:47:11 -0500
committerJeremy Cline <jcline@redhat.com>2019-12-04 13:47:11 -0500
commit83d43d8b120aadf1f5c57ef66388992b5d1a83f4 (patch)
tree6ea02608b4628491bc762072d996f1e3108bf041 /configs/fedora/debug
parent079e0f545a491903a6acb0dc783d162ae84a2e6c (diff)
downloadkernel-83d43d8b120aadf1f5c57ef66388992b5d1a83f4.tar.gz
kernel-83d43d8b120aadf1f5c57ef66388992b5d1a83f4.tar.xz
kernel-83d43d8b120aadf1f5c57ef66388992b5d1a83f4.zip
Sync up configuration with v5.4 on Rawhide
Diffstat (limited to 'configs/fedora/debug')
-rw-r--r--configs/fedora/debug/CONFIG_DEBUG_KMEMLEAK_EARLY_LOG_SIZE1
-rw-r--r--configs/fedora/debug/CONFIG_DEBUG_KMEMLEAK_MEM_POOL_SIZE1
-rw-r--r--configs/fedora/debug/x86/x86_64/CONFIG_NR_CPUS1
-rw-r--r--configs/fedora/debug/x86/x86_64/README2
4 files changed, 3 insertions, 2 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
diff --git a/configs/fedora/debug/x86/x86_64/CONFIG_NR_CPUS b/configs/fedora/debug/x86/x86_64/CONFIG_NR_CPUS
deleted file mode 100644
index 441191641..000000000
--- a/configs/fedora/debug/x86/x86_64/CONFIG_NR_CPUS
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_NR_CPUS=8192
diff --git a/configs/fedora/debug/x86/x86_64/README b/configs/fedora/debug/x86/x86_64/README
new file mode 100644
index 000000000..fa1c296db
--- /dev/null
+++ b/configs/fedora/debug/x86/x86_64/README
@@ -0,0 +1,2 @@
+Place config options in this directory that you want applied to x86_64
+debug kernel variant.