rcutorture: Print only one rtort_pipe_count splat
authorPaul E. McKenney <paulmck@kernel.org>
Thu, 8 May 2025 23:45:02 +0000 (16:45 -0700)
committerNeeraj Upadhyay (AMD) <neeraj.upadhyay@kernel.org>
Wed, 25 Jun 2025 03:09:01 +0000 (08:39 +0530)
commit9ea40db969115022335a553b4f6fe731dcd90c2a
treef53a912c01096cfe07ce1f725df6cc29969cec0d
parent86731a2a651e58953fc949573895f2fa6d456841
rcutorture: Print only one rtort_pipe_count splat

The rcu_torture_writer() function scans the memory blocks after a stutter
(or forced idle) interval, complaining about any that have not passed
through ten grace periods since the start of the stutter interval.
But one splat suffices, so this commit therefore stops at the first splat.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Signed-off-by: Joel Fernandes <joelagnelf@nvidia.com>
Signed-off-by: Neeraj Upadhyay (AMD) <neeraj.upadhyay@kernel.org>
kernel/rcu/rcutorture.c