commit | c4aa4bd45dbc6902d559238debd2c79d9e107814 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@kernel.org> | Tue Dec 24 09:48:06 2024 -0800 |
committer | Paul E. McKenney <paulmck@kernel.org> | Tue Dec 24 09:49:51 2024 -0800 |
tree | b78b0b6feeb07bfd5862c3e2aa302352a5d942f5 | |
parent | 73c3b38f6a57c82917f7f9e8dd3af7e81c0af4ea [diff] |
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>