Kconfig.debug (3b6e1dd42317ec366dab3205f99280e2ab1ad85a) | Kconfig.debug (4c3f7b0e1e880e892d4bc4f50bf627b251b6e2cc) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# RCU-related debugging configuration options 4# 5 6menu "RCU Debugging" 7 8config PROVE_RCU --- 33 unchanged lines hidden (view full) --- 42 Say M if you want the RCU performance tests to build as a module. 43 Say N if you are unsure. 44 45config RCU_TORTURE_TEST 46 tristate "torture tests for RCU" 47 depends on DEBUG_KERNEL 48 select TORTURE_TEST 49 select SRCU | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# RCU-related debugging configuration options 4# 5 6menu "RCU Debugging" 7 8config PROVE_RCU --- 33 unchanged lines hidden (view full) --- 42 Say M if you want the RCU performance tests to build as a module. 43 Say N if you are unsure. 44 45config RCU_TORTURE_TEST 46 tristate "torture tests for RCU" 47 depends on DEBUG_KERNEL 48 select TORTURE_TEST 49 select SRCU |
50 select TASKS_RUDE_RCU | |
51 default n 52 help 53 This option provides a kernel module that runs torture tests 54 on the RCU infrastructure. The kernel module may be built 55 after the fact on the running kernel to be tested, if desired. 56 57 Say Y here if you want RCU torture tests to be built into 58 the kernel. --- 72 unchanged lines hidden --- | 50 default n 51 help 52 This option provides a kernel module that runs torture tests 53 on the RCU infrastructure. The kernel module may be built 54 after the fact on the running kernel to be tested, if desired. 55 56 Say Y here if you want RCU torture tests to be built into 57 the kernel. --- 72 unchanged lines hidden --- |