rcu.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH rcu 0/7] Torture-test updates for v5.15
@ 2021-07-21 21:04 Paul E. McKenney
  2021-07-21 21:04 ` [PATCH rcu 1/7] refscale: Add measurement of clock readout Paul E. McKenney
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Paul E. McKenney @ 2021-07-21 21:04 UTC (permalink / raw)
  To: rcu
  Cc: linux-kernel, kernel-team, mingo, jiangshanlai, akpm,
	mathieu.desnoyers, josh, tglx, peterz, rostedt, dhowells,
	edumazet, fweisbec, oleg, joel

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(-)

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-07-28 17:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-21 21:04 [PATCH rcu 0/7] Torture-test updates for v5.15 Paul E. McKenney
2021-07-21 21:04 ` [PATCH rcu 1/7] refscale: Add measurement of clock readout Paul E. McKenney
2021-07-28 17:38   ` [PATCH v2 " Paul E. McKenney
2021-07-21 21:04 ` [PATCH rcu 2/7] rcutorture: Preempt rather than block when testing task stalls Paul E. McKenney
2021-07-21 21:04 ` [PATCH rcu 3/7] rcuscale: Console output claims too few grace periods Paul E. McKenney
2021-07-21 21:04 ` [PATCH rcu 4/7] locktorture: Mark statistics data races Paul E. McKenney
2021-07-21 21:04 ` [PATCH rcu 5/7] locktorture: Count lock readers Paul E. McKenney
2021-07-21 21:04 ` [PATCH rcu 6/7] scftorture: Add RPC-like IPI tests Paul E. McKenney
2021-07-21 21:04 ` [PATCH rcu 7/7] scftorture: Avoid NULL pointer exception on early exit Paul E. McKenney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).