-
- Downloads
[PATCH] x86: all cpu backtrace
When a spinlock lockup occurs, arrange for the NMI code to emit an all-cpu backtrace, so we get to see which CPU is holding the lock, and where. Cc: Andi Kleen <ak@muc.de> Cc: Ingo Molnar <mingo@elte.hu> Cc: Badari Pulavarty <pbadari@us.ibm.com> Signed-off-by:Andrew Morton <akpm@osdl.org> Signed-off-by:
Andi Kleen <ak@suse.de>
Showing
- arch/i386/kernel/nmi.c 26 additions, 0 deletionsarch/i386/kernel/nmi.c
- arch/x86_64/kernel/nmi.c 28 additions, 1 deletionarch/x86_64/kernel/nmi.c
- include/asm-i386/nmi.h 8 additions, 0 deletionsinclude/asm-i386/nmi.h
- include/asm-x86_64/nmi.h 3 additions, 0 deletionsinclude/asm-x86_64/nmi.h
- include/linux/nmi.h 5 additions, 0 deletionsinclude/linux/nmi.h
- lib/spinlock_debug.c 4 additions, 0 deletionslib/spinlock_debug.c
Loading
Please register or sign in to comment