[PATCH rcu 0/7] Documentation upates
From: Paul E. McKenney
Date: Thu Jan 16 2025 - 15:02:40 EST
Hello!
This series contains RCU documentation updates:
1. Add broken-timing possibility to stallwarn.rst.
2. Improve discussion of this_cpu_ptr(), add raw_cpu_ptr().
(Not actually an RCU patch, but here it is anyway.)
3. Document self-propagating callbacks.
4. Point call_srcu() to call_rcu() for detailed memory ordering.
5. Add CONFIG_RCU_LAZY delays to call_rcu() kernel-doc header.
6. Clarify RCU_LAZY and RCU_LAZY_DEFAULT_OFF help text.
7. Remove references to old grace-period-wait primitives.
Thanx, Paul
------------------------------------------------------------------------
b/Documentation/RCU/rcubarrier.rst | 5 +----
b/Documentation/RCU/stallwarn.rst | 7 +++++++
b/Documentation/core-api/this_cpu_ops.rst | 22 ++++++++++++++++------
b/include/linux/rcupdate.h | 17 +++++++----------
b/kernel/rcu/Kconfig | 20 +++++++++++++-------
b/kernel/rcu/srcutree.c | 8 ++++++--
b/kernel/rcu/tree.c | 8 +++++++-
kernel/rcu/tree.c | 7 +++++++
8 files changed, 64 insertions(+), 30 deletions(-)