The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH 0/7] Miscellaneous RCU changes for v7.2
@ 2026-05-07 17:09 Paul E. McKenney
  2026-05-07 17:09 ` [PATCH 1/7] srcu: Don't queue workqueue handlers to never-online CPUs Paul E. McKenney
                   ` (8 more replies)
  0 siblings, 9 replies; 20+ messages in thread
From: Paul E. McKenney @ 2026-05-07 17:09 UTC (permalink / raw)
  To: rcu; +Cc: linux-kernel, kernel-team, rostedt

Hello!

This series contains miscellaneous RCU updates for v7.2:

1.	Don't queue workqueue handlers to never-online CPUs.

2.	Fix kerneldoc header comment typo in srcu_down_read_fast().

3.	Undeprecate rcu_read_lock_trace() and rcu_read_unlock_trace().

4.	Mark rcu_read_lock_tasks_trace() and friend BPF-only.

5.	Simplify rcu_do_batch() by applying clamp().

6.	Simplify param_set_next_fqs_jiffies() by applying clamp_val().

7.	Document rcu_access_pointer() feeding into cmpxchg().

						Thanx, Paul

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

 b/include/linux/rcupdate.h |   12 +++++++-----
 b/include/linux/srcu.h     |    2 +-
 b/kernel/rcu/srcutree.c    |   12 ++++++------
 b/kernel/rcu/tree.c        |    2 +-
 b/scripts/checkpatch.pl    |    2 --
 kernel/rcu/tree.c          |    2 +-
 scripts/checkpatch.pl      |    3 +++
 7 files changed, 19 insertions(+), 16 deletions(-)

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

end of thread, other threads:[~2026-05-11  9:19 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-07 17:09 [PATCH 0/7] Miscellaneous RCU changes for v7.2 Paul E. McKenney
2026-05-07 17:09 ` [PATCH 1/7] srcu: Don't queue workqueue handlers to never-online CPUs Paul E. McKenney
2026-05-07 17:09 ` [PATCH 2/7] srcu: Fix kerneldoc header comment typo in srcu_down_read_fast() Paul E. McKenney
2026-05-07 17:09 ` [PATCH 3/7] checkpatch: Undeprecate rcu_read_lock_trace() and rcu_read_unlock_trace() Paul E. McKenney
2026-05-07 17:44   ` Joe Perches
2026-05-07 17:53     ` Paul E. McKenney
2026-05-07 17:09 ` [PATCH 4/7] checkpatch: Mark rcu_read_lock_tasks_trace() and friend BPF-only Paul E. McKenney
2026-05-07 17:09 ` [PATCH 5/7] rcu: Simplify rcu_do_batch() by applying clamp() Paul E. McKenney
2026-05-07 17:09 ` [PATCH 6/7] rcu: Simplify param_set_next_fqs_jiffies() by applying clamp_val() Paul E. McKenney
2026-05-07 17:09 ` [PATCH 7/7] rcu: Document rcu_access_pointer() feeding into cmpxchg() Paul E. McKenney
2026-05-08 17:06 ` [PATCH 0/7] Miscellaneous RCU changes for v7.2 Uladzislau Rezki
2026-05-08 17:27   ` Paul E. McKenney
2026-05-08 17:43 ` [PATCH v2 0/6] " Paul E. McKenney
2026-05-08 17:43   ` [PATCH v2 1/6] srcu: Don't queue workqueue handlers to never-online CPUs Paul E. McKenney
2026-05-08 17:43   ` [PATCH v2 2/6] srcu: Fix kerneldoc header comment typo in srcu_down_read_fast() Paul E. McKenney
2026-05-08 17:43   ` [PATCH v2 3/6] checkpatch: Undeprecate rcu_read_lock_trace() and rcu_read_unlock_trace() Paul E. McKenney
2026-05-08 17:43   ` [PATCH v2 4/6] rcu: Simplify rcu_do_batch() by applying clamp() Paul E. McKenney
2026-05-08 17:43   ` [PATCH v2 5/6] rcu: Simplify param_set_next_fqs_jiffies() by applying clamp_val() Paul E. McKenney
2026-05-08 17:43   ` [PATCH v2 6/6] rcu: Document rcu_access_pointer() feeding into cmpxchg() Paul E. McKenney
2026-05-11  9:19   ` [PATCH v2 0/6] Miscellaneous RCU changes for v7.2 Uladzislau Rezki

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