]> Gentwo Git Trees - linux/.git/commit
rcutorture: Permit kvm-again.sh to re-use the build directory
authorPaul E. McKenney <paulmck@kernel.org>
Wed, 5 Nov 2025 20:19:59 +0000 (12:19 -0800)
committerFrederic Weisbecker <frederic@kernel.org>
Wed, 5 Nov 2025 23:03:12 +0000 (00:03 +0100)
commitf121fbbdafeb98c5961c83d23628eee96e6dc28a
tree50752e186e4861da2aabbbed6ea54ff06b2148ac
parent515a48fedce7fe93e9d6193af58bb74e1237aef3
rcutorture: Permit kvm-again.sh to re-use the build directory

This commit adds "inplace" and "inplace-force" values to the kvm-again.sh
"--link" argument, which causes the run's output to be placed into the
build directory.  This could be used to save build time if the machine
went down partway into a run, but it can also be used to do a large
number of builds, and run the resulting kernels concurrently even if the
builds are based on different commits.  A later commit will add this
latter capability to kvm-series.sh in order to produce large speedups
for branch-checking operations.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Signed-off-by: Frederic Weisbecker <frederic@kernel.org>
tools/testing/selftests/rcutorture/bin/kvm-again.sh