rcutorture: Combine n_max_cbs from all kthreads in a callback flood
authorPaul E. McKenney <paulmck@kernel.org>
Tue, 23 Nov 2021 21:51:11 +0000 (13:51 -0800)
committerPaul E. McKenney <paulmck@kernel.org>
Wed, 8 Dec 2021 00:36:18 +0000 (16:36 -0800)
commit53b541fbdb9c498db112216a0cc9fe4804f54742
treef05c44263946256db471aa66ac4bec316d3b6446
parent613b00fbe64461f1c73e035e07c22cf3de65740b
rcutorture: Combine n_max_cbs from all kthreads in a callback flood

With the addition of multiple callback-flood kthreads, the maximum number
of callbacks from any one of those kthreads is reported in the rcutorture
run summary.  This commit changes this to report the sum of each kthread's
maximum number of callbacks in a given callback-flooding episode.

Cc: Neeraj Upadhyay <neeraj.iitr10@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
kernel/rcu/rcutorture.c
tools/testing/selftests/rcutorture/bin/kvm-recheck-rcu.sh