linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH rcu 00/11] RCU torture changes for v6.15
@ 2025-02-19 15:39 Boqun Feng
  2025-02-19 15:39 ` [PATCH rcu 01/11] torture: Add get_torture_init_jiffies() for test-start time Boqun Feng
                   ` (10 more replies)
  0 siblings, 11 replies; 19+ messages in thread
From: Boqun Feng @ 2025-02-19 15:39 UTC (permalink / raw)
  To: rcu
  Cc: Jonathan Corbet, Steven Rostedt, Masami Hiramatsu,
	Mathieu Desnoyers, Paul E. McKenney, Frederic Weisbecker,
	Neeraj Upadhyay, Joel Fernandes, Josh Triplett, Boqun Feng,
	Uladzislau Rezki, Lai Jiangshan, Zqiang, Davidlohr Bueso,
	Shuah Khan, Andrew Morton, Thomas Huth, Borislav Petkov (AMD),
	Ard Biesheuvel, Greg Kroah-Hartman, Josh Poimboeuf, Yury Norov,
	Valentin Schneider, linux-doc, linux-kernel, linux-trace-kernel,
	linux-kselftest

Hi,

Please find the upcoming changes in rcutorture for v6.15. The
changes can also be found at:

	git://git.kernel.org/pub/scm/linux/kernel/git/rcu/linux.git torture.2025.02.05a

Regards,
Boqun

Paul E. McKenney (11):
  torture: Add get_torture_init_jiffies() for test-start time
  rcutorture: Add a test_boost_holdoff module parameter
  rcutorture: Include grace-period sequence numbers in
    failure/close-call
  rcutorture: Expand failure/close-call grace-period output
  rcu: Trace expedited grace-period numbers in hexadecimal
  rcutorture: Add ftrace-compatible timestamp to GP# failure/close-call
    output
  rcutorture: Make cur_ops->format_gp_seqs take buffer length
  rcutorture: Move RCU_TORTURE_TEST_{CHK_RDR_STATE,LOG_CPU} to bool
  rcutorture: Complain when invalid SRCU reader_flavor is specified
  srcu: Add FORCE_NEED_SRCU_NMI_SAFE Kconfig for testing
  torture: Make SRCU lockdep testing use srcu_read_lock_nmisafe()

 .../admin-guide/kernel-parameters.txt         |  5 ++
 include/linux/torture.h                       |  1 +
 include/trace/events/rcu.h                    |  2 +-
 kernel/rcu/Kconfig                            | 11 ++++
 kernel/rcu/Kconfig.debug                      | 18 ++++-
 kernel/rcu/rcu.h                              |  2 +
 kernel/rcu/rcutorture.c                       | 65 +++++++++++++++++--
 kernel/rcu/tiny.c                             | 14 ++++
 kernel/rcu/tree.c                             | 20 ++++++
 kernel/torture.c                              | 12 ++++
 .../selftests/rcutorture/bin/srcu_lockdep.sh  |  2 +-
 11 files changed, 144 insertions(+), 8 deletions(-)

-- 
2.39.5 (Apple Git-154)


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

end of thread, other threads:[~2025-03-26  5:42 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-19 15:39 [PATCH rcu 00/11] RCU torture changes for v6.15 Boqun Feng
2025-02-19 15:39 ` [PATCH rcu 01/11] torture: Add get_torture_init_jiffies() for test-start time Boqun Feng
2025-02-19 15:39 ` [PATCH rcu 02/11] rcutorture: Add a test_boost_holdoff module parameter Boqun Feng
2025-02-19 15:39 ` [PATCH rcu 03/11] rcutorture: Include grace-period sequence numbers in failure/close-call Boqun Feng
2025-02-19 15:39 ` [PATCH rcu 04/11] rcutorture: Expand failure/close-call grace-period output Boqun Feng
2025-02-19 15:39 ` [PATCH rcu 05/11] rcu: Trace expedited grace-period numbers in hexadecimal Boqun Feng
2025-02-19 15:39 ` [PATCH rcu 06/11] rcutorture: Add ftrace-compatible timestamp to GP# failure/close-call output Boqun Feng
2025-02-19 15:39 ` [PATCH rcu 07/11] rcutorture: Make cur_ops->format_gp_seqs take buffer length Boqun Feng
2025-02-19 15:39 ` [PATCH rcu 08/11] rcutorture: Move RCU_TORTURE_TEST_{CHK_RDR_STATE,LOG_CPU} to bool Boqun Feng
2025-02-19 15:39 ` [PATCH rcu 09/11] rcutorture: Complain when invalid SRCU reader_flavor is specified Boqun Feng
2025-02-19 15:39 ` [PATCH rcu 10/11] srcu: Add FORCE_NEED_SRCU_NMI_SAFE Kconfig for testing Boqun Feng
2025-03-25  8:04   ` Geert Uytterhoeven
2025-03-25 14:36     ` Paul E. McKenney
2025-03-25 14:57       ` Geert Uytterhoeven
2025-03-25 15:07         ` Paul E. McKenney
2025-03-25 15:36           ` Geert Uytterhoeven
2025-03-25 15:51             ` Paul E. McKenney
2025-03-26  5:42               ` Boqun Feng
2025-02-19 15:39 ` [PATCH rcu 11/11] torture: Make SRCU lockdep testing use srcu_read_lock_nmisafe() Boqun Feng

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