Prev: [PATCH] sparc64: Fix perf_arch_get_caller_regs().
Next: [RFC PATCH 2/2] rcu,debug_core: allow the kernel debugger to reset the rcu stall timer
From: Jason Wessel on 9 Aug 2010 01:20 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(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |