On Wed, May 10, 2023 at 10:12 AM Paul E. McKenney <paulmck@xxxxxxxxxx> wrote: > > Hello! > > This series contains torture-test and torture-test-scripting updates > for v6.5: > > 1. Add long_hold to adjust lock-hold delays. > > 2. Correct name of use_softirq module parameter. > > 3. rcu/rcuscale: Move rcu_scale_*() after kfree_scale_cleanup(), > courtesy of Qiuxu Zhuo. > > 4. rcu/rcuscale: Stop kfree_scale_thread thread(s) after unloading > rcuscale, courtesy of Qiuxu Zhuo. > > 5. doc/rcutorture: Add description of rcutorture.stall_cpu_block, > courtesy of Zqiang. > > 6. Remove duplicated argument -enable-kvm for ppc64, courtesy of > Zhouyi Zhou. Other than the small nits I mentioned, this series LGTM. Feel free to add: Reviewed-by: Joel Fernandes (Google) <joel@xxxxxxxxxxxxxxxxx> - Joel > > Thanx, Paul > > ------------------------------------------------------------------------ > > b/Documentation/admin-guide/kernel-parameters.txt | 12 > b/kernel/locking/locktorture.c | 51 +- > b/kernel/rcu/rcuscale.c | 194 +++++----- > b/tools/testing/selftests/rcutorture/bin/functions.sh | 2 > b/tools/testing/selftests/rcutorture/configs/rcu/BUSTED-BOOST.boot | 2 > b/tools/testing/selftests/rcutorture/configs/rcu/TREE03.boot | 2 > kernel/rcu/rcuscale.c | 5 > 7 files changed, 137 insertions(+), 131 deletions(-)