public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH rcu 0/3] SRCU updates for v6.12
@ 2024-08-16  6:24 Neeraj Upadhyay
  2024-08-16  6:25 ` [PATCH rcu 1/3] srcu: faster gp seq wrap-around neeraj.upadhyay
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Neeraj Upadhyay @ 2024-08-16  6:24 UTC (permalink / raw)
  To: rcu
  Cc: paulmck, joel, frederic, boqun.feng, urezki, linux-kernel,
	kernel-team, rostedt, inwardvessel

Hello,

Following are the SRCU updates for v6.12:

1.      Faster gp seq wrap-around, courtesy of JP Kobryn.

2.      Check for concurrent updates of heuristics, courtesy of
        Paul E. McKenney.

3.      Mark callbacks not currently participating in barrier operation,
        courtesy of Paul E. McKenney.


Git tree: https://git.kernel.org/pub/scm/linux/kernel/git/neeraj.upadhyay/linux-rcu.git/log/?h=srcu.12.08.24a


- Neeraj

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

 include/linux/rcupdate.h |  3 +++
 include/linux/srcutree.h | 15 ++++++++++++++-
 kernel/rcu/rcu.h         |  3 ---
 kernel/rcu/srcutree.c    | 11 ++++++++---
 4 files changed, 25 insertions(+), 7 deletions(-)

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

end of thread, other threads:[~2024-08-16  6:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-16  6:24 [PATCH rcu 0/3] SRCU updates for v6.12 Neeraj Upadhyay
2024-08-16  6:25 ` [PATCH rcu 1/3] srcu: faster gp seq wrap-around neeraj.upadhyay
2024-08-16  6:25 ` [PATCH rcu 2/3] srcu: Check for concurrent updates of heuristics neeraj.upadhyay
2024-08-16  6:25 ` [PATCH rcu 3/3] srcu: Mark callbacks not currently participating in barrier operation neeraj.upadhyay

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