]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
torture: Add kvm-series.sh to test commit/scenario combination
authorPaul E. McKenney <paulmck@kernel.org>
Wed, 5 Nov 2025 20:19:58 +0000 (12:19 -0800)
committerFrederic Weisbecker <frederic@kernel.org>
Wed, 5 Nov 2025 23:03:10 +0000 (00:03 +0100)
commit515a48fedce7fe93e9d6193af58bb74e1237aef3
tree5f1d00dc4b8b9e9ba1f7b9092cb7b2d8baf5d745
parent34e82569d59391bf7d808a558ff631c4428b026d
torture: Add kvm-series.sh to test commit/scenario combination

This commit adds a kvm-series.sh script that takes a list of scenarios and
a list of commits, and then runs each scenario on all of the commits.
A given scenario is run on all the commits before advancing to the
next scenario to minimize build times.  The successes and failures are
summarized at the end of the run.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Signed-off-by: Frederic Weisbecker <frederic@kernel.org>
tools/testing/selftests/rcutorture/bin/kvm-series.sh [new file with mode: 0755]