[PATCH tip/core/rcu 0/20] Torture scripting updates for v5.12

From: Paul E. McKenney
Date: Wed Jan 06 2021 - 12:26:29 EST


Hello!

This series contains torture-test updates for the rcutorture scripting in
tools/testing/selftests/rcutorture.

1. Make --kcsan specify lockdep.

2. Make kvm.sh "--dryrun sched" summarize number of batches.

3. Make kvm.sh "--dryrun sched" summarize number of builds.

4. Allow kvm.sh --datestamp to specify subdirectories.

5. Prepare for splitting qemu execution from kvm-test-1-run.sh.

6. Add config2csv.sh script to compare torture scenarios.

7. Make identify_qemu_vcpus() independent of local language,
courtesy of Frederic Weisbecker.

8. Make kvm.sh "Test Summary" date be end of test.

9. Make kvm.sh arguments accumulate.

10. Print run duration at end of kvm.sh execution.

11. Make kvm.sh return failure upon build failure.

12. Make kvm.sh include --kconfig arguments in CPU calculation.

13. Add kvm.sh test summary to end of log file.

14. Stop hanging on panic.

15. Add --dryrun batches to help schedule a distributed run.

16. s/STOP/STOP.1/ to avoid scenario collision.

17. Simplify exit-code plumbing for kvm-recheck.sh and
kvm-find-errors.sh.

18. Remove "Failed to add ttynull console" false positive.

19. Allow standalone kvm-recheck.sh run detect --trust-make.

20. Do Kconfig analysis only once per scenario.

Thanx, Paul

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

config2csv.sh | 67 +++++++++++++++++++++++++++++++++
console-badness.sh | 1
functions.sh | 36 +++++++++++++++++
kvm-find-errors.sh | 9 +++-
kvm-recheck.sh | 3 -
kvm-test-1-run.sh | 12 +++--
kvm.sh | 107 +++++++++++++++++++++++++++++++++++++----------------
parse-build.sh | 2
parse-console.sh | 2
9 files changed, 197 insertions(+), 42 deletions(-)