mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH rcu/urgent] Banishing kthreads
@ 2011-06-17  0:00 Paul E. McKenney
  2011-06-17  0:00 ` [PATCH tip/core/urgent 1/2] rcu: use softirq instead of kthreads except when RCU_BOOST=y Paul E. McKenney
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Paul E. McKenney @ 2011-06-17  0:00 UTC (permalink / raw)
  To: linux-kernel
  Cc: mingo, laijs, dipankar, akpm, mathieu.desnoyers, josh, niv, tglx,
	peterz, rostedt, Valdis.Kletnieks, dhowells, eric.dumazet,
	darren, patches

This patchset banishes RCU kthreads from non-RCU_BOOST kernel threads.
The two patches are as follows:

1.	Minimal patch that #ifdefs out the kthread code.

2.	Code-movement patch that puts the code #ifdefed out above
	under existing #ifdefs in kernel/rcutree_plugin.h.

For a testing-only version of this patchset from git, please see the
following subject-to-rebase branch:

git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu.git rcu/urgent

								Thanx, Paul

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

 b/kernel/rcutree.c        |   59 +++++--
 b/kernel/rcutree.h        |    8 
 b/kernel/rcutree_plugin.h |   41 +++-
 b/kernel/rcutree_trace.c  |   32 ++-
 kernel/rcutree.c          |  383 ---------------------------------------------
 kernel/rcutree.h          |    5 
 kernel/rcutree_plugin.h   |  384 ++++++++++++++++++++++++++++++++++++++++++++++
 7 files changed, 489 insertions(+), 423 deletions(-)

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

end of thread, other threads:[~2011-06-17 21:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-17  0:00 [PATCH rcu/urgent] Banishing kthreads Paul E. McKenney
2011-06-17  0:00 ` [PATCH tip/core/urgent 1/2] rcu: use softirq instead of kthreads except when RCU_BOOST=y Paul E. McKenney
2011-06-17  0:00 ` [PATCH tip/core/urgent 2/2] rcu: Move RCU_BOOST #ifdefs to header file Paul E. McKenney
2011-06-17 20:35 ` [PATCH rcu/urgent] Banishing kthreads Mathieu Desnoyers
     [not found] ` <BLU0-SMTP59C2BC46DCAC5743FE5229966D0@phx.gbl>
2011-06-17 21:00   ` 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