commit | 8689937fb3f4354098c25c87b5992870693f987a | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@kernel.org> | Thu Sep 17 12:34:01 2020 -0700 |
committer | Paul E. McKenney <paulmck@kernel.org> | Thu Sep 17 12:34:01 2020 -0700 |
tree | 5d3d0e90c803a0c6d41b5f30626f0f230a804460 | |
parent | 170bf348ae1528f5a680238f6d5e9eab62f83972 [diff] |
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>