.. | .. |
---|
1386 | 1386 | |
---|
1387 | 1387 | config DEBUG_LOCKING_API_SELFTESTS |
---|
1388 | 1388 | bool "Locking API boot-time self-tests" |
---|
1389 | | - depends on DEBUG_KERNEL && !PREEMPT_RT |
---|
| 1389 | + depends on DEBUG_KERNEL |
---|
1390 | 1390 | help |
---|
1391 | 1391 | Say Y here if you want the kernel to run a short self-test during |
---|
1392 | 1392 | bootup. The self-test checks whether common types of locking bugs |
---|
.. | .. |
---|
1931 | 1931 | depends on CC_HAS_SANCOV_TRACE_PC || GCC_PLUGINS |
---|
1932 | 1932 | select DEBUG_FS |
---|
1933 | 1933 | select GCC_PLUGIN_SANCOV if !CC_HAS_SANCOV_TRACE_PC |
---|
1934 | | - select SKB_EXTENSIONS if NET |
---|
1935 | 1934 | help |
---|
1936 | 1935 | KCOV exposes kernel code coverage information in a form suitable |
---|
1937 | 1936 | for coverage-guided fuzzing (randomized testing). |
---|