All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH tip/core/rcu 0/2] v2 Tiny RCU changes for 3.9
@ 2013-01-27  0:23 Paul E. McKenney
  2013-01-27  0:23 ` [PATCH tip/core/rcu 1/2] rcu: Provide RCU CPU stall warnings for tiny RCU Paul E. McKenney
  2013-01-27 10:58 ` [PATCH tip/core/rcu 0/2] v2 Tiny RCU changes for 3.9 Josh Triplett
  0 siblings, 2 replies; 7+ messages in thread
From: Paul E. McKenney @ 2013-01-27  0:23 UTC (permalink / raw)
  To: linux-kernel
  Cc: mingo, laijs, dipankar, akpm, mathieu.desnoyers, josh, niv, tglx,
	peterz, rostedt, Valdis.Kletnieks, dhowells, edumazet, darren,
	fweisbec, sbw

Hello!

This series provides a couple of tiny-RCU changes:

1.	Make Tiny RCU emit RCU CPU stall warnings when RCU_TRACE=y.
2.	Allow TREE_PREEMPT_RCU to be used on UP systems.

Changes since v1:

o	Updated #1 as suggested by Josh Triplett to simplify the
	#if expressions.
o	Added #2.

							Thanx, Paul


 b/init/Kconfig            |   12 +++++++++
 b/kernel/rcu.h            |    7 +++++
 b/kernel/rcupdate.c       |   51 +++++++++++++++++++++++++++++++++++++++++
 b/kernel/rcutiny.c        |    6 +++-
 b/kernel/rcutiny_plugin.h |   56 ++++++++++++++++++++++++++++++++++++++++++++++
 b/kernel/rcutree.c        |   46 ++-----------------------------------
 b/kernel/rcutree.h        |    5 ----
 b/lib/Kconfig.debug       |    2 -
 8 files changed, 133 insertions(+), 52 deletions(-)


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

end of thread, other threads:[~2013-01-29  5:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-27  0:23 [PATCH tip/core/rcu 0/2] v2 Tiny RCU changes for 3.9 Paul E. McKenney
2013-01-27  0:23 ` [PATCH tip/core/rcu 1/2] rcu: Provide RCU CPU stall warnings for tiny RCU Paul E. McKenney
2013-01-27  0:23   ` [PATCH tip/core/rcu 2/2] rcu: Allow TREE_PREEMPT_RCU on UP systems Paul E. McKenney
2013-01-27 10:58     ` Josh Triplett
2013-01-27 10:57   ` [PATCH tip/core/rcu 1/2] rcu: Provide RCU CPU stall warnings for tiny RCU Josh Triplett
2013-01-29  5:56     ` Paul E. McKenney
2013-01-27 10:58 ` [PATCH tip/core/rcu 0/2] v2 Tiny RCU changes for 3.9 Josh Triplett

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.