Hello! This series contains torture-test changes for v6.13:
1. Add test for sched_clock(). 2. Add --no-affinity parameter to kvm.sh. 3. Correct affinity check. 4. Add guest_os_delay module parameter. 5. Avoid printing cpu=-1 for no-fault RCU boost failure. Thanx, Paul ------------------------------------------------------------------------ b/kernel/rcu/rcutorture.c | 9 +- b/kernel/rcu/refscale.c | 38 ++++++++ b/tools/testing/selftests/rcutorture/bin/kvm-test-1-run-batch.sh | 43 +++++----- b/tools/testing/selftests/rcutorture/bin/kvm.sh | 6 + kernel/rcu/refscale.c | 19 ++++ 5 files changed, 90 insertions(+), 25 deletions(-)