]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
torture: Allow --kconfig options to override --kcsan defaults
authorPaul E. McKenney <paulmck@kernel.org>
Thu, 9 Apr 2020 23:10:36 +0000 (16:10 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Thu, 7 May 2020 17:15:29 +0000 (10:15 -0700)
commit3d17ded9021e3ad949021619e5fc6da81bc6d6d0
treec6b6c4559765362339126d7b2435336bf183213a
parent6be63d7d9c149143a9af19085516ddba6ab6a2af
torture: Allow --kconfig options to override --kcsan defaults

Currently, attempting to override a --kcsan default with a --kconfig
option might or might not work.  However, it would be good to allow the
user to adjust the --kcsan defaults, for example, to specify a different
time for CONFIG_KCSAN_REPORT_ONCE_IN_MS.  This commit therefore uses the
new config_override_param() bash function to apply the --kcsan defaults
and then apply the --kconfig options, which allows this overriding
to occur.

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