public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH RFC] rcu: RCU CPU stall patches backported to 2.6.33-rc8
@ 2010-02-23  1:46 Paul E. McKenney
  2010-02-23  1:47 ` [PATCH RFC 1/2] rcu: fix deadlock in TREE_PREEMPT_RCU CPU stall detection Paul E. McKenney
  2010-02-23  1:47 ` [PATCH RFC 2/2] rcu: add RCU_CPU_STALL_VERBOSE to dump detailed per-task information Paul E. McKenney
  0 siblings, 2 replies; 3+ messages in thread
From: Paul E. McKenney @ 2010-02-23  1:46 UTC (permalink / raw)
  To: linux-kernel; +Cc: tglx, jkacur

Hello!

This set backports a couple of RCU CPU stall detection patches from the
earlier series (http://lkml.org/lkml/2010/2/22/384) to 2.6.33-rc8 to
help track down some NMI issues.

These two patches fix an embarrassing deadlock that can affect
TREE_PREEMPT_RCU and add additional per-task output when tasks stall the
RCU grace period.

 b/kernel/rcutree.c        |    2 +
 b/kernel/rcutree.h        |    1 
 b/kernel/rcutree_plugin.h |    4 ---
 b/lib/Kconfig.debug       |   13 ++++++++++-
 kernel/rcutree.c          |    4 +++
 kernel/rcutree_plugin.h   |   52 ++++++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 71 insertions(+), 5 deletions(-)

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

end of thread, other threads:[~2010-02-23  1:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-23  1:46 [PATCH RFC] rcu: RCU CPU stall patches backported to 2.6.33-rc8 Paul E. McKenney
2010-02-23  1:47 ` [PATCH RFC 1/2] rcu: fix deadlock in TREE_PREEMPT_RCU CPU stall detection Paul E. McKenney
2010-02-23  1:47 ` [PATCH RFC 2/2] rcu: add RCU_CPU_STALL_VERBOSE to dump detailed per-task information 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