mbox series

[0/3] SRCU updates for v6.12

Message ID 20240816062445.GA51253@neeraj.linux (mailing list archive)
Headers show
Series SRCU updates for v6.12 | expand

Message

Neeraj Upadhyay Aug. 16, 2024, 6:24 a.m. UTC
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(-)