Hello! This series contains torture-test scripting updates: 1. Reposition so that $? collects ssh code in torture.sh. 2. Use "-o Batchmode=yes" to disable ssh password requests. 3. Permit running of experimental torture types. 4. Make thread detection more robust by using lspcu, courtesy of Paul Menzel. 5. Skip vmlinux check for kvm-again.sh runs. 6. Enable CSD-lock stall reports for scftorture. 7. Adjust scenarios' Kconfig options for CONFIG_PREEMPT_DYNAMIC. 8. Remove extraneous "scf" from per_version_boot_params. 9. Save "make allmodconfig" .config file. 10. Make kvm.sh allow more memory for --kasan runs. 11. Make torture.sh refscale and rcuscale specify Tasks Trace RCU. 12. Make torture.sh allow for --kasan. Thanx, Paul ------------------------------------------------------------------------ b/tools/testing/selftests/rcutorture/bin/functions.sh | 2 - b/tools/testing/selftests/rcutorture/bin/kvm-find-errors.sh | 2 - b/tools/testing/selftests/rcutorture/bin/kvm-recheck.sh | 7 +++++ b/tools/testing/selftests/rcutorture/bin/kvm-remote.sh | 2 - b/tools/testing/selftests/rcutorture/bin/kvm.sh | 4 +-- b/tools/testing/selftests/rcutorture/bin/torture.sh | 2 - b/tools/testing/selftests/rcutorture/configs/rcu/TRACE01 | 1 b/tools/testing/selftests/rcutorture/configs/rcu/TREE04 | 5 ++-- b/tools/testing/selftests/rcutorture/configs/rcu/TREE07 | 1 b/tools/testing/selftests/rcutorture/configs/rcu/TREE10 | 1 b/tools/testing/selftests/rcutorture/configs/scf/ver_functions.sh | 3 -- tools/testing/selftests/rcutorture/bin/kvm-remote.sh | 12 +++++----- tools/testing/selftests/rcutorture/bin/kvm.sh | 6 +++++ tools/testing/selftests/rcutorture/bin/torture.sh | 9 ++++--- 14 files changed, 36 insertions(+), 21 deletions(-)