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, inwardvessel@gmail.com
Subject: [PATCH rcu 0/3] SRCU updates for v6.12
Date: Fri, 16 Aug 2024 11:54:45 +0530 [thread overview]
Message-ID: <20240816062445.GA51253@neeraj.linux> (raw)
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(-)
next reply other threads:[~2024-08-16 6:24 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-16 6:24 Neeraj Upadhyay [this message]
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
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=20240816062445.GA51253@neeraj.linux \
--to=neeraj.upadhyay@kernel.org \
--cc=boqun.feng@gmail.com \
--cc=frederic@kernel.org \
--cc=inwardvessel@gmail.com \
--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=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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox