[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1281330732-17164-1-git-send-email-jason.wessel@windriver.com>
Date: Mon, 9 Aug 2010 00:12:10 -0500
From: Jason Wessel <jason.wessel@...driver.com>
To: paulmck@...ux.vnet.ibm.com
Cc: linux-kernel@...r.kernel.org, kgdb-bugreport@...ts.sourceforge.net
Subject: [RFC PATCH 0/2] RCU stall handler for kernel debugger
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(-)
--
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