rcutorture: Set KCSAN Kconfig options to detect more data races
authorPaul E. McKenney <paulmck@kernel.org>
Thu, 6 Feb 2020 13:20:18 +0000 (05:20 -0800)
committerPaul E. McKenney <paulmck@kernel.org>
Fri, 21 Feb 2020 00:03:31 +0000 (16:03 -0800)
commita144935ceaed277c3e640b85f4cff89d7cce4b8f
treec13733e898c40e1161af963c9aa20583dfe7cc3f
parent9470a18fabd056e67ee12059dab04faf6e1f253c
rcutorture: Set KCSAN Kconfig options to detect more data races

This commit enables the KCSAN Kconfig options that (1) detect data
races between reads and writes even when the writes do not change the
variable's value and (2) detect data races involving plain C-language
writes.  These changes only affect scripted rcutorture runs and can be
overridden using the kvm.sh --kconfig argument.

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