From c54d82caa97d0d11e06f263f92394479bf3bb437 Mon Sep 17 00:00:00 2001 From: Don Zickus Date: Mon, 6 Nov 2017 16:40:39 -0500 Subject: configs: Rename config directories to sub-directory As part of an effort to foster better cross collaboration with internal Red Hat kernels, align the configs layout to match that kernel. This will allow Red Hat engineers to provide easier guidance on how to set various config options. In addition, the scripts that process the config options will migrate to the configs/ directory too in later patches. Future config workflows will stage all work in the configs/ area. A simple diff between the kernels will easily expose which config options are different. Reading the comments in the file provides guidance to Fedora to determine if that kernel should make a similar change or not. Rename debugconfig -> configs/base-debug Rename baseconfig -> configs/base-generic Rename configs/base-generic/arm/arm64 -> configs/base-generic/arm/aarch64 No code changes made. --- configs/base-debug/CONFIG_ACPI_DEBUG | 1 + configs/base-debug/CONFIG_ARM64_PTDUMP | 1 + configs/base-debug/CONFIG_ATH_DEBUG | 1 + configs/base-debug/CONFIG_B43LEGACY_DEBUG | 1 + configs/base-debug/CONFIG_B43_DEBUG | 1 + configs/base-debug/CONFIG_CAN_DEBUG_DEVICES | 1 + configs/base-debug/CONFIG_CARL9170_DEBUGFS | 1 + configs/base-debug/CONFIG_CEPH_LIB_PRETTYDEBUG | 1 + configs/base-debug/CONFIG_CPU_NOTIFIER_ERROR_INJECT | 1 + configs/base-debug/CONFIG_DEBUG_ATOMIC_SLEEP | 1 + configs/base-debug/CONFIG_DEBUG_BLK_CGROUP | 1 + configs/base-debug/CONFIG_DEBUG_CREDENTIALS | 1 + configs/base-debug/CONFIG_DEBUG_FORCE_WEAK_PER_CPU | 1 + configs/base-debug/CONFIG_DEBUG_KMEMLEAK | 1 + configs/base-debug/CONFIG_DEBUG_KMEMLEAK_DEFAULT_OFF | 1 + configs/base-debug/CONFIG_DEBUG_KMEMLEAK_EARLY | 1 + configs/base-debug/CONFIG_DEBUG_LOCK_ALLOC | 1 + configs/base-debug/CONFIG_DEBUG_MUTEXES | 1 + configs/base-debug/CONFIG_DEBUG_NOTIFIERS | 1 + configs/base-debug/CONFIG_DEBUG_OBJECTS | 1 + configs/base-debug/CONFIG_DEBUG_OBJECTS_FREE | 1 + configs/base-debug/CONFIG_DEBUG_OBJECTS_PERCPU_COUNTER | 1 + configs/base-debug/CONFIG_DEBUG_OBJECTS_RCU_HEAD | 1 + configs/base-debug/CONFIG_DEBUG_OBJECTS_TIMERS | 1 + configs/base-debug/CONFIG_DEBUG_OBJECTS_WORK | 1 + configs/base-debug/CONFIG_DEBUG_PAGEALLOC | 1 + configs/base-debug/CONFIG_DEBUG_PERF_USE_VMALLOC | 1 + configs/base-debug/CONFIG_DEBUG_PER_CPU_MAPS | 1 + configs/base-debug/CONFIG_DEBUG_PI_LIST | 1 + configs/base-debug/CONFIG_DEBUG_REFCOUNT | 1 + configs/base-debug/CONFIG_DEBUG_RT_MUTEXES | 1 + configs/base-debug/CONFIG_DEBUG_SG | 1 + configs/base-debug/CONFIG_DEBUG_SLAB | 1 + configs/base-debug/CONFIG_DEBUG_SPINLOCK | 1 + configs/base-debug/CONFIG_DEBUG_STACK_USAGE | 1 + configs/base-debug/CONFIG_DEBUG_VM | 1 + configs/base-debug/CONFIG_DEBUG_VM_PGFLAGS | 1 + configs/base-debug/CONFIG_DETECT_HUNG_TASK | 1 + configs/base-debug/CONFIG_DMADEVICES_DEBUG | 1 + configs/base-debug/CONFIG_DMADEVICES_VDEBUG | 1 + configs/base-debug/CONFIG_DMA_API_DEBUG | 1 + configs/base-debug/CONFIG_DRBD_FAULT_INJECTION | 1 + configs/base-debug/CONFIG_EFI_PGT_DUMP | 1 + configs/base-debug/CONFIG_EXT4_DEBUG | 1 + configs/base-debug/CONFIG_FAILSLAB | 1 + configs/base-debug/CONFIG_FAIL_IO_TIMEOUT | 1 + configs/base-debug/CONFIG_FAIL_MAKE_REQUEST | 1 + configs/base-debug/CONFIG_FAIL_MMC_REQUEST | 1 + configs/base-debug/CONFIG_FAIL_PAGE_ALLOC | 1 + configs/base-debug/CONFIG_FAULT_INJECTION | 1 + configs/base-debug/CONFIG_FAULT_INJECTION_DEBUG_FS | 1 + configs/base-debug/CONFIG_FAULT_INJECTION_STACKTRACE_FILTER | 1 + configs/base-debug/CONFIG_IWLWIFI_DEVICE_TRACING | 1 + configs/base-debug/CONFIG_JBD2_DEBUG | 1 + configs/base-debug/CONFIG_KDB_DEFAULT_ENABLE | 1 + configs/base-debug/CONFIG_KDB_KEYBOARD | 1 + configs/base-debug/CONFIG_KGDB_GDB | 1 + configs/base-debug/CONFIG_LOCK_STAT | 1 + configs/base-debug/CONFIG_LOCK_TORTURE_TEST | 1 + configs/base-debug/CONFIG_MAXSMP | 1 + configs/base-debug/CONFIG_MMIOTRACE | 1 + configs/base-debug/CONFIG_MODULE_FORCE_UNLOAD | 1 + configs/base-debug/CONFIG_NFSD_FAULT_INJECTION | 1 + configs/base-debug/CONFIG_PM_ADVANCED_DEBUG | 1 + configs/base-debug/CONFIG_PM_TEST_SUSPEND | 1 + configs/base-debug/CONFIG_PROVE_LOCKING | 1 + configs/base-debug/CONFIG_PROVE_RCU | 1 + configs/base-debug/CONFIG_QUOTA_DEBUG | 1 + configs/base-debug/CONFIG_REFCOUNT_FULL | 1 + configs/base-debug/CONFIG_SND_DEBUG | 1 + configs/base-debug/CONFIG_SND_PCM_XRUN_DEBUG | 1 + configs/base-debug/CONFIG_SND_VERBOSE_PRINTK | 1 + configs/base-debug/CONFIG_TEST_LIST_SORT | 1 + configs/base-debug/CONFIG_WQ_WATCHDOG | 1 + configs/base-debug/CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK | 1 + configs/base-debug/CONFIG_X86_PTDUMP | 1 + configs/base-debug/arm/CONFIG_DMADEVICES_DEBUG | 1 + configs/base-debug/arm/CONFIG_LOCK_STAT | 1 + configs/base-debug/x86/CONFIG_DEBUG_PER_CPU_MAPS | 1 + configs/base-debug/x86/x86_64/CONFIG_NR_CPUS | 1 + 80 files changed, 80 insertions(+) create mode 100644 configs/base-debug/CONFIG_ACPI_DEBUG create mode 100644 configs/base-debug/CONFIG_ARM64_PTDUMP create mode 100644 configs/base-debug/CONFIG_ATH_DEBUG create mode 100644 configs/base-debug/CONFIG_B43LEGACY_DEBUG create mode 100644 configs/base-debug/CONFIG_B43_DEBUG create mode 100644 configs/base-debug/CONFIG_CAN_DEBUG_DEVICES create mode 100644 configs/base-debug/CONFIG_CARL9170_DEBUGFS create mode 100644 configs/base-debug/CONFIG_CEPH_LIB_PRETTYDEBUG create mode 100644 configs/base-debug/CONFIG_CPU_NOTIFIER_ERROR_INJECT create mode 100644 configs/base-debug/CONFIG_DEBUG_ATOMIC_SLEEP create mode 100644 configs/base-debug/CONFIG_DEBUG_BLK_CGROUP create mode 100644 configs/base-debug/CONFIG_DEBUG_CREDENTIALS create mode 100644 configs/base-debug/CONFIG_DEBUG_FORCE_WEAK_PER_CPU create mode 100644 configs/base-debug/CONFIG_DEBUG_KMEMLEAK create mode 100644 configs/base-debug/CONFIG_DEBUG_KMEMLEAK_DEFAULT_OFF create mode 100644 configs/base-debug/CONFIG_DEBUG_KMEMLEAK_EARLY create mode 100644 configs/base-debug/CONFIG_DEBUG_LOCK_ALLOC create mode 100644 configs/base-debug/CONFIG_DEBUG_MUTEXES create mode 100644 configs/base-debug/CONFIG_DEBUG_NOTIFIERS create mode 100644 configs/base-debug/CONFIG_DEBUG_OBJECTS create mode 100644 configs/base-debug/CONFIG_DEBUG_OBJECTS_FREE create mode 100644 configs/base-debug/CONFIG_DEBUG_OBJECTS_PERCPU_COUNTER create mode 100644 configs/base-debug/CONFIG_DEBUG_OBJECTS_RCU_HEAD create mode 100644 configs/base-debug/CONFIG_DEBUG_OBJECTS_TIMERS create mode 100644 configs/base-debug/CONFIG_DEBUG_OBJECTS_WORK create mode 100644 configs/base-debug/CONFIG_DEBUG_PAGEALLOC create mode 100644 configs/base-debug/CONFIG_DEBUG_PERF_USE_VMALLOC create mode 100644 configs/base-debug/CONFIG_DEBUG_PER_CPU_MAPS create mode 100644 configs/base-debug/CONFIG_DEBUG_PI_LIST create mode 100644 configs/base-debug/CONFIG_DEBUG_REFCOUNT create mode 100644 configs/base-debug/CONFIG_DEBUG_RT_MUTEXES create mode 100644 configs/base-debug/CONFIG_DEBUG_SG create mode 100644 configs/base-debug/CONFIG_DEBUG_SLAB create mode 100644 configs/base-debug/CONFIG_DEBUG_SPINLOCK create mode 100644 configs/base-debug/CONFIG_DEBUG_STACK_USAGE create mode 100644 configs/base-debug/CONFIG_DEBUG_VM create mode 100644 configs/base-debug/CONFIG_DEBUG_VM_PGFLAGS create mode 100644 configs/base-debug/CONFIG_DETECT_HUNG_TASK create mode 100644 configs/base-debug/CONFIG_DMADEVICES_DEBUG create mode 100644 configs/base-debug/CONFIG_DMADEVICES_VDEBUG create mode 100644 configs/base-debug/CONFIG_DMA_API_DEBUG create mode 100644 configs/base-debug/CONFIG_DRBD_FAULT_INJECTION create mode 100644 configs/base-debug/CONFIG_EFI_PGT_DUMP create mode 100644 configs/base-debug/CONFIG_EXT4_DEBUG create mode 100644 configs/base-debug/CONFIG_FAILSLAB create mode 100644 configs/base-debug/CONFIG_FAIL_IO_TIMEOUT create mode 100644 configs/base-debug/CONFIG_FAIL_MAKE_REQUEST create mode 100644 configs/base-debug/CONFIG_FAIL_MMC_REQUEST create mode 100644 configs/base-debug/CONFIG_FAIL_PAGE_ALLOC create mode 100644 configs/base-debug/CONFIG_FAULT_INJECTION create mode 100644 configs/base-debug/CONFIG_FAULT_INJECTION_DEBUG_FS create mode 100644 configs/base-debug/CONFIG_FAULT_INJECTION_STACKTRACE_FILTER create mode 100644 configs/base-debug/CONFIG_IWLWIFI_DEVICE_TRACING create mode 100644 configs/base-debug/CONFIG_JBD2_DEBUG create mode 100644 configs/base-debug/CONFIG_KDB_DEFAULT_ENABLE create mode 100644 configs/base-debug/CONFIG_KDB_KEYBOARD create mode 100644 configs/base-debug/CONFIG_KGDB_GDB create mode 100644 configs/base-debug/CONFIG_LOCK_STAT create mode 100644 configs/base-debug/CONFIG_LOCK_TORTURE_TEST create mode 100644 configs/base-debug/CONFIG_MAXSMP create mode 100644 configs/base-debug/CONFIG_MMIOTRACE create mode 100644 configs/base-debug/CONFIG_MODULE_FORCE_UNLOAD create mode 100644 configs/base-debug/CONFIG_NFSD_FAULT_INJECTION create mode 100644 configs/base-debug/CONFIG_PM_ADVANCED_DEBUG create mode 100644 configs/base-debug/CONFIG_PM_TEST_SUSPEND create mode 100644 configs/base-debug/CONFIG_PROVE_LOCKING create mode 100644 configs/base-debug/CONFIG_PROVE_RCU create mode 100644 configs/base-debug/CONFIG_QUOTA_DEBUG create mode 100644 configs/base-debug/CONFIG_REFCOUNT_FULL create mode 100644 configs/base-debug/CONFIG_SND_DEBUG create mode 100644 configs/base-debug/CONFIG_SND_PCM_XRUN_DEBUG create mode 100644 configs/base-debug/CONFIG_SND_VERBOSE_PRINTK create mode 100644 configs/base-debug/CONFIG_TEST_LIST_SORT create mode 100644 configs/base-debug/CONFIG_WQ_WATCHDOG create mode 100644 configs/base-debug/CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK create mode 100644 configs/base-debug/CONFIG_X86_PTDUMP create mode 100644 configs/base-debug/arm/CONFIG_DMADEVICES_DEBUG create mode 100644 configs/base-debug/arm/CONFIG_LOCK_STAT create mode 100644 configs/base-debug/x86/CONFIG_DEBUG_PER_CPU_MAPS create mode 100644 configs/base-debug/x86/x86_64/CONFIG_NR_CPUS (limited to 'configs/base-debug') diff --git a/configs/base-debug/CONFIG_ACPI_DEBUG b/configs/base-debug/CONFIG_ACPI_DEBUG new file mode 100644 index 000000000..eeb4407c4 --- /dev/null +++ b/configs/base-debug/CONFIG_ACPI_DEBUG @@ -0,0 +1 @@ +CONFIG_ACPI_DEBUG=y diff --git a/configs/base-debug/CONFIG_ARM64_PTDUMP b/configs/base-debug/CONFIG_ARM64_PTDUMP new file mode 100644 index 000000000..9a94c23be --- /dev/null +++ b/configs/base-debug/CONFIG_ARM64_PTDUMP @@ -0,0 +1 @@ +CONFIG_ARM64_PTDUMP=y diff --git a/configs/base-debug/CONFIG_ATH_DEBUG b/configs/base-debug/CONFIG_ATH_DEBUG new file mode 100644 index 000000000..5a0871131 --- /dev/null +++ b/configs/base-debug/CONFIG_ATH_DEBUG @@ -0,0 +1 @@ +CONFIG_ATH_DEBUG=y diff --git a/configs/base-debug/CONFIG_B43LEGACY_DEBUG b/configs/base-debug/CONFIG_B43LEGACY_DEBUG new file mode 100644 index 000000000..02f67a471 --- /dev/null +++ b/configs/base-debug/CONFIG_B43LEGACY_DEBUG @@ -0,0 +1 @@ +CONFIG_B43LEGACY_DEBUG=y diff --git a/configs/base-debug/CONFIG_B43_DEBUG b/configs/base-debug/CONFIG_B43_DEBUG new file mode 100644 index 000000000..9346a4511 --- /dev/null +++ b/configs/base-debug/CONFIG_B43_DEBUG @@ -0,0 +1 @@ +CONFIG_B43_DEBUG=y diff --git a/configs/base-debug/CONFIG_CAN_DEBUG_DEVICES b/configs/base-debug/CONFIG_CAN_DEBUG_DEVICES new file mode 100644 index 000000000..31f8d9411 --- /dev/null +++ b/configs/base-debug/CONFIG_CAN_DEBUG_DEVICES @@ -0,0 +1 @@ +CONFIG_CAN_DEBUG_DEVICES=y diff --git a/configs/base-debug/CONFIG_CARL9170_DEBUGFS b/configs/base-debug/CONFIG_CARL9170_DEBUGFS new file mode 100644 index 000000000..b965aefe3 --- /dev/null +++ b/configs/base-debug/CONFIG_CARL9170_DEBUGFS @@ -0,0 +1 @@ +CONFIG_CARL9170_DEBUGFS=y diff --git a/configs/base-debug/CONFIG_CEPH_LIB_PRETTYDEBUG b/configs/base-debug/CONFIG_CEPH_LIB_PRETTYDEBUG new file mode 100644 index 000000000..e30b3da3a --- /dev/null +++ b/configs/base-debug/CONFIG_CEPH_LIB_PRETTYDEBUG @@ -0,0 +1 @@ +CONFIG_CEPH_LIB_PRETTYDEBUG=y diff --git a/configs/base-debug/CONFIG_CPU_NOTIFIER_ERROR_INJECT b/configs/base-debug/CONFIG_CPU_NOTIFIER_ERROR_INJECT new file mode 100644 index 000000000..07cab8fee --- /dev/null +++ b/configs/base-debug/CONFIG_CPU_NOTIFIER_ERROR_INJECT @@ -0,0 +1 @@ +CONFIG_CPU_NOTIFIER_ERROR_INJECT=m diff --git a/configs/base-debug/CONFIG_DEBUG_ATOMIC_SLEEP b/configs/base-debug/CONFIG_DEBUG_ATOMIC_SLEEP new file mode 100644 index 000000000..5a3c352f4 --- /dev/null +++ b/configs/base-debug/CONFIG_DEBUG_ATOMIC_SLEEP @@ -0,0 +1 @@ +CONFIG_DEBUG_ATOMIC_SLEEP=y diff --git a/configs/base-debug/CONFIG_DEBUG_BLK_CGROUP b/configs/base-debug/CONFIG_DEBUG_BLK_CGROUP new file mode 100644 index 000000000..997e389d7 --- /dev/null +++ b/configs/base-debug/CONFIG_DEBUG_BLK_CGROUP @@ -0,0 +1 @@ +CONFIG_DEBUG_BLK_CGROUP=y diff --git a/configs/base-debug/CONFIG_DEBUG_CREDENTIALS b/configs/base-debug/CONFIG_DEBUG_CREDENTIALS new file mode 100644 index 000000000..0911429f4 --- /dev/null +++ b/configs/base-debug/CONFIG_DEBUG_CREDENTIALS @@ -0,0 +1 @@ +CONFIG_DEBUG_CREDENTIALS=y diff --git a/configs/base-debug/CONFIG_DEBUG_FORCE_WEAK_PER_CPU b/configs/base-debug/CONFIG_DEBUG_FORCE_WEAK_PER_CPU new file mode 100644 index 000000000..0d5a82e69 --- /dev/null +++ b/configs/base-debug/CONFIG_DEBUG_FORCE_WEAK_PER_CPU @@ -0,0 +1 @@ +CONFIG_DEBUG_FORCE_WEAK_PER_CPU=y diff --git a/configs/base-debug/CONFIG_DEBUG_KMEMLEAK b/configs/base-debug/CONFIG_DEBUG_KMEMLEAK new file mode 100644 index 000000000..0e9b0e169 --- /dev/null +++ b/configs/base-debug/CONFIG_DEBUG_KMEMLEAK @@ -0,0 +1 @@ +CONFIG_DEBUG_KMEMLEAK=y diff --git a/configs/base-debug/CONFIG_DEBUG_KMEMLEAK_DEFAULT_OFF b/configs/base-debug/CONFIG_DEBUG_KMEMLEAK_DEFAULT_OFF new file mode 100644 index 000000000..d7041412d --- /dev/null +++ b/configs/base-debug/CONFIG_DEBUG_KMEMLEAK_DEFAULT_OFF @@ -0,0 +1 @@ +CONFIG_DEBUG_KMEMLEAK_DEFAULT_OFF=y diff --git a/configs/base-debug/CONFIG_DEBUG_KMEMLEAK_EARLY b/configs/base-debug/CONFIG_DEBUG_KMEMLEAK_EARLY new file mode 100644 index 000000000..48732e524 --- /dev/null +++ b/configs/base-debug/CONFIG_DEBUG_KMEMLEAK_EARLY @@ -0,0 +1 @@ +CONFIG_DEBUG_KMEMLEAK_EARLY_LOG_SIZE=4096 diff --git a/configs/base-debug/CONFIG_DEBUG_LOCK_ALLOC b/configs/base-debug/CONFIG_DEBUG_LOCK_ALLOC new file mode 100644 index 000000000..8a3e5c0ad --- /dev/null +++ b/configs/base-debug/CONFIG_DEBUG_LOCK_ALLOC @@ -0,0 +1 @@ +CONFIG_DEBUG_LOCK_ALLOC=y diff --git a/configs/base-debug/CONFIG_DEBUG_MUTEXES b/configs/base-debug/CONFIG_DEBUG_MUTEXES new file mode 100644 index 000000000..b8204fed6 --- /dev/null +++ b/configs/base-debug/CONFIG_DEBUG_MUTEXES @@ -0,0 +1 @@ +CONFIG_DEBUG_MUTEXES=y diff --git a/configs/base-debug/CONFIG_DEBUG_NOTIFIERS b/configs/base-debug/CONFIG_DEBUG_NOTIFIERS new file mode 100644 index 000000000..fc84e6614 --- /dev/null +++ b/configs/base-debug/CONFIG_DEBUG_NOTIFIERS @@ -0,0 +1 @@ +CONFIG_DEBUG_NOTIFIERS=y diff --git a/configs/base-debug/CONFIG_DEBUG_OBJECTS b/configs/base-debug/CONFIG_DEBUG_OBJECTS new file mode 100644 index 000000000..edd26a859 --- /dev/null +++ b/configs/base-debug/CONFIG_DEBUG_OBJECTS @@ -0,0 +1 @@ +CONFIG_DEBUG_OBJECTS=y diff --git a/configs/base-debug/CONFIG_DEBUG_OBJECTS_FREE b/configs/base-debug/CONFIG_DEBUG_OBJECTS_FREE new file mode 100644 index 000000000..449c27a9d --- /dev/null +++ b/configs/base-debug/CONFIG_DEBUG_OBJECTS_FREE @@ -0,0 +1 @@ +CONFIG_DEBUG_OBJECTS_FREE=y diff --git a/configs/base-debug/CONFIG_DEBUG_OBJECTS_PERCPU_COUNTER b/configs/base-debug/CONFIG_DEBUG_OBJECTS_PERCPU_COUNTER new file mode 100644 index 000000000..b31dd6749 --- /dev/null +++ b/configs/base-debug/CONFIG_DEBUG_OBJECTS_PERCPU_COUNTER @@ -0,0 +1 @@ +CONFIG_DEBUG_OBJECTS_PERCPU_COUNTER=y diff --git a/configs/base-debug/CONFIG_DEBUG_OBJECTS_RCU_HEAD b/configs/base-debug/CONFIG_DEBUG_OBJECTS_RCU_HEAD new file mode 100644 index 000000000..8909d264f --- /dev/null +++ b/configs/base-debug/CONFIG_DEBUG_OBJECTS_RCU_HEAD @@ -0,0 +1 @@ +CONFIG_DEBUG_OBJECTS_RCU_HEAD=y diff --git a/configs/base-debug/CONFIG_DEBUG_OBJECTS_TIMERS b/configs/base-debug/CONFIG_DEBUG_OBJECTS_TIMERS new file mode 100644 index 000000000..d321c4a81 --- /dev/null +++ b/configs/base-debug/CONFIG_DEBUG_OBJECTS_TIMERS @@ -0,0 +1 @@ +CONFIG_DEBUG_OBJECTS_TIMERS=y diff --git a/configs/base-debug/CONFIG_DEBUG_OBJECTS_WORK b/configs/base-debug/CONFIG_DEBUG_OBJECTS_WORK new file mode 100644 index 000000000..6b0adfc94 --- /dev/null +++ b/configs/base-debug/CONFIG_DEBUG_OBJECTS_WORK @@ -0,0 +1 @@ +CONFIG_DEBUG_OBJECTS_WORK=y diff --git a/configs/base-debug/CONFIG_DEBUG_PAGEALLOC b/configs/base-debug/CONFIG_DEBUG_PAGEALLOC new file mode 100644 index 000000000..0e1c7855b --- /dev/null +++ b/configs/base-debug/CONFIG_DEBUG_PAGEALLOC @@ -0,0 +1 @@ +# CONFIG_DEBUG_PAGEALLOC is not set diff --git a/configs/base-debug/CONFIG_DEBUG_PERF_USE_VMALLOC b/configs/base-debug/CONFIG_DEBUG_PERF_USE_VMALLOC new file mode 100644 index 000000000..3aeeb5cd4 --- /dev/null +++ b/configs/base-debug/CONFIG_DEBUG_PERF_USE_VMALLOC @@ -0,0 +1 @@ +CONFIG_DEBUG_PERF_USE_VMALLOC=y diff --git a/configs/base-debug/CONFIG_DEBUG_PER_CPU_MAPS b/configs/base-debug/CONFIG_DEBUG_PER_CPU_MAPS new file mode 100644 index 000000000..0b1af0ede --- /dev/null +++ b/configs/base-debug/CONFIG_DEBUG_PER_CPU_MAPS @@ -0,0 +1 @@ +CONFIG_DEBUG_PER_CPU_MAPS=y diff --git a/configs/base-debug/CONFIG_DEBUG_PI_LIST b/configs/base-debug/CONFIG_DEBUG_PI_LIST new file mode 100644 index 000000000..0a47f5b7e --- /dev/null +++ b/configs/base-debug/CONFIG_DEBUG_PI_LIST @@ -0,0 +1 @@ +CONFIG_DEBUG_PI_LIST=y diff --git a/configs/base-debug/CONFIG_DEBUG_REFCOUNT b/configs/base-debug/CONFIG_DEBUG_REFCOUNT new file mode 100644 index 000000000..cf296c8de --- /dev/null +++ b/configs/base-debug/CONFIG_DEBUG_REFCOUNT @@ -0,0 +1 @@ +CONFIG_DEBUG_REFCOUNT=y diff --git a/configs/base-debug/CONFIG_DEBUG_RT_MUTEXES b/configs/base-debug/CONFIG_DEBUG_RT_MUTEXES new file mode 100644 index 000000000..ef986edc1 --- /dev/null +++ b/configs/base-debug/CONFIG_DEBUG_RT_MUTEXES @@ -0,0 +1 @@ +CONFIG_DEBUG_RT_MUTEXES=y diff --git a/configs/base-debug/CONFIG_DEBUG_SG b/configs/base-debug/CONFIG_DEBUG_SG new file mode 100644 index 000000000..02361b0bc --- /dev/null +++ b/configs/base-debug/CONFIG_DEBUG_SG @@ -0,0 +1 @@ +CONFIG_DEBUG_SG=y diff --git a/configs/base-debug/CONFIG_DEBUG_SLAB b/configs/base-debug/CONFIG_DEBUG_SLAB new file mode 100644 index 000000000..1baa7ec85 --- /dev/null +++ b/configs/base-debug/CONFIG_DEBUG_SLAB @@ -0,0 +1 @@ +CONFIG_DEBUG_SLAB=y diff --git a/configs/base-debug/CONFIG_DEBUG_SPINLOCK b/configs/base-debug/CONFIG_DEBUG_SPINLOCK new file mode 100644 index 000000000..5642145af --- /dev/null +++ b/configs/base-debug/CONFIG_DEBUG_SPINLOCK @@ -0,0 +1 @@ +CONFIG_DEBUG_SPINLOCK=y diff --git a/configs/base-debug/CONFIG_DEBUG_STACK_USAGE b/configs/base-debug/CONFIG_DEBUG_STACK_USAGE new file mode 100644 index 000000000..8a710b684 --- /dev/null +++ b/configs/base-debug/CONFIG_DEBUG_STACK_USAGE @@ -0,0 +1 @@ +CONFIG_DEBUG_STACK_USAGE=y diff --git a/configs/base-debug/CONFIG_DEBUG_VM b/configs/base-debug/CONFIG_DEBUG_VM new file mode 100644 index 000000000..d19bdfddb --- /dev/null +++ b/configs/base-debug/CONFIG_DEBUG_VM @@ -0,0 +1 @@ +CONFIG_DEBUG_VM=y diff --git a/configs/base-debug/CONFIG_DEBUG_VM_PGFLAGS b/configs/base-debug/CONFIG_DEBUG_VM_PGFLAGS new file mode 100644 index 000000000..7469f919a --- /dev/null +++ b/configs/base-debug/CONFIG_DEBUG_VM_PGFLAGS @@ -0,0 +1 @@ +CONFIG_DEBUG_VM_PGFLAGS=y diff --git a/configs/base-debug/CONFIG_DETECT_HUNG_TASK b/configs/base-debug/CONFIG_DETECT_HUNG_TASK new file mode 100644 index 000000000..28ac9ac1f --- /dev/null +++ b/configs/base-debug/CONFIG_DETECT_HUNG_TASK @@ -0,0 +1 @@ +CONFIG_DETECT_HUNG_TASK=y diff --git a/configs/base-debug/CONFIG_DMADEVICES_DEBUG b/configs/base-debug/CONFIG_DMADEVICES_DEBUG new file mode 100644 index 000000000..0b101be4e --- /dev/null +++ b/configs/base-debug/CONFIG_DMADEVICES_DEBUG @@ -0,0 +1 @@ +CONFIG_DMADEVICES_DEBUG=y diff --git a/configs/base-debug/CONFIG_DMADEVICES_VDEBUG b/configs/base-debug/CONFIG_DMADEVICES_VDEBUG new file mode 100644 index 000000000..b1584ee3b --- /dev/null +++ b/configs/base-debug/CONFIG_DMADEVICES_VDEBUG @@ -0,0 +1 @@ +# CONFIG_DMADEVICES_VDEBUG is not set diff --git a/configs/base-debug/CONFIG_DMA_API_DEBUG b/configs/base-debug/CONFIG_DMA_API_DEBUG new file mode 100644 index 000000000..d5c832fe4 --- /dev/null +++ b/configs/base-debug/CONFIG_DMA_API_DEBUG @@ -0,0 +1 @@ +CONFIG_DMA_API_DEBUG=y diff --git a/configs/base-debug/CONFIG_DRBD_FAULT_INJECTION b/configs/base-debug/CONFIG_DRBD_FAULT_INJECTION new file mode 100644 index 000000000..3ebb5a38e --- /dev/null +++ b/configs/base-debug/CONFIG_DRBD_FAULT_INJECTION @@ -0,0 +1 @@ +CONFIG_DRBD_FAULT_INJECTION=y diff --git a/configs/base-debug/CONFIG_EFI_PGT_DUMP b/configs/base-debug/CONFIG_EFI_PGT_DUMP new file mode 100644 index 000000000..42e942258 --- /dev/null +++ b/configs/base-debug/CONFIG_EFI_PGT_DUMP @@ -0,0 +1 @@ +CONFIG_EFI_PGT_DUMP=y diff --git a/configs/base-debug/CONFIG_EXT4_DEBUG b/configs/base-debug/CONFIG_EXT4_DEBUG new file mode 100644 index 000000000..878ac6b45 --- /dev/null +++ b/configs/base-debug/CONFIG_EXT4_DEBUG @@ -0,0 +1 @@ +CONFIG_EXT4_DEBUG=y diff --git a/configs/base-debug/CONFIG_FAILSLAB b/configs/base-debug/CONFIG_FAILSLAB new file mode 100644 index 000000000..46d92ad21 --- /dev/null +++ b/configs/base-debug/CONFIG_FAILSLAB @@ -0,0 +1 @@ +CONFIG_FAILSLAB=y diff --git a/configs/base-debug/CONFIG_FAIL_IO_TIMEOUT b/configs/base-debug/CONFIG_FAIL_IO_TIMEOUT new file mode 100644 index 000000000..cca143964 --- /dev/null +++ b/configs/base-debug/CONFIG_FAIL_IO_TIMEOUT @@ -0,0 +1 @@ +CONFIG_FAIL_IO_TIMEOUT=y diff --git a/configs/base-debug/CONFIG_FAIL_MAKE_REQUEST b/configs/base-debug/CONFIG_FAIL_MAKE_REQUEST new file mode 100644 index 000000000..cc65a4ab0 --- /dev/null +++ b/configs/base-debug/CONFIG_FAIL_MAKE_REQUEST @@ -0,0 +1 @@ +CONFIG_FAIL_MAKE_REQUEST=y diff --git a/configs/base-debug/CONFIG_FAIL_MMC_REQUEST b/configs/base-debug/CONFIG_FAIL_MMC_REQUEST new file mode 100644 index 000000000..aa7fe5a82 --- /dev/null +++ b/configs/base-debug/CONFIG_FAIL_MMC_REQUEST @@ -0,0 +1 @@ +CONFIG_FAIL_MMC_REQUEST=y diff --git a/configs/base-debug/CONFIG_FAIL_PAGE_ALLOC b/configs/base-debug/CONFIG_FAIL_PAGE_ALLOC new file mode 100644 index 000000000..ca1ddbbde --- /dev/null +++ b/configs/base-debug/CONFIG_FAIL_PAGE_ALLOC @@ -0,0 +1 @@ +CONFIG_FAIL_PAGE_ALLOC=y diff --git a/configs/base-debug/CONFIG_FAULT_INJECTION b/configs/base-debug/CONFIG_FAULT_INJECTION new file mode 100644 index 000000000..3fa074698 --- /dev/null +++ b/configs/base-debug/CONFIG_FAULT_INJECTION @@ -0,0 +1 @@ +CONFIG_FAULT_INJECTION=y diff --git a/configs/base-debug/CONFIG_FAULT_INJECTION_DEBUG_FS b/configs/base-debug/CONFIG_FAULT_INJECTION_DEBUG_FS new file mode 100644 index 000000000..272b69161 --- /dev/null +++ b/configs/base-debug/CONFIG_FAULT_INJECTION_DEBUG_FS @@ -0,0 +1 @@ +CONFIG_FAULT_INJECTION_DEBUG_FS=y diff --git a/configs/base-debug/CONFIG_FAULT_INJECTION_STACKTRACE_FILTER b/configs/base-debug/CONFIG_FAULT_INJECTION_STACKTRACE_FILTER new file mode 100644 index 000000000..a487df351 --- /dev/null +++ b/configs/base-debug/CONFIG_FAULT_INJECTION_STACKTRACE_FILTER @@ -0,0 +1 @@ +CONFIG_FAULT_INJECTION_STACKTRACE_FILTER=y diff --git a/configs/base-debug/CONFIG_IWLWIFI_DEVICE_TRACING b/configs/base-debug/CONFIG_IWLWIFI_DEVICE_TRACING new file mode 100644 index 000000000..ae00a4727 --- /dev/null +++ b/configs/base-debug/CONFIG_IWLWIFI_DEVICE_TRACING @@ -0,0 +1 @@ +CONFIG_IWLWIFI_DEVICE_TRACING=y diff --git a/configs/base-debug/CONFIG_JBD2_DEBUG b/configs/base-debug/CONFIG_JBD2_DEBUG new file mode 100644 index 000000000..8d6ceeacc --- /dev/null +++ b/configs/base-debug/CONFIG_JBD2_DEBUG @@ -0,0 +1 @@ +CONFIG_JBD2_DEBUG=y diff --git a/configs/base-debug/CONFIG_KDB_DEFAULT_ENABLE b/configs/base-debug/CONFIG_KDB_DEFAULT_ENABLE new file mode 100644 index 000000000..aeef61ee9 --- /dev/null +++ b/configs/base-debug/CONFIG_KDB_DEFAULT_ENABLE @@ -0,0 +1 @@ +CONFIG_KDB_DEFAULT_ENABLE=0x0 diff --git a/configs/base-debug/CONFIG_KDB_KEYBOARD b/configs/base-debug/CONFIG_KDB_KEYBOARD new file mode 100644 index 000000000..afe601d90 --- /dev/null +++ b/configs/base-debug/CONFIG_KDB_KEYBOARD @@ -0,0 +1 @@ +CONFIG_KDB_KEYBOARD=y diff --git a/configs/base-debug/CONFIG_KGDB_GDB b/configs/base-debug/CONFIG_KGDB_GDB new file mode 100644 index 000000000..3bb4d48c4 --- /dev/null +++ b/configs/base-debug/CONFIG_KGDB_GDB @@ -0,0 +1 @@ +CONFIG_KGDB_KDB=y diff --git a/configs/base-debug/CONFIG_LOCK_STAT b/configs/base-debug/CONFIG_LOCK_STAT new file mode 100644 index 000000000..e8b2a5f50 --- /dev/null +++ b/configs/base-debug/CONFIG_LOCK_STAT @@ -0,0 +1 @@ +CONFIG_LOCK_STAT=y diff --git a/configs/base-debug/CONFIG_LOCK_TORTURE_TEST b/configs/base-debug/CONFIG_LOCK_TORTURE_TEST new file mode 100644 index 000000000..321718457 --- /dev/null +++ b/configs/base-debug/CONFIG_LOCK_TORTURE_TEST @@ -0,0 +1 @@ +CONFIG_LOCK_TORTURE_TEST=m diff --git a/configs/base-debug/CONFIG_MAXSMP b/configs/base-debug/CONFIG_MAXSMP new file mode 100644 index 000000000..d0d71de53 --- /dev/null +++ b/configs/base-debug/CONFIG_MAXSMP @@ -0,0 +1 @@ +# CONFIG_MAXSMP is not set diff --git a/configs/base-debug/CONFIG_MMIOTRACE b/configs/base-debug/CONFIG_MMIOTRACE new file mode 100644 index 000000000..dd8016c2c --- /dev/null +++ b/configs/base-debug/CONFIG_MMIOTRACE @@ -0,0 +1 @@ +CONFIG_MMIOTRACE=y diff --git a/configs/base-debug/CONFIG_MODULE_FORCE_UNLOAD b/configs/base-debug/CONFIG_MODULE_FORCE_UNLOAD new file mode 100644 index 000000000..e03c0cb69 --- /dev/null +++ b/configs/base-debug/CONFIG_MODULE_FORCE_UNLOAD @@ -0,0 +1 @@ +CONFIG_MODULE_FORCE_UNLOAD=y diff --git a/configs/base-debug/CONFIG_NFSD_FAULT_INJECTION b/configs/base-debug/CONFIG_NFSD_FAULT_INJECTION new file mode 100644 index 000000000..7ddd9be3b --- /dev/null +++ b/configs/base-debug/CONFIG_NFSD_FAULT_INJECTION @@ -0,0 +1 @@ +CONFIG_NFSD_FAULT_INJECTION=y diff --git a/configs/base-debug/CONFIG_PM_ADVANCED_DEBUG b/configs/base-debug/CONFIG_PM_ADVANCED_DEBUG new file mode 100644 index 000000000..4d0cf54d2 --- /dev/null +++ b/configs/base-debug/CONFIG_PM_ADVANCED_DEBUG @@ -0,0 +1 @@ +CONFIG_PM_ADVANCED_DEBUG=y diff --git a/configs/base-debug/CONFIG_PM_TEST_SUSPEND b/configs/base-debug/CONFIG_PM_TEST_SUSPEND new file mode 100644 index 000000000..ce7dae5cb --- /dev/null +++ b/configs/base-debug/CONFIG_PM_TEST_SUSPEND @@ -0,0 +1 @@ +CONFIG_PM_TEST_SUSPEND=y diff --git a/configs/base-debug/CONFIG_PROVE_LOCKING b/configs/base-debug/CONFIG_PROVE_LOCKING new file mode 100644 index 000000000..36980566b --- /dev/null +++ b/configs/base-debug/CONFIG_PROVE_LOCKING @@ -0,0 +1 @@ +CONFIG_PROVE_LOCKING=y diff --git a/configs/base-debug/CONFIG_PROVE_RCU b/configs/base-debug/CONFIG_PROVE_RCU new file mode 100644 index 000000000..d7a71a2e7 --- /dev/null +++ b/configs/base-debug/CONFIG_PROVE_RCU @@ -0,0 +1 @@ +CONFIG_PROVE_RCU=y diff --git a/configs/base-debug/CONFIG_QUOTA_DEBUG b/configs/base-debug/CONFIG_QUOTA_DEBUG new file mode 100644 index 000000000..584e3dff4 --- /dev/null +++ b/configs/base-debug/CONFIG_QUOTA_DEBUG @@ -0,0 +1 @@ +CONFIG_QUOTA_DEBUG=y diff --git a/configs/base-debug/CONFIG_REFCOUNT_FULL b/configs/base-debug/CONFIG_REFCOUNT_FULL new file mode 100644 index 000000000..c7e4a167a --- /dev/null +++ b/configs/base-debug/CONFIG_REFCOUNT_FULL @@ -0,0 +1 @@ +CONFIG_REFCOUNT_FULL=y diff --git a/configs/base-debug/CONFIG_SND_DEBUG b/configs/base-debug/CONFIG_SND_DEBUG new file mode 100644 index 000000000..e010c86a7 --- /dev/null +++ b/configs/base-debug/CONFIG_SND_DEBUG @@ -0,0 +1 @@ +CONFIG_SND_DEBUG=y diff --git a/configs/base-debug/CONFIG_SND_PCM_XRUN_DEBUG b/configs/base-debug/CONFIG_SND_PCM_XRUN_DEBUG new file mode 100644 index 000000000..abc910421 --- /dev/null +++ b/configs/base-debug/CONFIG_SND_PCM_XRUN_DEBUG @@ -0,0 +1 @@ +CONFIG_SND_PCM_XRUN_DEBUG=y diff --git a/configs/base-debug/CONFIG_SND_VERBOSE_PRINTK b/configs/base-debug/CONFIG_SND_VERBOSE_PRINTK new file mode 100644 index 000000000..1ccc7cafc --- /dev/null +++ b/configs/base-debug/CONFIG_SND_VERBOSE_PRINTK @@ -0,0 +1 @@ +CONFIG_SND_VERBOSE_PRINTK=y diff --git a/configs/base-debug/CONFIG_TEST_LIST_SORT b/configs/base-debug/CONFIG_TEST_LIST_SORT new file mode 100644 index 000000000..be97b6ab5 --- /dev/null +++ b/configs/base-debug/CONFIG_TEST_LIST_SORT @@ -0,0 +1 @@ +CONFIG_TEST_LIST_SORT=y diff --git a/configs/base-debug/CONFIG_WQ_WATCHDOG b/configs/base-debug/CONFIG_WQ_WATCHDOG new file mode 100644 index 000000000..262e5853d --- /dev/null +++ b/configs/base-debug/CONFIG_WQ_WATCHDOG @@ -0,0 +1 @@ +CONFIG_WQ_WATCHDOG=y diff --git a/configs/base-debug/CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK b/configs/base-debug/CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK new file mode 100644 index 000000000..a7f3f793f --- /dev/null +++ b/configs/base-debug/CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK @@ -0,0 +1 @@ +CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK=y diff --git a/configs/base-debug/CONFIG_X86_PTDUMP b/configs/base-debug/CONFIG_X86_PTDUMP new file mode 100644 index 000000000..fa4b11459 --- /dev/null +++ b/configs/base-debug/CONFIG_X86_PTDUMP @@ -0,0 +1 @@ +CONFIG_X86_PTDUMP=y diff --git a/configs/base-debug/arm/CONFIG_DMADEVICES_DEBUG b/configs/base-debug/arm/CONFIG_DMADEVICES_DEBUG new file mode 100644 index 000000000..7cd4fec86 --- /dev/null +++ b/configs/base-debug/arm/CONFIG_DMADEVICES_DEBUG @@ -0,0 +1 @@ +# CONFIG_DMADEVICES_DEBUG is not set diff --git a/configs/base-debug/arm/CONFIG_LOCK_STAT b/configs/base-debug/arm/CONFIG_LOCK_STAT new file mode 100644 index 000000000..ab733ddc2 --- /dev/null +++ b/configs/base-debug/arm/CONFIG_LOCK_STAT @@ -0,0 +1 @@ +# CONFIG_LOCK_STAT is not set diff --git a/configs/base-debug/x86/CONFIG_DEBUG_PER_CPU_MAPS b/configs/base-debug/x86/CONFIG_DEBUG_PER_CPU_MAPS new file mode 100644 index 000000000..01ead7281 --- /dev/null +++ b/configs/base-debug/x86/CONFIG_DEBUG_PER_CPU_MAPS @@ -0,0 +1 @@ +# CONFIG_DEBUG_PER_CPU_MAPS is not set diff --git a/configs/base-debug/x86/x86_64/CONFIG_NR_CPUS b/configs/base-debug/x86/x86_64/CONFIG_NR_CPUS new file mode 100644 index 000000000..441191641 --- /dev/null +++ b/configs/base-debug/x86/x86_64/CONFIG_NR_CPUS @@ -0,0 +1 @@ +CONFIG_NR_CPUS=8192 -- cgit