All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/2] RCU stall handler for kernel debugger
@ 2010-08-09  5:12 Jason Wessel
  2010-08-09  5:12 ` [RFC PATCH 1/2] debug_core: move all watch dog syncs to a single function Jason Wessel
  0 siblings, 1 reply; 11+ messages in thread
From: Jason Wessel @ 2010-08-09  5:12 UTC (permalink / raw)
  To: paulmck; +Cc: linux-kernel, kgdb-bugreport

The purpose of this short series is to allow the kernel debugger to
reset the rcu stall timer when restarting the normal kernel execution
so as to prevent the rcu stall timer from issuing NMIs to print stack
traces that should be ignored because the kernel went away for a
while.

---
Jason Wessel (2):
      debug_core: move all watch dog syncs to a single function
      rcu,debug_core: allow the kernel debugger to reset the rcu stall timer

 include/linux/rcupdate.h  |    8 ++++++++
 kernel/debug/debug_core.c |   17 +++++++++++------
 kernel/rcutree.c          |    9 +++++++++
 3 files changed, 28 insertions(+), 6 deletions(-)

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

end of thread, other threads:[~2018-06-20  9:56 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-09  5:12 [RFC PATCH 0/2] RCU stall handler for kernel debugger Jason Wessel
2010-08-09  5:12 ` [RFC PATCH 1/2] debug_core: move all watch dog syncs to a single function Jason Wessel
2010-08-09  5:12   ` [RFC PATCH 2/2] rcu,debug_core: allow the kernel debugger to reset the rcu stall timer Jason Wessel
2010-08-09 17:43     ` Paul E. McKenney
2010-08-09 18:26       ` Jason Wessel
2010-08-09 19:01         ` Paul E. McKenney
2010-08-11  4:01           ` Paul E. McKenney
2010-08-11 14:07             ` Jason Wessel
2010-08-11 16:32               ` Paul E. McKenney
2018-06-19 21:18     ` Paul E. McKenney
2018-06-20  9:55   ` [Kgdb-bugreport] [RFC PATCH 1/2] debug_core: move all watch dog syncs to a single function Daniel Thompson

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.