All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH tip/core/rcu 0/4] CPU stall-warning changes for 3.8
@ 2012-10-30 16:46 Paul E. McKenney
  2012-10-30 16:46 ` [PATCH tip/core/rcu 1/4] rcu: Print remote CPU's stacks in stall warnings Paul E. McKenney
  0 siblings, 1 reply; 5+ messages in thread
From: Paul E. McKenney @ 2012-10-30 16:46 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, patches

Hello!

This patch series adds updates to RCU's CPU stall warning capability,
with patches as follows:

1.	For architectures without NMI-based stack-dump capability,
	have the current CPU remotely access the stalled CPU's stack
	to dump it.
2.	Include the number of the last grace period started and completed
	in RCU CPU stall warning messages.
3.	Dump the number of RCU callbacks on the system in order to help
	diagnose situations where spurious grace periods were started.
4.	Prototype patch to provide RCU CPU stall warning messages for
	Tiny RCU.

							Thanx, Paul

 b/include/linux/sched.h   |    2 
 b/kernel/rcu.h            |    7 +++
 b/kernel/rcupdate.c       |   52 +++++++++++++++++++++++++
 b/kernel/rcutiny.c        |    6 +-
 b/kernel/rcutiny_plugin.h |   56 +++++++++++++++++++++++++++
 b/kernel/rcutree.c        |   94 +++++++++++++++++++++-------------------------
 b/kernel/rcutree.h        |    5 --
 b/kernel/sched/core.c     |    6 ++
 b/lib/Kconfig.debug       |    2 
 9 files changed, 171 insertions(+), 59 deletions(-)


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

end of thread, other threads:[~2012-10-30 16:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-30 16:46 [PATCH tip/core/rcu 0/4] CPU stall-warning changes for 3.8 Paul E. McKenney
2012-10-30 16:46 ` [PATCH tip/core/rcu 1/4] rcu: Print remote CPU's stacks in stall warnings Paul E. McKenney
2012-10-30 16:46   ` [PATCH tip/core/rcu 2/4] rcu: Add grace-period information to RCU CPU " Paul E. McKenney
2012-10-30 16:46   ` [PATCH tip/core/rcu 3/4] rcu: Dump number of callbacks in stall warning messages Paul E. McKenney
2012-10-30 16:46   ` [PATCH tip/core/rcu 4/4] rcu: Provide RCU CPU stall warnings for tiny RCU Paul E. McKenney

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.