diff options
author | Laura Abbott <labbott@fedoraproject.org> | 2016-11-10 10:16:25 -0800 |
---|---|---|
committer | Laura Abbott <labbott@fedoraproject.org> | 2016-12-06 12:07:10 -0800 |
commit | 1b7eeb80190501aaf226e90e8f58f994cfc3efe0 (patch) | |
tree | 9ff96082cc146fb0ea946c6a111b61e90f9dd7f6 /debugconfig | |
parent | fe324f69901af83cb16ee086f3d284e67ed36e33 (diff) | |
download | kernel-1b7eeb80190501aaf226e90e8f58f994cfc3efe0.tar.gz kernel-1b7eeb80190501aaf226e90e8f58f994cfc3efe0.tar.xz kernel-1b7eeb80190501aaf226e90e8f58f994cfc3efe0.zip |
Change method of configuration generation
The existing method of managing configuration files gets unweildy.
Changing individual lines in text files gets difficult without
manual organization. Switch to a method of configuration generation
that's inspired from the method used inside Red Hat. Each configuration
option gets its own file which are then combined to form the
configuration files. This makes confirming what's actually enabled much
easier.
Diffstat (limited to 'debugconfig')
78 files changed, 78 insertions, 0 deletions
diff --git a/debugconfig/CONFIG_ACPI_DEBUG b/debugconfig/CONFIG_ACPI_DEBUG new file mode 100644 index 000000000..eeb4407c4 --- /dev/null +++ b/debugconfig/CONFIG_ACPI_DEBUG @@ -0,0 +1 @@ +CONFIG_ACPI_DEBUG=y diff --git a/debugconfig/CONFIG_ARM64_PTDUMP b/debugconfig/CONFIG_ARM64_PTDUMP new file mode 100644 index 000000000..9a94c23be --- /dev/null +++ b/debugconfig/CONFIG_ARM64_PTDUMP @@ -0,0 +1 @@ +CONFIG_ARM64_PTDUMP=y diff --git a/debugconfig/CONFIG_ATH_DEBUG b/debugconfig/CONFIG_ATH_DEBUG new file mode 100644 index 000000000..5a0871131 --- /dev/null +++ b/debugconfig/CONFIG_ATH_DEBUG @@ -0,0 +1 @@ +CONFIG_ATH_DEBUG=y diff --git a/debugconfig/CONFIG_B43LEGACY_DEBUG b/debugconfig/CONFIG_B43LEGACY_DEBUG new file mode 100644 index 000000000..02f67a471 --- /dev/null +++ b/debugconfig/CONFIG_B43LEGACY_DEBUG @@ -0,0 +1 @@ +CONFIG_B43LEGACY_DEBUG=y diff --git a/debugconfig/CONFIG_B43_DEBUG b/debugconfig/CONFIG_B43_DEBUG new file mode 100644 index 000000000..9346a4511 --- /dev/null +++ b/debugconfig/CONFIG_B43_DEBUG @@ -0,0 +1 @@ +CONFIG_B43_DEBUG=y diff --git a/debugconfig/CONFIG_CAN_DEBUG_DEVICES b/debugconfig/CONFIG_CAN_DEBUG_DEVICES new file mode 100644 index 000000000..31f8d9411 --- /dev/null +++ b/debugconfig/CONFIG_CAN_DEBUG_DEVICES @@ -0,0 +1 @@ +CONFIG_CAN_DEBUG_DEVICES=y diff --git a/debugconfig/CONFIG_CARL9170_DEBUGFS b/debugconfig/CONFIG_CARL9170_DEBUGFS new file mode 100644 index 000000000..b965aefe3 --- /dev/null +++ b/debugconfig/CONFIG_CARL9170_DEBUGFS @@ -0,0 +1 @@ +CONFIG_CARL9170_DEBUGFS=y diff --git a/debugconfig/CONFIG_CEPH_LIB_PRETTYDEBUG b/debugconfig/CONFIG_CEPH_LIB_PRETTYDEBUG new file mode 100644 index 000000000..e30b3da3a --- /dev/null +++ b/debugconfig/CONFIG_CEPH_LIB_PRETTYDEBUG @@ -0,0 +1 @@ +CONFIG_CEPH_LIB_PRETTYDEBUG=y diff --git a/debugconfig/CONFIG_CPUMASK_OFFSTACK b/debugconfig/CONFIG_CPUMASK_OFFSTACK new file mode 100644 index 000000000..aa9b7f323 --- /dev/null +++ b/debugconfig/CONFIG_CPUMASK_OFFSTACK @@ -0,0 +1 @@ +CONFIG_CPUMASK_OFFSTACK=y diff --git a/debugconfig/CONFIG_CPU_NOTIFIER_ERROR_INJECT b/debugconfig/CONFIG_CPU_NOTIFIER_ERROR_INJECT new file mode 100644 index 000000000..07cab8fee --- /dev/null +++ b/debugconfig/CONFIG_CPU_NOTIFIER_ERROR_INJECT @@ -0,0 +1 @@ +CONFIG_CPU_NOTIFIER_ERROR_INJECT=m diff --git a/debugconfig/CONFIG_DEBUG_ATOMIC_SLEEP b/debugconfig/CONFIG_DEBUG_ATOMIC_SLEEP new file mode 100644 index 000000000..5a3c352f4 --- /dev/null +++ b/debugconfig/CONFIG_DEBUG_ATOMIC_SLEEP @@ -0,0 +1 @@ +CONFIG_DEBUG_ATOMIC_SLEEP=y diff --git a/debugconfig/CONFIG_DEBUG_BLK_CGROUP b/debugconfig/CONFIG_DEBUG_BLK_CGROUP new file mode 100644 index 000000000..997e389d7 --- /dev/null +++ b/debugconfig/CONFIG_DEBUG_BLK_CGROUP @@ -0,0 +1 @@ +CONFIG_DEBUG_BLK_CGROUP=y diff --git a/debugconfig/CONFIG_DEBUG_CREDENTIALS b/debugconfig/CONFIG_DEBUG_CREDENTIALS new file mode 100644 index 000000000..0911429f4 --- /dev/null +++ b/debugconfig/CONFIG_DEBUG_CREDENTIALS @@ -0,0 +1 @@ +CONFIG_DEBUG_CREDENTIALS=y diff --git a/debugconfig/CONFIG_DEBUG_FORCE_WEAK_PER_CPU b/debugconfig/CONFIG_DEBUG_FORCE_WEAK_PER_CPU new file mode 100644 index 000000000..0d5a82e69 --- /dev/null +++ b/debugconfig/CONFIG_DEBUG_FORCE_WEAK_PER_CPU @@ -0,0 +1 @@ +CONFIG_DEBUG_FORCE_WEAK_PER_CPU=y diff --git a/debugconfig/CONFIG_DEBUG_KMEMLEAK b/debugconfig/CONFIG_DEBUG_KMEMLEAK new file mode 100644 index 000000000..0e9b0e169 --- /dev/null +++ b/debugconfig/CONFIG_DEBUG_KMEMLEAK @@ -0,0 +1 @@ +CONFIG_DEBUG_KMEMLEAK=y diff --git a/debugconfig/CONFIG_DEBUG_KMEMLEAK_DEFAULT_OFF b/debugconfig/CONFIG_DEBUG_KMEMLEAK_DEFAULT_OFF new file mode 100644 index 000000000..d7041412d --- /dev/null +++ b/debugconfig/CONFIG_DEBUG_KMEMLEAK_DEFAULT_OFF @@ -0,0 +1 @@ +CONFIG_DEBUG_KMEMLEAK_DEFAULT_OFF=y diff --git a/debugconfig/CONFIG_DEBUG_KMEMLEAK_EARLY b/debugconfig/CONFIG_DEBUG_KMEMLEAK_EARLY new file mode 100644 index 000000000..dd8763fdd --- /dev/null +++ b/debugconfig/CONFIG_DEBUG_KMEMLEAK_EARLY @@ -0,0 +1 @@ +CONFIG_DEBUG_KMEMLEAK_EARLY_LOG_SIZE=1024 diff --git a/debugconfig/CONFIG_DEBUG_LOCK_ALLOC b/debugconfig/CONFIG_DEBUG_LOCK_ALLOC new file mode 100644 index 000000000..8a3e5c0ad --- /dev/null +++ b/debugconfig/CONFIG_DEBUG_LOCK_ALLOC @@ -0,0 +1 @@ +CONFIG_DEBUG_LOCK_ALLOC=y diff --git a/debugconfig/CONFIG_DEBUG_MUTEXES b/debugconfig/CONFIG_DEBUG_MUTEXES new file mode 100644 index 000000000..b8204fed6 --- /dev/null +++ b/debugconfig/CONFIG_DEBUG_MUTEXES @@ -0,0 +1 @@ +CONFIG_DEBUG_MUTEXES=y diff --git a/debugconfig/CONFIG_DEBUG_NOTIFIERS b/debugconfig/CONFIG_DEBUG_NOTIFIERS new file mode 100644 index 000000000..fc84e6614 --- /dev/null +++ b/debugconfig/CONFIG_DEBUG_NOTIFIERS @@ -0,0 +1 @@ +CONFIG_DEBUG_NOTIFIERS=y diff --git a/debugconfig/CONFIG_DEBUG_OBJECTS b/debugconfig/CONFIG_DEBUG_OBJECTS new file mode 100644 index 000000000..edd26a859 --- /dev/null +++ b/debugconfig/CONFIG_DEBUG_OBJECTS @@ -0,0 +1 @@ +CONFIG_DEBUG_OBJECTS=y diff --git a/debugconfig/CONFIG_DEBUG_OBJECTS_FREE b/debugconfig/CONFIG_DEBUG_OBJECTS_FREE new file mode 100644 index 000000000..449c27a9d --- /dev/null +++ b/debugconfig/CONFIG_DEBUG_OBJECTS_FREE @@ -0,0 +1 @@ +CONFIG_DEBUG_OBJECTS_FREE=y diff --git a/debugconfig/CONFIG_DEBUG_OBJECTS_PERCPU_COUNTER b/debugconfig/CONFIG_DEBUG_OBJECTS_PERCPU_COUNTER new file mode 100644 index 000000000..b31dd6749 --- /dev/null +++ b/debugconfig/CONFIG_DEBUG_OBJECTS_PERCPU_COUNTER @@ -0,0 +1 @@ +CONFIG_DEBUG_OBJECTS_PERCPU_COUNTER=y diff --git a/debugconfig/CONFIG_DEBUG_OBJECTS_RCU_HEAD b/debugconfig/CONFIG_DEBUG_OBJECTS_RCU_HEAD new file mode 100644 index 000000000..8909d264f --- /dev/null +++ b/debugconfig/CONFIG_DEBUG_OBJECTS_RCU_HEAD @@ -0,0 +1 @@ +CONFIG_DEBUG_OBJECTS_RCU_HEAD=y diff --git a/debugconfig/CONFIG_DEBUG_OBJECTS_TIMERS b/debugconfig/CONFIG_DEBUG_OBJECTS_TIMERS new file mode 100644 index 000000000..d321c4a81 --- /dev/null +++ b/debugconfig/CONFIG_DEBUG_OBJECTS_TIMERS @@ -0,0 +1 @@ +CONFIG_DEBUG_OBJECTS_TIMERS=y diff --git a/debugconfig/CONFIG_DEBUG_OBJECTS_WORK b/debugconfig/CONFIG_DEBUG_OBJECTS_WORK new file mode 100644 index 000000000..6b0adfc94 --- /dev/null +++ b/debugconfig/CONFIG_DEBUG_OBJECTS_WORK @@ -0,0 +1 @@ +CONFIG_DEBUG_OBJECTS_WORK=y diff --git a/debugconfig/CONFIG_DEBUG_PAGEALLOC b/debugconfig/CONFIG_DEBUG_PAGEALLOC new file mode 100644 index 000000000..0e1c7855b --- /dev/null +++ b/debugconfig/CONFIG_DEBUG_PAGEALLOC @@ -0,0 +1 @@ +# CONFIG_DEBUG_PAGEALLOC is not set diff --git a/debugconfig/CONFIG_DEBUG_PERF_USE_VMALLOC b/debugconfig/CONFIG_DEBUG_PERF_USE_VMALLOC new file mode 100644 index 000000000..3aeeb5cd4 --- /dev/null +++ b/debugconfig/CONFIG_DEBUG_PERF_USE_VMALLOC @@ -0,0 +1 @@ +CONFIG_DEBUG_PERF_USE_VMALLOC=y diff --git a/debugconfig/CONFIG_DEBUG_PER_CPU_MAPS b/debugconfig/CONFIG_DEBUG_PER_CPU_MAPS new file mode 100644 index 000000000..0b1af0ede --- /dev/null +++ b/debugconfig/CONFIG_DEBUG_PER_CPU_MAPS @@ -0,0 +1 @@ +CONFIG_DEBUG_PER_CPU_MAPS=y diff --git a/debugconfig/CONFIG_DEBUG_PI_LIST b/debugconfig/CONFIG_DEBUG_PI_LIST new file mode 100644 index 000000000..0a47f5b7e --- /dev/null +++ b/debugconfig/CONFIG_DEBUG_PI_LIST @@ -0,0 +1 @@ +CONFIG_DEBUG_PI_LIST=y diff --git a/debugconfig/CONFIG_DEBUG_RT_MUTEXES b/debugconfig/CONFIG_DEBUG_RT_MUTEXES new file mode 100644 index 000000000..ef986edc1 --- /dev/null +++ b/debugconfig/CONFIG_DEBUG_RT_MUTEXES @@ -0,0 +1 @@ +CONFIG_DEBUG_RT_MUTEXES=y diff --git a/debugconfig/CONFIG_DEBUG_SG b/debugconfig/CONFIG_DEBUG_SG new file mode 100644 index 000000000..02361b0bc --- /dev/null +++ b/debugconfig/CONFIG_DEBUG_SG @@ -0,0 +1 @@ +CONFIG_DEBUG_SG=y diff --git a/debugconfig/CONFIG_DEBUG_SLAB b/debugconfig/CONFIG_DEBUG_SLAB new file mode 100644 index 000000000..1baa7ec85 --- /dev/null +++ b/debugconfig/CONFIG_DEBUG_SLAB @@ -0,0 +1 @@ +CONFIG_DEBUG_SLAB=y diff --git a/debugconfig/CONFIG_DEBUG_SPINLOCK b/debugconfig/CONFIG_DEBUG_SPINLOCK new file mode 100644 index 000000000..5642145af --- /dev/null +++ b/debugconfig/CONFIG_DEBUG_SPINLOCK @@ -0,0 +1 @@ +CONFIG_DEBUG_SPINLOCK=y diff --git a/debugconfig/CONFIG_DEBUG_STACK_USAGE b/debugconfig/CONFIG_DEBUG_STACK_USAGE new file mode 100644 index 000000000..8a710b684 --- /dev/null +++ b/debugconfig/CONFIG_DEBUG_STACK_USAGE @@ -0,0 +1 @@ +CONFIG_DEBUG_STACK_USAGE=y diff --git a/debugconfig/CONFIG_DEBUG_VM b/debugconfig/CONFIG_DEBUG_VM new file mode 100644 index 000000000..d19bdfddb --- /dev/null +++ b/debugconfig/CONFIG_DEBUG_VM @@ -0,0 +1 @@ +CONFIG_DEBUG_VM=y diff --git a/debugconfig/CONFIG_DEBUG_VM_PGFLAGS b/debugconfig/CONFIG_DEBUG_VM_PGFLAGS new file mode 100644 index 000000000..7469f919a --- /dev/null +++ b/debugconfig/CONFIG_DEBUG_VM_PGFLAGS @@ -0,0 +1 @@ +CONFIG_DEBUG_VM_PGFLAGS=y diff --git a/debugconfig/CONFIG_DETECT_HUNG_TASK b/debugconfig/CONFIG_DETECT_HUNG_TASK new file mode 100644 index 000000000..28ac9ac1f --- /dev/null +++ b/debugconfig/CONFIG_DETECT_HUNG_TASK @@ -0,0 +1 @@ +CONFIG_DETECT_HUNG_TASK=y diff --git a/debugconfig/CONFIG_DMADEVICES_DEBUG b/debugconfig/CONFIG_DMADEVICES_DEBUG new file mode 100644 index 000000000..0b101be4e --- /dev/null +++ b/debugconfig/CONFIG_DMADEVICES_DEBUG @@ -0,0 +1 @@ +CONFIG_DMADEVICES_DEBUG=y diff --git a/debugconfig/CONFIG_DMADEVICES_VDEBUG b/debugconfig/CONFIG_DMADEVICES_VDEBUG new file mode 100644 index 000000000..b1584ee3b --- /dev/null +++ b/debugconfig/CONFIG_DMADEVICES_VDEBUG @@ -0,0 +1 @@ +# CONFIG_DMADEVICES_VDEBUG is not set diff --git a/debugconfig/CONFIG_DMA_API_DEBUG b/debugconfig/CONFIG_DMA_API_DEBUG new file mode 100644 index 000000000..d5c832fe4 --- /dev/null +++ b/debugconfig/CONFIG_DMA_API_DEBUG @@ -0,0 +1 @@ +CONFIG_DMA_API_DEBUG=y diff --git a/debugconfig/CONFIG_DRBD_FAULT_INJECTION b/debugconfig/CONFIG_DRBD_FAULT_INJECTION new file mode 100644 index 000000000..3ebb5a38e --- /dev/null +++ b/debugconfig/CONFIG_DRBD_FAULT_INJECTION @@ -0,0 +1 @@ +CONFIG_DRBD_FAULT_INJECTION=y diff --git a/debugconfig/CONFIG_EFI_PGT_DUMP b/debugconfig/CONFIG_EFI_PGT_DUMP new file mode 100644 index 000000000..42e942258 --- /dev/null +++ b/debugconfig/CONFIG_EFI_PGT_DUMP @@ -0,0 +1 @@ +CONFIG_EFI_PGT_DUMP=y diff --git a/debugconfig/CONFIG_EXT4_DEBUG b/debugconfig/CONFIG_EXT4_DEBUG new file mode 100644 index 000000000..878ac6b45 --- /dev/null +++ b/debugconfig/CONFIG_EXT4_DEBUG @@ -0,0 +1 @@ +CONFIG_EXT4_DEBUG=y diff --git a/debugconfig/CONFIG_FAILSLAB b/debugconfig/CONFIG_FAILSLAB new file mode 100644 index 000000000..46d92ad21 --- /dev/null +++ b/debugconfig/CONFIG_FAILSLAB @@ -0,0 +1 @@ +CONFIG_FAILSLAB=y diff --git a/debugconfig/CONFIG_FAIL_IO_TIMEOUT b/debugconfig/CONFIG_FAIL_IO_TIMEOUT new file mode 100644 index 000000000..cca143964 --- /dev/null +++ b/debugconfig/CONFIG_FAIL_IO_TIMEOUT @@ -0,0 +1 @@ +CONFIG_FAIL_IO_TIMEOUT=y diff --git a/debugconfig/CONFIG_FAIL_MAKE_REQUEST b/debugconfig/CONFIG_FAIL_MAKE_REQUEST new file mode 100644 index 000000000..cc65a4ab0 --- /dev/null +++ b/debugconfig/CONFIG_FAIL_MAKE_REQUEST @@ -0,0 +1 @@ +CONFIG_FAIL_MAKE_REQUEST=y diff --git a/debugconfig/CONFIG_FAIL_MMC_REQUEST b/debugconfig/CONFIG_FAIL_MMC_REQUEST new file mode 100644 index 000000000..aa7fe5a82 --- /dev/null +++ b/debugconfig/CONFIG_FAIL_MMC_REQUEST @@ -0,0 +1 @@ +CONFIG_FAIL_MMC_REQUEST=y diff --git a/debugconfig/CONFIG_FAIL_PAGE_ALLOC b/debugconfig/CONFIG_FAIL_PAGE_ALLOC new file mode 100644 index 000000000..ca1ddbbde --- /dev/null +++ b/debugconfig/CONFIG_FAIL_PAGE_ALLOC @@ -0,0 +1 @@ +CONFIG_FAIL_PAGE_ALLOC=y diff --git a/debugconfig/CONFIG_FAULT_INJECTION b/debugconfig/CONFIG_FAULT_INJECTION new file mode 100644 index 000000000..3fa074698 --- /dev/null +++ b/debugconfig/CONFIG_FAULT_INJECTION @@ -0,0 +1 @@ +CONFIG_FAULT_INJECTION=y diff --git a/debugconfig/CONFIG_FAULT_INJECTION_DEBUG_FS b/debugconfig/CONFIG_FAULT_INJECTION_DEBUG_FS new file mode 100644 index 000000000..272b69161 --- /dev/null +++ b/debugconfig/CONFIG_FAULT_INJECTION_DEBUG_FS @@ -0,0 +1 @@ +CONFIG_FAULT_INJECTION_DEBUG_FS=y diff --git a/debugconfig/CONFIG_FAULT_INJECTION_STACKTRACE_FILTER b/debugconfig/CONFIG_FAULT_INJECTION_STACKTRACE_FILTER new file mode 100644 index 000000000..a487df351 --- /dev/null +++ b/debugconfig/CONFIG_FAULT_INJECTION_STACKTRACE_FILTER @@ -0,0 +1 @@ +CONFIG_FAULT_INJECTION_STACKTRACE_FILTER=y diff --git a/debugconfig/CONFIG_IWLWIFI_DEVICE_TRACING b/debugconfig/CONFIG_IWLWIFI_DEVICE_TRACING new file mode 100644 index 000000000..ae00a4727 --- /dev/null +++ b/debugconfig/CONFIG_IWLWIFI_DEVICE_TRACING @@ -0,0 +1 @@ +CONFIG_IWLWIFI_DEVICE_TRACING=y diff --git a/debugconfig/CONFIG_JBD2_DEBUG b/debugconfig/CONFIG_JBD2_DEBUG new file mode 100644 index 000000000..8d6ceeacc --- /dev/null +++ b/debugconfig/CONFIG_JBD2_DEBUG @@ -0,0 +1 @@ +CONFIG_JBD2_DEBUG=y diff --git a/debugconfig/CONFIG_KDB_DEFAULT_ENABLE b/debugconfig/CONFIG_KDB_DEFAULT_ENABLE new file mode 100644 index 000000000..aeef61ee9 --- /dev/null +++ b/debugconfig/CONFIG_KDB_DEFAULT_ENABLE @@ -0,0 +1 @@ +CONFIG_KDB_DEFAULT_ENABLE=0x0 diff --git a/debugconfig/CONFIG_KDB_KEYBOARD b/debugconfig/CONFIG_KDB_KEYBOARD new file mode 100644 index 000000000..afe601d90 --- /dev/null +++ b/debugconfig/CONFIG_KDB_KEYBOARD @@ -0,0 +1 @@ +CONFIG_KDB_KEYBOARD=y diff --git a/debugconfig/CONFIG_KGDB_GDB b/debugconfig/CONFIG_KGDB_GDB new file mode 100644 index 000000000..3bb4d48c4 --- /dev/null +++ b/debugconfig/CONFIG_KGDB_GDB @@ -0,0 +1 @@ +CONFIG_KGDB_KDB=y diff --git a/debugconfig/CONFIG_LOCK_STAT b/debugconfig/CONFIG_LOCK_STAT new file mode 100644 index 000000000..e8b2a5f50 --- /dev/null +++ b/debugconfig/CONFIG_LOCK_STAT @@ -0,0 +1 @@ +CONFIG_LOCK_STAT=y diff --git a/debugconfig/CONFIG_LOCK_TORTURE_TEST b/debugconfig/CONFIG_LOCK_TORTURE_TEST new file mode 100644 index 000000000..321718457 --- /dev/null +++ b/debugconfig/CONFIG_LOCK_TORTURE_TEST @@ -0,0 +1 @@ +CONFIG_LOCK_TORTURE_TEST=m diff --git a/debugconfig/CONFIG_MAXSMP b/debugconfig/CONFIG_MAXSMP new file mode 100644 index 000000000..8d0fa581d --- /dev/null +++ b/debugconfig/CONFIG_MAXSMP @@ -0,0 +1 @@ +CONFIG_MAXSMP=y diff --git a/debugconfig/CONFIG_MMIOTRACE b/debugconfig/CONFIG_MMIOTRACE new file mode 100644 index 000000000..dd8016c2c --- /dev/null +++ b/debugconfig/CONFIG_MMIOTRACE @@ -0,0 +1 @@ +CONFIG_MMIOTRACE=y diff --git a/debugconfig/CONFIG_MODULE_FORCE_UNLOAD b/debugconfig/CONFIG_MODULE_FORCE_UNLOAD new file mode 100644 index 000000000..e03c0cb69 --- /dev/null +++ b/debugconfig/CONFIG_MODULE_FORCE_UNLOAD @@ -0,0 +1 @@ +CONFIG_MODULE_FORCE_UNLOAD=y diff --git a/debugconfig/CONFIG_NFSD_FAULT_INJECTION b/debugconfig/CONFIG_NFSD_FAULT_INJECTION new file mode 100644 index 000000000..7ddd9be3b --- /dev/null +++ b/debugconfig/CONFIG_NFSD_FAULT_INJECTION @@ -0,0 +1 @@ +CONFIG_NFSD_FAULT_INJECTION=y diff --git a/debugconfig/CONFIG_PM_ADVANCED_DEBUG b/debugconfig/CONFIG_PM_ADVANCED_DEBUG new file mode 100644 index 000000000..4d0cf54d2 --- /dev/null +++ b/debugconfig/CONFIG_PM_ADVANCED_DEBUG @@ -0,0 +1 @@ +CONFIG_PM_ADVANCED_DEBUG=y diff --git a/debugconfig/CONFIG_PM_TEST_SUSPEND b/debugconfig/CONFIG_PM_TEST_SUSPEND new file mode 100644 index 000000000..ce7dae5cb --- /dev/null +++ b/debugconfig/CONFIG_PM_TEST_SUSPEND @@ -0,0 +1 @@ +CONFIG_PM_TEST_SUSPEND=y diff --git a/debugconfig/CONFIG_PROVE_LOCKING b/debugconfig/CONFIG_PROVE_LOCKING new file mode 100644 index 000000000..36980566b --- /dev/null +++ b/debugconfig/CONFIG_PROVE_LOCKING @@ -0,0 +1 @@ +CONFIG_PROVE_LOCKING=y diff --git a/debugconfig/CONFIG_PROVE_RCU b/debugconfig/CONFIG_PROVE_RCU new file mode 100644 index 000000000..d7a71a2e7 --- /dev/null +++ b/debugconfig/CONFIG_PROVE_RCU @@ -0,0 +1 @@ +CONFIG_PROVE_RCU=y diff --git a/debugconfig/CONFIG_QUOTA_DEBUG b/debugconfig/CONFIG_QUOTA_DEBUG new file mode 100644 index 000000000..584e3dff4 --- /dev/null +++ b/debugconfig/CONFIG_QUOTA_DEBUG @@ -0,0 +1 @@ +CONFIG_QUOTA_DEBUG=y diff --git a/debugconfig/CONFIG_SND_DEBUG b/debugconfig/CONFIG_SND_DEBUG new file mode 100644 index 000000000..e010c86a7 --- /dev/null +++ b/debugconfig/CONFIG_SND_DEBUG @@ -0,0 +1 @@ +CONFIG_SND_DEBUG=y diff --git a/debugconfig/CONFIG_SND_PCM_XRUN_DEBUG b/debugconfig/CONFIG_SND_PCM_XRUN_DEBUG new file mode 100644 index 000000000..abc910421 --- /dev/null +++ b/debugconfig/CONFIG_SND_PCM_XRUN_DEBUG @@ -0,0 +1 @@ +CONFIG_SND_PCM_XRUN_DEBUG=y diff --git a/debugconfig/CONFIG_SND_VERBOSE_PRINTK b/debugconfig/CONFIG_SND_VERBOSE_PRINTK new file mode 100644 index 000000000..1ccc7cafc --- /dev/null +++ b/debugconfig/CONFIG_SND_VERBOSE_PRINTK @@ -0,0 +1 @@ +CONFIG_SND_VERBOSE_PRINTK=y diff --git a/debugconfig/CONFIG_TEST_LIST_SORT b/debugconfig/CONFIG_TEST_LIST_SORT new file mode 100644 index 000000000..be97b6ab5 --- /dev/null +++ b/debugconfig/CONFIG_TEST_LIST_SORT @@ -0,0 +1 @@ +CONFIG_TEST_LIST_SORT=y diff --git a/debugconfig/CONFIG_WQ_WATCHDOG b/debugconfig/CONFIG_WQ_WATCHDOG new file mode 100644 index 000000000..262e5853d --- /dev/null +++ b/debugconfig/CONFIG_WQ_WATCHDOG @@ -0,0 +1 @@ +CONFIG_WQ_WATCHDOG=y diff --git a/debugconfig/CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK b/debugconfig/CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK new file mode 100644 index 000000000..a7f3f793f --- /dev/null +++ b/debugconfig/CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK @@ -0,0 +1 @@ +CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK=y diff --git a/debugconfig/CONFIG_X86_PTDUMP b/debugconfig/CONFIG_X86_PTDUMP new file mode 100644 index 000000000..fa4b11459 --- /dev/null +++ b/debugconfig/CONFIG_X86_PTDUMP @@ -0,0 +1 @@ +CONFIG_X86_PTDUMP=y diff --git a/debugconfig/arm/CONFIG_LOCK_STAT b/debugconfig/arm/CONFIG_LOCK_STAT new file mode 100644 index 000000000..ab733ddc2 --- /dev/null +++ b/debugconfig/arm/CONFIG_LOCK_STAT @@ -0,0 +1 @@ +# CONFIG_LOCK_STAT is not set diff --git a/debugconfig/arm/armv7/CONFIG_DMADEVICES_DEBUG b/debugconfig/arm/armv7/CONFIG_DMADEVICES_DEBUG new file mode 100644 index 000000000..7cd4fec86 --- /dev/null +++ b/debugconfig/arm/armv7/CONFIG_DMADEVICES_DEBUG @@ -0,0 +1 @@ +# CONFIG_DMADEVICES_DEBUG is not set diff --git a/debugconfig/x86/CONFIG_DEBUG_PER_CPU_MAPS b/debugconfig/x86/CONFIG_DEBUG_PER_CPU_MAPS new file mode 100644 index 000000000..01ead7281 --- /dev/null +++ b/debugconfig/x86/CONFIG_DEBUG_PER_CPU_MAPS @@ -0,0 +1 @@ +# CONFIG_DEBUG_PER_CPU_MAPS is not set |