rcu.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH rcu 00/15] RCU torture changes for v6.17
@ 2025-07-09 10:42 neeraj.upadhyay
  2025-07-09 10:42 ` [PATCH rcu 01/15] rcutorture: Print only one rtort_pipe_count splat neeraj.upadhyay
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: neeraj.upadhyay @ 2025-07-09 10:42 UTC (permalink / raw)
  To: rcu
  Cc: linux-kernel, paulmck, joelagnelf, frederic, boqun.feng, urezki,
	rostedt, mathieu.desnoyers, jiangshanlai, qiang.zhang1211,
	neeraj.iitr10, neeraj.upadhyay, Neeraj Upadhyay (AMD)

From: "Neeraj Upadhyay (AMD)" <neeraj.upadhyay@kernel.org>

Hello,

This patch series contains following updates to the RCU torture code
(rebased on v6.16-rc3):

Paul E. McKenney (14):
  rcutorture: Print only one rtort_pipe_count splat
  rcutorture: Start rcu_torture_writer() after rcu_torture_reader()
  rcutorture: Make rcutorture_one_extend_check() account for hard IRQs
  rcutorture: Add tests for SRCU up/down reader primitives
  rcutorture: Pull rcu_torture_updown() loop body into new function
  rcutorture: Complain if an ->up_read() is delayed more than 10 seconds
  rcutorture: Check for ->up_read() without matching ->down_read()
  rcutorture: Check for no up/down readers at task level
  rcutorture: Print number of RCU up/down readers and migrations
  rcutorture: Drop redundant "insoftirq" parameters
  rcutorture: Make Trivial RCU ignore onoff_interval and
    shuffle_interval
  rcutorture: Make BUSTED scenario check and log readers
  rcutorture: Remove SRCU-lite scenarios
  rcutorture: Remove support for SRCU-lite

Zqiang (1):
  rcutorture: Fix rcutorture_one_extend_check() splat in RT kernels

 include/linux/srcu.h                          |   2 +-
 kernel/rcu/rcutorture.c                       | 356 +++++++++++++++---
 .../selftests/rcutorture/configs/rcu/BUSTED   |   3 +
 .../selftests/rcutorture/configs/rcu/CFLIST   |   1 -
 .../selftests/rcutorture/configs/rcu/SRCU-L   |  10 -
 .../rcutorture/configs/rcu/SRCU-L.boot        |   3 -
 6 files changed, 302 insertions(+), 73 deletions(-)
 delete mode 100644 tools/testing/selftests/rcutorture/configs/rcu/SRCU-L
 delete mode 100644 tools/testing/selftests/rcutorture/configs/rcu/SRCU-L.boot

-- 
2.40.1


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

end of thread, other threads:[~2025-07-09 10:43 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-09 10:42 [PATCH rcu 00/15] RCU torture changes for v6.17 neeraj.upadhyay
2025-07-09 10:42 ` [PATCH rcu 01/15] rcutorture: Print only one rtort_pipe_count splat neeraj.upadhyay
2025-07-09 10:42 ` [PATCH rcu 02/15] rcutorture: Start rcu_torture_writer() after rcu_torture_reader() neeraj.upadhyay
2025-07-09 10:42 ` [PATCH rcu 03/15] rcutorture: Make rcutorture_one_extend_check() account for hard IRQs neeraj.upadhyay
2025-07-09 10:42 ` [PATCH rcu 04/15] rcutorture: Add tests for SRCU up/down reader primitives neeraj.upadhyay
2025-07-09 10:42 ` [PATCH rcu 05/15] rcutorture: Pull rcu_torture_updown() loop body into new function neeraj.upadhyay
2025-07-09 10:42 ` [PATCH rcu 06/15] rcutorture: Complain if an ->up_read() is delayed more than 10 seconds neeraj.upadhyay
2025-07-09 10:42 ` [PATCH rcu 07/15] rcutorture: Check for ->up_read() without matching ->down_read() neeraj.upadhyay
2025-07-09 10:42 ` [PATCH rcu 08/15] rcutorture: Check for no up/down readers at task level neeraj.upadhyay
2025-07-09 10:42 ` [PATCH rcu 09/15] rcutorture: Print number of RCU up/down readers and migrations neeraj.upadhyay
2025-07-09 10:42 ` [PATCH rcu 10/15] rcutorture: Drop redundant "insoftirq" parameters neeraj.upadhyay
2025-07-09 10:42 ` [PATCH rcu 11/15] rcutorture: Make Trivial RCU ignore onoff_interval and shuffle_interval neeraj.upadhyay
2025-07-09 10:42 ` [PATCH rcu 12/15] rcutorture: Fix rcutorture_one_extend_check() splat in RT kernels neeraj.upadhyay
2025-07-09 10:42 ` [PATCH rcu 13/15] rcutorture: Make BUSTED scenario check and log readers neeraj.upadhyay
2025-07-09 10:42 ` [PATCH rcu 14/15] rcutorture: Remove SRCU-lite scenarios neeraj.upadhyay
2025-07-09 10:42 ` [PATCH rcu 15/15] rcutorture: Remove support for SRCU-lite neeraj.upadhyay

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