[PATCH 0/5] Miscellaneous rcutorture updates

Paul E. McKenney posted 5 patches 9 months ago
b/kernel/rcu/rcutorture.c                           |   30 ++++++++++++++++----
b/tools/testing/selftests/rcutorture/bin/torture.sh |    6 ++--
kernel/rcu/rcutorture.c                             |   13 +++++---
3 files changed, 36 insertions(+), 13 deletions(-)
[PATCH 0/5] Miscellaneous rcutorture updates
Posted by Paul E. McKenney 9 months ago
Hello!

This series provides miscellaneous rcutorture updates:

1.	Suppress torture.sh "Zero time" messages for disabled tests.

2.	Print number of RCU up/down readers and migrations.

3.	Check for no up/down readers at task level.

4.	Start rcu_torture_writer() after rcu_torture_reader().

5.	Print only one rtort_pipe_count splat.

						Thanx, Paul

------------------------------------------------------------------------

 b/kernel/rcu/rcutorture.c                           |   30 ++++++++++++++++----
 b/tools/testing/selftests/rcutorture/bin/torture.sh |    6 ++--
 kernel/rcu/rcutorture.c                             |   13 +++++---
 3 files changed, 36 insertions(+), 13 deletions(-)
Re: [PATCH 0/5] Miscellaneous rcutorture updates
Posted by Joel Fernandes 9 months ago

On 5/8/2025 7:44 PM, Paul E. McKenney wrote:
> Hello!
> 
> This series provides miscellaneous rcutorture updates:
> 
> 1.	Suppress torture.sh "Zero time" messages for disabled tests.
> 
> 2.	Print number of RCU up/down readers and migrations.
> 
> 3.	Check for no up/down readers at task level.
> 
> 4.	Start rcu_torture_writer() after rcu_torture_reader().
> 
> 5.	Print only one rtort_pipe_count splat.

Paul,
Are these for 6.16? I am guessing not so I'll put them in my rcu/dev branch but
let me know.

Thanks.