mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH rcu 0/4] Callback-offloading patches for v6.11
@ 2024-06-04 22:28 Paul E. McKenney
  2024-06-04 22:28 ` [PATCH rcu 1/4] rcu/nocb: Fix segcblist state machine comments about bypass Paul E. McKenney
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Paul E. McKenney @ 2024-06-04 22:28 UTC (permalink / raw)
  To: rcu; +Cc: linux-kernel, kernel-team, rostedt

Hello!

The following series updates RCU's callback offloading:

1.	Fix segcblist state machine comments about bypass,
	courtesy of Frederic Weisbecker.

2.	Fix segcblist state machine stale comments about timers,
	courtesy of Frederic Weisbecker.

3.	Use kthread parking instead of ad-hoc implementation,
	courtesy of Frederic Weisbecker.

4.	Remove buggy bypass lock contention mitigation,
	courtesy of Frederic Weisbecker.

						Thanx, Paul

------------------------------------------------------------------------

 b/include/linux/rcu_segcblist.h |    7 +-
 b/kernel/rcu/tree.h             |    1 
 b/kernel/rcu/tree_nocb.h        |  115 +++++++++++-----------------------------
 b/kernel/rcu/tree_plugin.h      |    4 -
 include/linux/rcu_segcblist.h   |   87 +++++++++++++-----------------
 kernel/rcu/tree_nocb.h          |   32 ++---------
 6 files changed, 83 insertions(+), 163 deletions(-)

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

end of thread, other threads:[~2024-06-04 22:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-04 22:28 [PATCH rcu 0/4] Callback-offloading patches for v6.11 Paul E. McKenney
2024-06-04 22:28 ` [PATCH rcu 1/4] rcu/nocb: Fix segcblist state machine comments about bypass Paul E. McKenney
2024-06-04 22:28 ` [PATCH rcu 2/4] rcu/nocb: Fix segcblist state machine stale comments about timers Paul E. McKenney
2024-06-04 22:28 ` [PATCH rcu 3/4] rcu/nocb: Use kthread parking instead of ad-hoc implementation Paul E. McKenney
2024-06-04 22:28 ` [PATCH rcu 4/4] rcu/nocb: Remove buggy bypass lock contention mitigation Paul E. McKenney

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

Powered by JetHome