rcutorture: Make failure indication note reader-batch overflow
authorPaul E. McKenney <paulmck@kernel.org>
Fri, 20 May 2022 20:18:16 +0000 (13:18 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Tue, 21 Jun 2022 22:57:04 +0000 (15:57 -0700)
commit8c0666d320f2fff6bc7cf76422bfbe90c20f53cc
treed2ffa05f366cca7232ce9fcea847b6c377fe12e1
parent5c92d7501699a5deb72a579f808500db5bb6f92a
rcutorture: Make failure indication note reader-batch overflow

The loop scanning the pipesummary[] array currently skips the last
element, which means that the diagnostics ignore those rarest of
situations, namely where some readers persist across more than ten
grace periods, but all other readers avoid spanning a full grace period.
This commit therefore adjusts the scan to include the last element of
this array.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
kernel/rcu/rcutorture.c