rcutorture: Adjust scenarios SRCU-t and SRCU-u to make kconfig happy
authorPaul E. McKenney <paulmck@kernel.org>
Thu, 17 Sep 2020 19:34:01 +0000 (12:34 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Sat, 7 Nov 2020 01:13:52 +0000 (17:13 -0800)
commit6f26d010e678249367cc00b5a827c3731c8138f3
treea06f3ef361bdf573e66ea3f81299b56c6f03a3a8
parentbc80d353b3f565138cda7e95ed4020e6e69360b2
rcutorture: Adjust scenarios SRCU-t and SRCU-u to make kconfig happy

The SRCU-u scenario expects to enable lockdep but to also disable the
CONFIG_PREEMPT_COUNT kconfig option.  This no longer works.  This commit
therefore instead enables lockdep in SRCU-t, which then allows SRCU-u
to disable CONFIG_PREEMPT_COUNT.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
tools/testing/selftests/rcutorture/configs/rcu/SRCU-t
tools/testing/selftests/rcutorture/configs/rcu/SRCU-u