mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH rcu 0/5] Callback-offloading (NOCB) updates for v5.19
@ 2022-04-18 22:56 Paul E. McKenney
  2022-04-18 22:56 ` [PATCH rcu 1/5] rcu: Remove rcu_is_nocb_cpu() Paul E. McKenney
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Paul E. McKenney @ 2022-04-18 22:56 UTC (permalink / raw)
  To: rcu; +Cc: linux-kernel, kernel-team, rostedt

Hello!

This series applies some simplifications to RCU's callback-offloading
code:

1.	Remove rcu_is_nocb_cpu(), courtesy of Frederic Weisbecker.

2.	Move rcu_nocb_is_setup to rcu_state, courtesy of Frederic
	Weisbecker.

3.	Assume rcu_init() is called before smp, courtesy of Frederic
	Weisbecker.

4.	Initialize boost kthread only for boot node prior SMP
	initialization, courtesy of Frederic Weisbecker.

5.	Initialize nocb kthreads only for boot CPU prior SMP
	initialization, courtesy of Frederic Weisbecker.

						Thanx, Paul

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

 b/kernel/rcu/rcu.h         |    2 --
 b/kernel/rcu/tree.c        |   11 +++++------
 b/kernel/rcu/tree.h        |    1 +
 b/kernel/rcu/tree_nocb.h   |    8 --------
 b/kernel/rcu/tree_plugin.h |   16 ----------------
 kernel/rcu/tree.c          |   11 +++++++++--
 kernel/rcu/tree.h          |    2 --
 kernel/rcu/tree_nocb.h     |   33 +++++----------------------------
 8 files changed, 20 insertions(+), 64 deletions(-)

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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-18 22:56 [PATCH rcu 0/5] Callback-offloading (NOCB) updates for v5.19 Paul E. McKenney
2022-04-18 22:56 ` [PATCH rcu 1/5] rcu: Remove rcu_is_nocb_cpu() Paul E. McKenney
2022-04-18 22:56 ` [PATCH rcu 2/5] rcu/nocb: Move rcu_nocb_is_setup to rcu_state Paul E. McKenney
2022-04-18 22:56 ` [PATCH rcu 3/5] rcu: Assume rcu_init() is called before smp Paul E. McKenney
2022-04-18 22:56 ` [PATCH rcu 4/5] rcu: Initialize boost kthread only for boot node prior SMP initialization Paul E. McKenney
2022-04-18 22:56 ` [PATCH rcu 5/5] rcu/nocb: Initialize nocb kthreads only for boot CPU " 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

all inboxes | Powered by JetHome®