Skip to content

Commit 5d45bdf

Browse files
paulmckrcufbq
authored andcommitted
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>
1 parent 7acc2d9 commit 5d45bdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kernel/rcu/Kconfig.debug

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ config RCU_TORTURE_TEST
5454
Say N if you are unsure.
5555

5656
config RCU_TORTURE_TEST_CHK_RDR_STATE
57-
tristate "Check rcutorture reader state"
57+
bool "Check rcutorture reader state"
5858
depends on RCU_TORTURE_TEST
5959
default n
6060
help
@@ -70,7 +70,7 @@ config RCU_TORTURE_TEST_CHK_RDR_STATE
7070
Say N if you are unsure.
7171

7272
config RCU_TORTURE_TEST_LOG_CPU
73-
tristate "Log CPU for rcutorture failures"
73+
bool "Log CPU for rcutorture failures"
7474
depends on RCU_TORTURE_TEST
7575
default n
7676
help

0 commit comments

Comments
 (0)