mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH rcu 0/7] Callback-offload (nocb) updates for v5.20
@ 2022-06-20 22:44 Paul E. McKenney
  2022-06-20 22:44 ` [PATCH rcu 1/7] rcu/nocb: Add/del rdp to iterate from rcuog itself Paul E. McKenney
                   ` (6 more replies)
  0 siblings, 7 replies; 19+ messages in thread
From: Paul E. McKenney @ 2022-06-20 22:44 UTC (permalink / raw)
  To: rcu; +Cc: linux-kernel, kernel-team, rostedt

Hello!

This series provides NOCB-CPU updates:

1.	Add/del rdp to iterate from rcuog itself, courtesy of Frederic
	Weisbecker.

2.	Invert rcu_state.barrier_mutex VS hotplug lock locking order,
	courtesy of Zqiang.

3.	Fix NOCB kthreads spawn failure with rcu_nocb_rdp_deoffload()
	direct call, courtesy of Zqiang.

4.	Add an option to offload all CPUs on boot, courtesy of Joel
	Fernandes.

5.	Add nocb_cb_kthread check to rcu_is_callbacks_kthread(), courtesy
	of Zqiang.

6.	Add option to opt rcuo kthreads out of RT priority, courtesy of
	"Uladzislau Rezki (Sony)".

7.	Avoid polling when my_rdp->nocb_head_rdp list is empty, courtesy
	of Zqiang.

						Thanx, Paul

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

 b/Documentation/admin-guide/kernel-parameters.txt |    6 
 b/kernel/rcu/Kconfig                              |   13 ++
 b/kernel/rcu/tree.c                               |    4 
 b/kernel/rcu/tree.h                               |    1 
 b/kernel/rcu/tree_nocb.h                          |  138 +++++++++++-----------
 b/kernel/rcu/tree_plugin.h                        |   33 +++--
 kernel/rcu/Kconfig                                |   16 ++
 kernel/rcu/tree.c                                 |    6 
 kernel/rcu/tree.h                                 |    2 
 kernel/rcu/tree_nocb.h                            |  130 ++++++++++++++++----
 10 files changed, 236 insertions(+), 113 deletions(-)

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

end of thread, other threads:[~2022-07-19 22:57 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-20 22:44 [PATCH rcu 0/7] Callback-offload (nocb) updates for v5.20 Paul E. McKenney
2022-06-20 22:44 ` [PATCH rcu 1/7] rcu/nocb: Add/del rdp to iterate from rcuog itself Paul E. McKenney
2022-07-19  9:27   ` Neeraj Upadhyay
2022-06-20 22:44 ` [PATCH rcu 2/7] rcu/nocb: Invert rcu_state.barrier_mutex VS hotplug lock locking order Paul E. McKenney
2022-07-19  9:28   ` Neeraj Upadhyay
2022-06-20 22:44 ` [PATCH rcu 3/7] rcu/nocb: Fix NOCB kthreads spawn failure with rcu_nocb_rdp_deoffload() direct call Paul E. McKenney
2022-07-19  9:28   ` Neeraj Upadhyay
2022-06-20 22:45 ` [PATCH rcu 4/7] rcu/nocb: Add an option to offload all CPUs on boot Paul E. McKenney
2022-07-19  9:34   ` Neeraj Upadhyay
2022-07-19 18:12     ` Paul E. McKenney
2022-07-19 22:42       ` Joel Fernandes
2022-07-19 22:53         ` Paul E. McKenney
2022-07-19 22:57           ` Joel Fernandes
2022-06-20 22:45 ` [PATCH rcu 5/7] rcu: Add nocb_cb_kthread check to rcu_is_callbacks_kthread() Paul E. McKenney
2022-07-19  9:35   ` Neeraj Upadhyay
2022-06-20 22:45 ` [PATCH rcu 6/7] rcu/nocb: Add option to opt rcuo kthreads out of RT priority Paul E. McKenney
2022-07-19  9:35   ` Neeraj Upadhyay
2022-06-20 22:45 ` [PATCH rcu 7/7] rcu/nocb: Avoid polling when my_rdp->nocb_head_rdp list is empty Paul E. McKenney
2022-07-19  9:36   ` Neeraj Upadhyay

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

all inboxes | Powered by JetHome®