• Paul E. McKenney's avatar
    torture: Allow --kconfig options to override --kcsan defaults · 3d17ded9
    Paul E. McKenney authored
    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: default avatarPaul E. McKenney <paulmck@kernel.org>
    3d17ded9
kvm-test-1-run.sh 7.99 KB