Message ID | a2c2793d-771a-436e-8c42-4cb38def0e2f@paulmck-laptop (mailing list archive) |
---|---|
Headers | show |
Series | Documentation upates | expand |
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(). 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 Changes from v1: o Apply Matthew Wilcox feedback on "Improve discussion of this_cpu_ptr(), add raw_cpu_ptr()" ------------------------------------------------------------------------ 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(-)