mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-18 19:43:43 -04:00
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>
8 lines
192 B
Plaintext
8 lines
192 B
Plaintext
CONFIG_RCU_TORTURE_TEST=y
|
|
CONFIG_PRINTK_TIME=y
|
|
CONFIG_HYPERVISOR_GUEST=y
|
|
CONFIG_PARAVIRT=y
|
|
CONFIG_KVM_GUEST=y
|
|
CONFIG_KCSAN_ASSUME_PLAIN_WRITES_ATOMIC=n
|
|
CONFIG_KCSAN_REPORT_VALUE_CHANGE_ONLY=n
|