Linux RCU subsystem development
 help / color / mirror / Atom feed
* [PATCH rcu 0/7] Documentation upates
@ 2025-01-16 20:02 Paul E. McKenney
  2025-01-16 20:02 ` [PATCH rcu 1/7] doc: Add broken-timing possibility to stallwarn.rst Paul E. McKenney
                   ` (7 more replies)
  0 siblings, 8 replies; 20+ messages in thread
From: Paul E. McKenney @ 2025-01-16 20:02 UTC (permalink / raw)
  To: rcu; +Cc: linux-kernel, kernel-team, rostedt

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(-)

^ permalink raw reply	[flat|nested] 20+ messages in thread
* [PATCH rcu 0/7] RCU documentation changes for v6.15
@ 2025-02-18  5:45 Boqun Feng
  2025-02-18  5:45 ` [PATCH rcu 7/7] rcu: Remove references to old grace-period-wait primitives Boqun Feng
  0 siblings, 1 reply; 20+ messages in thread
From: Boqun Feng @ 2025-02-18  5:45 UTC (permalink / raw)
  To: rcu
  Cc: Paul E. McKenney, Frederic Weisbecker, Neeraj Upadhyay,
	Joel Fernandes, Josh Triplett, Boqun Feng, Uladzislau Rezki,
	Steven Rostedt, Mathieu Desnoyers, Lai Jiangshan, Zqiang,
	Jonathan Corbet, linux-doc, linux-kernel

Hi,

Please find the upcoming changes in RCU documentation for v6.15. The
changes can also be found at:

	git://git.kernel.org/pub/scm/linux/kernel/git/rcu/linux.git docs.2025.02.04a	

Regards,
Boqun

Paul E. McKenney (7):
  doc: Add broken-timing possibility to stallwarn.rst
  docs: Improve discussion of this_cpu_ptr(), add raw_cpu_ptr()
  rcu: Document self-propagating callbacks
  srcu: Point call_srcu() to call_rcu() for detailed memory ordering
  rcu: Add CONFIG_RCU_LAZY delays to call_rcu() kernel-doc header
  rcu: Clarify RCU_LAZY and RCU_LAZY_DEFAULT_OFF help text
  rcu: Remove references to old grace-period-wait primitives

 Documentation/RCU/rcubarrier.rst        |  5 +----
 Documentation/RCU/stallwarn.rst         |  7 +++++++
 Documentation/core-api/this_cpu_ops.rst | 22 ++++++++++++++++------
 include/linux/rcupdate.h                | 17 +++++++----------
 kernel/rcu/Kconfig                      | 20 +++++++++++++-------
 kernel/rcu/srcutree.c                   |  8 ++++++--
 kernel/rcu/tree.c                       | 15 ++++++++++++++-
 7 files changed, 64 insertions(+), 30 deletions(-)

-- 
2.39.5 (Apple Git-154)


^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2025-02-18  5:46 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-16 20:02 [PATCH rcu 0/7] Documentation upates Paul E. McKenney
2025-01-16 20:02 ` [PATCH rcu 1/7] doc: Add broken-timing possibility to stallwarn.rst Paul E. McKenney
2025-01-16 20:02 ` [PATCH rcu 2/7] docs: Improve discussion of this_cpu_ptr(), add raw_cpu_ptr() Paul E. McKenney
2025-01-16 21:02   ` Matthew Wilcox
2025-01-16 22:57     ` Paul E. McKenney
2025-01-16 20:02 ` [PATCH rcu 3/7] rcu: Document self-propagating callbacks Paul E. McKenney
2025-01-16 21:38   ` Jens Axboe
2025-01-16 20:02 ` [PATCH rcu 4/7] srcu: Point call_srcu() to call_rcu() for detailed memory ordering Paul E. McKenney
2025-01-16 20:02 ` [PATCH rcu 5/7] rcu: Add CONFIG_RCU_LAZY delays to call_rcu() kernel-doc header Paul E. McKenney
2025-01-16 20:02 ` [PATCH rcu 6/7] rcu: Clarify RCU_LAZY and RCU_LAZY_DEFAULT_OFF help text Paul E. McKenney
2025-01-16 20:02 ` [PATCH rcu 7/7] rcu: Remove references to old grace-period-wait primitives Paul E. McKenney
2025-01-30 18:47 ` [PATCH rcu 0/7] Documentation upates Paul E. McKenney
2025-01-30 18:49   ` [PATCH rcu v2 1/7] doc: Add broken-timing possibility to stallwarn.rst Paul E. McKenney
2025-01-30 18:49   ` [PATCH rcu v2 2/7] docs: Improve discussion of this_cpu_ptr(), add raw_cpu_ptr() Paul E. McKenney
2025-01-30 18:49   ` [PATCH rcu v2 3/7] rcu: Document self-propagating callbacks Paul E. McKenney
2025-01-30 18:49   ` [PATCH rcu v2 4/7] srcu: Point call_srcu() to call_rcu() for detailed memory ordering Paul E. McKenney
2025-01-30 18:49   ` [PATCH rcu v2 5/7] rcu: Add CONFIG_RCU_LAZY delays to call_rcu() kernel-doc header Paul E. McKenney
2025-01-30 18:49   ` [PATCH rcu v2 6/7] rcu: Clarify RCU_LAZY and RCU_LAZY_DEFAULT_OFF help text Paul E. McKenney
2025-01-30 18:49   ` [PATCH rcu v2 7/7] rcu: Remove references to old grace-period-wait primitives Paul E. McKenney
  -- strict thread matches above, loose matches on Subject: below --
2025-02-18  5:45 [PATCH rcu 0/7] RCU documentation changes for v6.15 Boqun Feng
2025-02-18  5:45 ` [PATCH rcu 7/7] rcu: Remove references to old grace-period-wait primitives Boqun Feng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox