Kconfig.debug (40c1278aa7cd51d4f8627f7adc66aa73e01aff81) | Kconfig.debug (3b6e1dd42317ec366dab3205f99280e2ab1ad85a) |
---|---|
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_RCU | |
51 select TASKS_RUDE_RCU 52 default n 53 help 54 This option provides a kernel module that runs torture tests 55 on the RCU infrastructure. The kernel module may be built 56 after the fact on the running kernel to be tested, if desired. 57 58 Say Y here if you want RCU torture tests to be built into --- 73 unchanged lines hidden --- | 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 --- 73 unchanged lines hidden --- |