The kernel.config and debug.config fragments in wireguard selftests mention some config symbols that have been reworked: Commit c5665868183f ("mm: kmemleak: use the memory pool for early allocations") removes the config DEBUG_KMEMLEAK_EARLY_LOG_SIZE and since then, the config's feature is available without further configuration. Commit 4675ff05de2d ("kmemcheck: rip it out") removes kmemcheck and the corresponding arch config HAVE_ARCH_KMEMCHECK. There is no need for this config. Commit 3bf195ae6037 ("netfilter: nat: merge nf_nat_ipv4,6 into nat core") removes the config NF_NAT_IPV4 and since then, the config's feature is available without further configuration. Commit 41a2901e7d22 ("rcu: Remove SPARSE_RCU_POINTER Kconfig option") removes the config SPARSE_RCU_POINTER and since then, the config's feature is enabled by default. Commit dfb4357da6dd ("time: Remove CONFIG_TIMER_STATS") removes the feature and config CONFIG_TIMER_STATS without any replacement. Commit 3ca17b1f3628 ("lib/ubsan: remove null-pointer checks") removes the check and config UBSAN_NULL without any replacement. Adjust the config fragments to those changes in configs. Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
59 lines
1.4 KiB
Plaintext
59 lines
1.4 KiB
Plaintext
CONFIG_LOCALVERSION="-debug"
|
|
CONFIG_FRAME_POINTER=y
|
|
CONFIG_STACK_VALIDATION=y
|
|
CONFIG_DEBUG_KERNEL=y
|
|
CONFIG_DEBUG_INFO=y
|
|
CONFIG_DEBUG_INFO_DWARF4=y
|
|
CONFIG_PAGE_EXTENSION=y
|
|
CONFIG_PAGE_POISONING=y
|
|
CONFIG_DEBUG_OBJECTS=y
|
|
CONFIG_DEBUG_OBJECTS_FREE=y
|
|
CONFIG_DEBUG_OBJECTS_TIMERS=y
|
|
CONFIG_DEBUG_OBJECTS_WORK=y
|
|
CONFIG_DEBUG_OBJECTS_RCU_HEAD=y
|
|
CONFIG_DEBUG_OBJECTS_PERCPU_COUNTER=y
|
|
CONFIG_DEBUG_OBJECTS_ENABLE_DEFAULT=1
|
|
CONFIG_SLUB_DEBUG_ON=y
|
|
CONFIG_DEBUG_VM=y
|
|
CONFIG_DEBUG_MEMORY_INIT=y
|
|
CONFIG_HAVE_DEBUG_STACKOVERFLOW=y
|
|
CONFIG_DEBUG_STACKOVERFLOW=y
|
|
CONFIG_HAVE_ARCH_KASAN=y
|
|
CONFIG_KASAN=y
|
|
CONFIG_KASAN_INLINE=y
|
|
CONFIG_UBSAN=y
|
|
CONFIG_UBSAN_SANITIZE_ALL=y
|
|
CONFIG_DEBUG_KMEMLEAK=y
|
|
CONFIG_DEBUG_STACK_USAGE=y
|
|
CONFIG_DEBUG_SHIRQ=y
|
|
CONFIG_WQ_WATCHDOG=y
|
|
CONFIG_SCHED_DEBUG=y
|
|
CONFIG_SCHED_INFO=y
|
|
CONFIG_SCHEDSTATS=y
|
|
CONFIG_SCHED_STACK_END_CHECK=y
|
|
CONFIG_DEBUG_TIMEKEEPING=y
|
|
CONFIG_DEBUG_PREEMPT=y
|
|
CONFIG_DEBUG_RT_MUTEXES=y
|
|
CONFIG_DEBUG_SPINLOCK=y
|
|
CONFIG_DEBUG_MUTEXES=y
|
|
CONFIG_DEBUG_LOCK_ALLOC=y
|
|
CONFIG_PROVE_LOCKING=y
|
|
CONFIG_LOCKDEP=y
|
|
CONFIG_DEBUG_ATOMIC_SLEEP=y
|
|
CONFIG_TRACE_IRQFLAGS=y
|
|
CONFIG_DEBUG_BUGVERBOSE=y
|
|
CONFIG_DEBUG_LIST=y
|
|
CONFIG_DEBUG_PLIST=y
|
|
CONFIG_PROVE_RCU=y
|
|
CONFIG_RCU_CPU_STALL_TIMEOUT=21
|
|
CONFIG_RCU_TRACE=y
|
|
CONFIG_RCU_EQS_DEBUG=y
|
|
CONFIG_USER_STACKTRACE_SUPPORT=y
|
|
CONFIG_DEBUG_SG=y
|
|
CONFIG_DEBUG_NOTIFIERS=y
|
|
CONFIG_X86_DEBUG_FPU=y
|
|
CONFIG_DEBUG_SECTION_MISMATCH=y
|
|
CONFIG_DEBUG_PAGEALLOC=y
|
|
CONFIG_DEBUG_PAGEALLOC_ENABLE_DEFAULT=y
|
|
CONFIG_DEBUG_WW_MUTEX_SLOWPATH=y
|