mbox series

[0/3] RCU misc updates for v6.12

Message ID 20240816072210.GA65644@neeraj.linux (mailing list archive)
Headers show
Series RCU misc updates for v6.12 | expand

Message

Neeraj Upadhyay Aug. 16, 2024, 7:22 a.m. UTC
Hello,

Below are the RCU misc updates for v6.12:

1.      Warn on unexpected rcu_synchronize llist's done tail state,
        courtesy of Paul E. McKenney.

2.      Better define "atomic" for list_replace_rcu() and hlist_replace_rcu()
        list replacement functions, courtesy of Paul E. McKenney.

3.      Annotate struct kvfree_rcu_bulk_data with __counted_by(),
        courtesy of Thorsten Blum.


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


- Neeraj

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

 include/linux/rculist.h | 9 +++++++--
 kernel/rcu/tree.c       | 7 ++++---
 2 files changed, 11 insertions(+), 5 deletions(-)