Skip to content
Commit a144935c authored by Paul E. McKenney's avatar Paul E. McKenney
Browse files

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: default avatarPaul E. McKenney <paulmck@kernel.org>
parent 9470a18f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment