The patch titled i386: touch_nmi_watchdog() in print_trace_address() has been added to the -mm tree. Its filename is i386-touch_nmi_watchdog-in-print_trace_address.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: i386: touch_nmi_watchdog() in print_trace_address() From: Konrad Rzeszutek <konrad@xxxxxxxxxx> Prevent NMI watchdog triggering during long sysrq-T outputs. Cc: Andi Kleen <ak@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/i386/kernel/traps.c | 1 + 1 files changed, 1 insertion(+) diff -puN arch/i386/kernel/traps.c~i386-touch_nmi_watchdog-in-print_trace_address arch/i386/kernel/traps.c --- a/arch/i386/kernel/traps.c~i386-touch_nmi_watchdog-in-print_trace_address +++ a/arch/i386/kernel/traps.c @@ -211,6 +211,7 @@ static void print_trace_address(void *da { printk("%s [<%08lx>] ", (char *)data, addr); print_symbol("%s\n", addr); + touch_nmi_watchdog(); } static struct stacktrace_ops print_trace_ops = { _ Patches currently in -mm which might be from konrad@xxxxxxxxxx are origin.patch i386-touch_nmi_watchdog-in-print_trace_address.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html