[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20121030164622.GA25108@linux.vnet.ibm.com>
Date:	Tue, 30 Oct 2012 09:46:22 -0700
From:	"Paul E. McKenney" <paulmck@...ux.vnet.ibm.com>
To:	linux-kernel@...r.kernel.org
Cc:	mingo@...e.hu, laijs@...fujitsu.com, dipankar@...ibm.com,
	akpm@...ux-foundation.org, mathieu.desnoyers@...icios.com,
	josh@...htriplett.org, niv@...ibm.com, tglx@...utronix.de,
	peterz@...radead.org, rostedt@...dmis.org, Valdis.Kletnieks@...edu,
	dhowells@...hat.com, edumazet@...gle.com, darren@...art.com,
	fweisbec@...il.com, sbw@....edu, patches@...aro.org
Subject: [PATCH tip/core/rcu 0/4] CPU stall-warning changes for 3.8
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(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
Powered by blists - more mailing lists
 
