commit | a144935ceaed277c3e640b85f4cff89d7cce4b8f | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@kernel.org> | Thu Feb 06 05:20:18 2020 -0800 |
committer | Paul E. McKenney <paulmck@kernel.org> | Thu Feb 20 16:03:31 2020 -0800 |
tree | c13733e898c40e1161af963c9aa20583dfe7cc3f | |
parent | 9470a18fabd056e67ee12059dab04faf6e1f253c [diff] |
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>