mbox series

[0/9] Torture-test updates for v6.6

Message ID bca717ca-a83a-4540-80ec-732c12623d2d@paulmck-laptop (mailing list archive)
Headers show
Series Torture-test updates for v6.6 | expand

Message

Paul E. McKenney July 17, 2023, 6:20 p.m. UTC
Hello!

This series contains torture-test updates:

1.	Dump grace-period state upon rtort_pipe_count incidents.

2.	Support randomized shuffling for proxy exec testing, courtesy
	of Connor O'Brien.

3.	Add lock_torture_writer_fifo module param, courtesy of Dietmar
	Eggemann.

4.	Make torture_hrtimeout_*() use TASK_IDLE.

5.	Move torture_onoff() timeouts to hrtimers.

6.	Move torture_shuffle() timeouts to hrtimers.

7.	Move stutter_wait() timeouts to hrtimers.

8.	Stop right-shifting torture_random() return values.

9.	Stop right-shifting torture_random() return values.

						Thanx, Paul

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

 b/kernel/locking/locktorture.c |    3 ++-
 b/kernel/rcu/rcutorture.c      |    1 +
 b/kernel/torture.c             |   10 ++++++++--
 kernel/rcu/rcutorture.c        |    6 +++---
 kernel/torture.c               |   31 +++++++++++++++++++++----------
 5 files changed, 35 insertions(+), 16 deletions(-)