[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220204235558.GA3221@paulmck-ThinkPad-P17-Gen-1>
Date: Fri, 4 Feb 2022 15:55:58 -0800
From: "Paul E. McKenney" <paulmck@...nel.org>
To: rcu@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, kernel-team@...com,
rostedt@...dmis.org
Subject: [PATCH rcu 0/13] Torture-test scripting updates for v5.18
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(-)
Powered by blists - more mailing lists