Linux RCU subsystem development
 help / color / mirror / Atom feed
* [PATCH rcu 0/8] Torture-test scripting updates for v6.2
@ 2022-10-19 23:02 Paul E. McKenney
  2022-10-19 23:01 ` [PATCH v3 rcu 1/8] rcutorture: Add --bootargs parameter to kvm-again.sh Paul E. McKenney
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Paul E. McKenney @ 2022-10-19 23:02 UTC (permalink / raw)
  To: rcu; +Cc: linux-kernel, kernel-team, rostedt

Hello!

This series provides torture-test scripting updates, perhaps most notably
elimination of redundant builds by torture.sh.

1.	Add --bootargs parameter to kvm-again.sh.

2.	Use mktemp instead of guessing at unique names.

3.	Make kvm-test-1-run-qemu.sh check for alternative output.

4.	Make kvm-recheck.sh export TORTURE_SUITE.

5.	Add --datestamp parameter to kvm-again.sh.

6.	Avoid redundant builds for rcuscale and refscale in torture.sh.

7.	Avoid torture.sh compressing identical files.

8.	Make torture.sh create a properly formatted log file.

						Thanx, Paul

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

 b/tools/testing/selftests/rcutorture/bin/config2csv.sh           |    3 
 b/tools/testing/selftests/rcutorture/bin/config_override.sh      |    3 
 b/tools/testing/selftests/rcutorture/bin/configcheck.sh          |    3 
 b/tools/testing/selftests/rcutorture/bin/configinit.sh           |    3 
 b/tools/testing/selftests/rcutorture/bin/kvm-again.sh            |    9 
 b/tools/testing/selftests/rcutorture/bin/kvm-assign-cpus.sh      |    3 
 b/tools/testing/selftests/rcutorture/bin/kvm-build.sh            |    3 
 b/tools/testing/selftests/rcutorture/bin/kvm-end-run-stats.sh    |    3 
 b/tools/testing/selftests/rcutorture/bin/kvm-recheck.sh          |    2 
 b/tools/testing/selftests/rcutorture/bin/kvm-remote.sh           |   13 
 b/tools/testing/selftests/rcutorture/bin/kvm-test-1-run-batch.sh |    3 
 b/tools/testing/selftests/rcutorture/bin/kvm-test-1-run-qemu.sh  |    3 
 b/tools/testing/selftests/rcutorture/bin/kvm-test-1-run.sh       |    3 
 b/tools/testing/selftests/rcutorture/bin/kvm-transform.sh        |   68 ++++
 b/tools/testing/selftests/rcutorture/bin/kvm.sh                  |    3 
 b/tools/testing/selftests/rcutorture/bin/parse-build.sh          |    3 
 b/tools/testing/selftests/rcutorture/bin/torture.sh              |    3 
 tools/testing/selftests/rcutorture/bin/kvm-again.sh              |   40 ++
 tools/testing/selftests/rcutorture/bin/kvm-test-1-run-qemu.sh    |    2 
 tools/testing/selftests/rcutorture/bin/torture.sh                |  140 +++++++++-
 20 files changed, 247 insertions(+), 66 deletions(-)

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-10-19 23:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-19 23:02 [PATCH rcu 0/8] Torture-test scripting updates for v6.2 Paul E. McKenney
2022-10-19 23:01 ` [PATCH v3 rcu 1/8] rcutorture: Add --bootargs parameter to kvm-again.sh Paul E. McKenney
2022-10-19 23:02 ` [PATCH v3 rcu 2/8] torture: Use mktemp instead of guessing at unique names Paul E. McKenney
2022-10-19 23:02 ` [PATCH v3 rcu 3/8] rcutorture: Make kvm-test-1-run-qemu.sh check for alternative output Paul E. McKenney
2022-10-19 23:02 ` [PATCH v3 rcu 4/8] rcutorture: Make kvm-recheck.sh export TORTURE_SUITE Paul E. McKenney
2022-10-19 23:02 ` [PATCH v3 rcu 5/8] rcutorture: Add --datestamp parameter to kvm-again.sh Paul E. McKenney
2022-10-19 23:02 ` [PATCH v3 rcu 6/8] rcutorture: Avoid redundant builds for rcuscale and refscale in torture.sh Paul E. McKenney
2022-10-19 23:02 ` [PATCH v3 rcu 7/8] rcutorture: Avoid torture.sh compressing identical files Paul E. McKenney
2022-10-19 23:02 ` [PATCH v3 rcu 8/8] torture: Make torture.sh create a properly formatted log file Paul E. McKenney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox