From: Neeraj Upadhyay <Neeraj.Upadhyay@kernel.org>
To: rcu@vger.kernel.org
Cc: paulmck@kernel.org, joel@joelfernandes.org, frederic@kernel.org,
boqun.feng@gmail.com, urezki@gmail.com,
linux-kernel@vger.kernel.org, kernel-team@meta.com,
rostedt@goodmis.org, thorsten.blum@toblux.com
Subject: [PATCH rcu 0/3] RCU misc updates for v6.12
Date: Fri, 16 Aug 2024 12:52:10 +0530 [thread overview]
Message-ID: <20240816072210.GA65644@neeraj.linux> (raw)
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(-)
next reply other threads:[~2024-08-16 7:22 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-16 7:22 Neeraj Upadhyay [this message]
2024-08-16 7:22 ` [PATCH rcu 1/3] rcu/kfree: Warn on unexpected tail state neeraj.upadhyay
2024-08-16 7:22 ` [PATCH rcu 2/3] rcu: Better define "atomic" for list replacement neeraj.upadhyay
2024-08-16 7:22 ` [PATCH rcu 3/3] rcu: Annotate struct kvfree_rcu_bulk_data with __counted_by() neeraj.upadhyay
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240816072210.GA65644@neeraj.linux \
--to=neeraj.upadhyay@kernel.org \
--cc=boqun.feng@gmail.com \
--cc=frederic@kernel.org \
--cc=joel@joelfernandes.org \
--cc=kernel-team@meta.com \
--cc=linux-kernel@vger.kernel.org \
--cc=paulmck@kernel.org \
--cc=rcu@vger.kernel.org \
--cc=rostedt@goodmis.org \
--cc=thorsten.blum@toblux.com \
--cc=urezki@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.