[PATCH rcu 0/7] Torture-test updates for v5.15

From: Paul E. McKenney
Date: Wed Jul 21 2021 - 17:04:24 EST


Hello!

This series contains updates to the in-kernel torture tests:

1. Add measurement of clock readout.

2. Preempt rather than block when testing task stalls.

3. Console output claims too few grace periods, courtesy of
"Jiangong.Han".

4. Mark statistics data races.

5. Count lock readers.

6. Add RPC-like IPI tests.

7. Avoid NULL pointer exception on early exit.

Thanx, Paul

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

b/kernel/locking/locktorture.c | 16 ++++----
b/kernel/rcu/rcuscale.c | 4 +-
b/kernel/rcu/rcutorture.c | 7 +++
b/kernel/rcu/refscale.c | 37 +++++++++++++++++++
b/kernel/scftorture.c | 76 +++++++++++++++++++++++++++++++++--------
kernel/locking/locktorture.c | 9 ++--
kernel/scftorture.c | 2 -
7 files changed, 121 insertions(+), 30 deletions(-)