torture: Make --kcsan specify lockdep
authorPaul E. McKenney <paulmck@kernel.org>
Fri, 6 Nov 2020 04:01:46 +0000 (20:01 -0800)
committerPaul E. McKenney <paulmck@kernel.org>
Mon, 4 Jan 2021 22:01:17 +0000 (14:01 -0800)
commit0682aa7acd5d2688a8b781d91938e21ae4717c52
treec40a605d3664342771a2b6c92363cd90840afb5f
parent5c8fe583cce542aa0b84adc939ce85293de36e5e
torture: Make --kcsan specify lockdep

The --kcsan argument to kvm.sh adds CONFIG_KCSAN_VERBOSE=y in order to
get more detail from the KCSAN reports.  However, this Kconfig option
requires lockdep to be enabled.  This commit therefore causes --kcsan
to also enable lockdep.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
tools/testing/selftests/rcutorture/bin/kvm.sh