hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/lib/Kconfig.debug
....@@ -1386,7 +1386,7 @@
13861386
13871387 config DEBUG_LOCKING_API_SELFTESTS
13881388 bool "Locking API boot-time self-tests"
1389
- depends on DEBUG_KERNEL && !PREEMPT_RT
1389
+ depends on DEBUG_KERNEL
13901390 help
13911391 Say Y here if you want the kernel to run a short self-test during
13921392 bootup. The self-test checks whether common types of locking bugs
....@@ -1931,7 +1931,6 @@
19311931 depends on CC_HAS_SANCOV_TRACE_PC || GCC_PLUGINS
19321932 select DEBUG_FS
19331933 select GCC_PLUGIN_SANCOV if !CC_HAS_SANCOV_TRACE_PC
1934
- select SKB_EXTENSIONS if NET
19351934 help
19361935 KCOV exposes kernel code coverage information in a form suitable
19371936 for coverage-guided fuzzing (randomized testing).