mbox series

[0/4] Callback-offloading patches for v6.11

Message ID f750378b-1eaf-4d22-80c3-a6a086c79702@paulmck-laptop (mailing list archive)
Headers show
Series Callback-offloading patches for v6.11 | expand

Message

Paul E. McKenney June 4, 2024, 10:28 p.m. UTC
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(-)