On Mon, Dec 29, 2025 at 11:13:55AM -0800, Paul E. McKenney wrote: > Hello! > > These patches update the torture testing, most notably improving the > performance of kvm-series.sh by a small but useful integer factor. > > 1. Add context checks to rcu_torture_timer(). > > 2. Parallelize kvm-series.sh guest-OS execution. > > 3. Make kvm-series.sh give build numbers and totals. > > 4. Make kvm-series.sh give run numbers and totals. > > 5. Make config2csv.sh properly handle comments in .boot files. > > 6. Include commit discription in testid.txt. > > Thanx, Paul >
Queued, thank you! Regards, Boqun > ------------------------------------------------------------------------ > > b/kernel/rcu/rcutorture.c | 3 > b/tools/testing/selftests/rcutorture/bin/config2csv.sh | 2 > b/tools/testing/selftests/rcutorture/bin/kvm-series.sh | 176 > ++++++++++++++--- > b/tools/testing/selftests/rcutorture/bin/mktestid.sh | 2 > tools/testing/selftests/rcutorture/bin/kvm-series.sh | 12 - > 5 files changed, 169 insertions(+), 26 deletions(-) >

