Skip to content

Commit 9ea40db

Browse files
paulmckrcuNeeraj Upadhyay (AMD)
authored andcommitted
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>
1 parent 86731a2 commit 9ea40db

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

kernel/rcu/rcutorture.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1722,6 +1722,7 @@ rcu_torture_writer(void *arg)
17221722
cur_ops->gp_kthread_dbg();
17231723
WARN(1, "%s: rtort_pipe_count: %d\n", __func__, rcu_tortures[i].rtort_pipe_count);
17241724
rcu_ftrace_dump(DUMP_ALL);
1725+
break;
17251726
}
17261727
if (stutter_waited)
17271728
sched_set_normal(current, oldnice);

0 commit comments

Comments
 (0)