[PATCH rcu 0/3] SRCU updates for v6.12

Neeraj Upadhyay posted 3 patches 1 year, 5 months ago
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(-)
[PATCH rcu 0/3] SRCU updates for v6.12
Posted by Neeraj Upadhyay 1 year, 5 months ago
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(-)