From: Paul E. McKenney Date: Thu, 15 Jun 2023 13:49:17 +0000 (-0700) Subject: rcutorture: Remove contradictory Kconfig constraint X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4f64435417b450e8c0e76fba11a5cd23d81610c6;p=linux.git rcutorture: Remove contradictory Kconfig constraint The TASKS03 scenario specifies both CONFIG_RCU_EXPERT=y and removes #CHECK#CONFIG_RCU_EXPERT=n in order to be consistent with CONFIG_RCU_EXPERT=y prerequisites. Signed-off-by: Paul E. McKenney --- diff --git a/tools/testing/selftests/rcutorture/configs/rcu/TASKS03 b/tools/testing/selftests/rcutorture/configs/rcu/TASKS03 index dea26c5686784..2ef2fb69c360b 100644 --- a/tools/testing/selftests/rcutorture/configs/rcu/TASKS03 +++ b/tools/testing/selftests/rcutorture/configs/rcu/TASKS03 @@ -6,6 +6,5 @@ CONFIG_PREEMPT=y CONFIG_HZ_PERIODIC=n CONFIG_NO_HZ_IDLE=n CONFIG_NO_HZ_FULL=y -#CHECK#CONFIG_RCU_EXPERT=n CONFIG_TASKS_RCU=y CONFIG_RCU_EXPERT=y