[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220831180617.GA2692480@paulmck-ThinkPad-P17-Gen-1>
Date: Wed, 31 Aug 2022 11:06:17 -0700
From: "Paul E. McKenney" <paulmck@...nel.org>
To: rcu@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, kernel-team@...com,
rostedt@...dmis.org
Subject: [PATCH rcu 0/7] RCU documentation updates for v6.1
Hello!
This series contains documentation updates:
1. Emphasize the need for explicit RCU read-side markers.
2. Call out queue_rcu_work() for blocking RCU callbacks.
3. Use rcu_barrier() to rate-limit RCU callbacks.
4. Fix list: rcu_access_pointer() is not lockdep-checked.
5. Update rcu_access_pointer() advice in rcu_dereference.rst.
6. SLAB_TYPESAFE_BY_RCU uses cannot rely on spinlocks.
7. Update LWN article URLs and add 2019 article, courtesy of
Shao-Tse Hung.
Thanx, Paul
------------------------------------------------------------------------
Documentation/RCU/checklist.rst | 6 ++++-
Documentation/RCU/whatisRCU.rst | 35 +++++++++++++++++++-------------
b/Documentation/RCU/checklist.rst | 9 ++++++--
b/Documentation/RCU/rcu_dereference.rst | 14 +++++++++---
b/Documentation/RCU/whatisRCU.rst | 12 ++++++++--
5 files changed, 52 insertions(+), 24 deletions(-)
Powered by blists - more mailing lists