mirror of https://github.com/torvalds/linux.git
rcutorture: Move RCU_TORTURE_TEST_{CHK_RDR_STATE,LOG_CPU} to bool
The RCU_TORTURE_TEST_CHK_RDR_STATE and RCU_TORTURE_TEST_LOG_CPU Kconfig options are pointlessly defined as tristate. This commit therefore converts them to bool. Reported-by: kernel test robot <oliver.sang@intel.com> Closes: https://lore.kernel.org/oe-lkp/202412241458.150d082b-lkp@intel.com Signed-off-by: Paul E. McKenney <paulmck@kernel.org> Signed-off-by: Boqun Feng <boqun.feng@gmail.com>
This commit is contained in:
parent
7acc2d9015
commit
5d45bdf292
|
|
@ -54,7 +54,7 @@ config RCU_TORTURE_TEST
|
||||||
Say N if you are unsure.
|
Say N if you are unsure.
|
||||||
|
|
||||||
config RCU_TORTURE_TEST_CHK_RDR_STATE
|
config RCU_TORTURE_TEST_CHK_RDR_STATE
|
||||||
tristate "Check rcutorture reader state"
|
bool "Check rcutorture reader state"
|
||||||
depends on RCU_TORTURE_TEST
|
depends on RCU_TORTURE_TEST
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
|
|
@ -70,7 +70,7 @@ config RCU_TORTURE_TEST_CHK_RDR_STATE
|
||||||
Say N if you are unsure.
|
Say N if you are unsure.
|
||||||
|
|
||||||
config RCU_TORTURE_TEST_LOG_CPU
|
config RCU_TORTURE_TEST_LOG_CPU
|
||||||
tristate "Log CPU for rcutorture failures"
|
bool "Log CPU for rcutorture failures"
|
||||||
depends on RCU_TORTURE_TEST
|
depends on RCU_TORTURE_TEST
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue