public inbox for rcu@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/16] SRCU for v6.13
@ 2024-11-12 14:51 Frederic Weisbecker
  2024-11-12 14:51 ` [PATCH 01/16] srcu: Replace WARN_ON_ONCE() with BUILD_BUG_ON() if possible Frederic Weisbecker
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: Frederic Weisbecker @ 2024-11-12 14:51 UTC (permalink / raw)
  To: LKML
  Cc: Frederic Weisbecker, Boqun Feng, Joel Fernandes, Josh Triplett,
	Lai Jiangshan, Mathieu Desnoyers, Neeraj Upadhyay,
	Paul E . McKenney, Steven Rostedt, Uladzislau Rezki, Zqiang, rcu

Hello,

Please find below the SRCU patches targeted for the upcoming
merge window.

Paul E. McKenney (15):
  srcu: Rename srcu_might_be_idle() to srcu_should_expedite()
  srcu: Introduce srcu_gp_is_expedited() helper function
  srcu: Renaming in preparation for additional reader flavor
  srcu: Bit manipulation changes for additional reader flavor
  srcu: Standardize srcu_data pointers to "sdp" and similar
  srcu: Improve srcu_read_lock{,_nmisafe}() comments
  srcu: Create CPP macros for normal and NMI-safe SRCU readers
  srcu: Add srcu_read_lock_lite() and srcu_read_unlock_lite()
  srcu: Allow inlining of __srcu_read_{,un}lock_lite()
  rcutorture: Expand RCUTORTURE_RDR_MASK_[12] to eight bits
  rcutorture: Add reader_flavor parameter for SRCU readers
  rcutorture: Add srcu_read_lock_lite() support to
    rcutorture.reader_flavor
  rcutorture: Add light-weight SRCU scenario
  refscale: Add srcu_read_lock_lite() support using "srcu-lite"
  srcu: Improve srcu_read_lock_lite() kernel-doc comment

Zhen Lei (1):
  srcu: Replace WARN_ON_ONCE() with BUILD_BUG_ON() if possible

 .../admin-guide/kernel-parameters.txt         |   8 ++
 include/linux/srcu.h                          |  90 ++++++++++---
 include/linux/srcutree.h                      |  46 ++++++-
 kernel/rcu/rcutorture.c                       |  65 +++++----
 kernel/rcu/refscale.c                         |  37 +++++-
 kernel/rcu/srcutree.c                         | 123 +++++++++++-------
 .../selftests/rcutorture/configs/rcu/CFLIST   |   1 +
 .../selftests/rcutorture/configs/rcu/SRCU-L   |  10 ++
 .../rcutorture/configs/rcu/SRCU-L.boot        |   3 +
 .../rcutorture/configs/rcu/SRCU-N.boot        |   1 +
 .../selftests/rcutorture/configs/rcu/TREE10   |   2 +-
 11 files changed, 295 insertions(+), 91 deletions(-)
 create mode 100644 tools/testing/selftests/rcutorture/configs/rcu/SRCU-L
 create mode 100644 tools/testing/selftests/rcutorture/configs/rcu/SRCU-L.boot

Thanks.
-- 
2.46.0


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

end of thread, other threads:[~2024-11-12 14:53 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-12 14:51 [PATCH 00/16] SRCU for v6.13 Frederic Weisbecker
2024-11-12 14:51 ` [PATCH 01/16] srcu: Replace WARN_ON_ONCE() with BUILD_BUG_ON() if possible Frederic Weisbecker
2024-11-12 14:51 ` [PATCH 02/16] srcu: Rename srcu_might_be_idle() to srcu_should_expedite() Frederic Weisbecker
2024-11-12 14:51 ` [PATCH 03/16] srcu: Introduce srcu_gp_is_expedited() helper function Frederic Weisbecker
2024-11-12 14:51 ` [PATCH 04/16] srcu: Renaming in preparation for additional reader flavor Frederic Weisbecker
2024-11-12 14:51 ` [PATCH 05/16] srcu: Bit manipulation changes " Frederic Weisbecker
2024-11-12 14:51 ` [PATCH 06/16] srcu: Standardize srcu_data pointers to "sdp" and similar Frederic Weisbecker
2024-11-12 14:51 ` [PATCH 07/16] srcu: Improve srcu_read_lock{,_nmisafe}() comments Frederic Weisbecker
2024-11-12 14:51 ` [PATCH 08/16] srcu: Create CPP macros for normal and NMI-safe SRCU readers Frederic Weisbecker
2024-11-12 14:51 ` [PATCH 09/16] srcu: Add srcu_read_lock_lite() and srcu_read_unlock_lite() Frederic Weisbecker
2024-11-12 14:51 ` [PATCH 10/16] srcu: Allow inlining of __srcu_read_{,un}lock_lite() Frederic Weisbecker
2024-11-12 14:51 ` [PATCH 11/16] rcutorture: Expand RCUTORTURE_RDR_MASK_[12] to eight bits Frederic Weisbecker
2024-11-12 14:51 ` [PATCH 12/16] rcutorture: Add reader_flavor parameter for SRCU readers Frederic Weisbecker
2024-11-12 14:51 ` [PATCH 13/16] rcutorture: Add srcu_read_lock_lite() support to rcutorture.reader_flavor Frederic Weisbecker
2024-11-12 14:51 ` [PATCH 14/16] rcutorture: Add light-weight SRCU scenario Frederic Weisbecker
2024-11-12 14:51 ` [PATCH 15/16] refscale: Add srcu_read_lock_lite() support using "srcu-lite" Frederic Weisbecker
2024-11-12 14:51 ` [PATCH 16/16] srcu: Improve srcu_read_lock_lite() kernel-doc comment Frederic Weisbecker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox