[PATCH rcu 0/13] Torture-test scripting updates for v5.18

From: Paul E. McKenney
Date: Fri Feb 04 2022 - 18:56:06 EST


Hello!

This series provides updates to the torture-test scripting.

1. Drop trailing ^M from console output.

2. Allow four-digit repetition numbers for --configs parameter.

3. Output per-failed-run summary lines from torture.sh.

4. Make kvm.sh summaries note runs having only KCSAN reports.

5. Indicate which torture.sh runs' bugs are all KCSAN reports.

6. Compress KCSAN as well as KASAN vmlinux files.

7. Make kvm-remote.sh try multiple times to download tarball.

8. Print only one summary line per run.

9. Make kvm-find-errors.sh notice missing vmlinux file.

10. Change KVM environment variable to RCUTORTURE.

11. Make torture.sh help message match reality.

12. Test SRCU size transitions.

13. Provide non-power-of-two Tasks RCU scenarios.

Thanx, Paul

------------------------------------------------------------------------

b/tools/testing/selftests/rcutorture/bin/console-badness.sh | 2
b/tools/testing/selftests/rcutorture/bin/kvm-again.sh | 4 -
b/tools/testing/selftests/rcutorture/bin/kvm-check-branches.sh | 4 -
b/tools/testing/selftests/rcutorture/bin/kvm-end-run-stats.sh | 4 -
b/tools/testing/selftests/rcutorture/bin/kvm-find-errors.sh | 6 +
b/tools/testing/selftests/rcutorture/bin/kvm-recheck-rcu.sh | 2
b/tools/testing/selftests/rcutorture/bin/kvm-remote.sh | 17 ++--
b/tools/testing/selftests/rcutorture/bin/kvm.sh | 2
b/tools/testing/selftests/rcutorture/bin/parse-console.sh | 10 ++
b/tools/testing/selftests/rcutorture/bin/torture.sh | 2
b/tools/testing/selftests/rcutorture/configs/rcu/RUDE01 | 2
b/tools/testing/selftests/rcutorture/configs/rcu/SRCU-N.boot | 1
b/tools/testing/selftests/rcutorture/configs/rcu/SRCU-P.boot | 2
b/tools/testing/selftests/rcutorture/configs/rcu/TRACE01 | 2
tools/testing/selftests/rcutorture/bin/kvm-remote.sh | 8 +-
tools/testing/selftests/rcutorture/bin/kvm.sh | 14 +--
tools/testing/selftests/rcutorture/bin/torture.sh | 40 ++++++----
17 files changed, 78 insertions(+), 44 deletions(-)