]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] x86_64: reliable stack trace support (x86-64)
authorJan Beulich <jbeulich@novell.com>
Mon, 26 Jun 2006 11:57:32 +0000 (13:57 +0200)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 26 Jun 2006 17:48:17 +0000 (10:48 -0700)
commitff54abee5c81c70ce5560183370571914c2cca1b
treefe508a2f950ec08c832474a253f41b188ceece75
parentef0d65b0a5a378911e5a4831f672f3a39f0c4b46
[PATCH] x86_64: reliable stack trace support (x86-64)

These are the x86_64-specific pieces to enable reliable stack traces. The
only restriction with this is that it currently cannot unwind across the
interrupt->normal stack boundary, as that transition is lacking proper
annotation.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/kernel/entry.S
arch/x86_64/kernel/process.c
arch/x86_64/kernel/traps.c
arch/x86_64/kernel/vmlinux.lds.S
include/asm-x86_64/proto.h
include/asm-x86_64/unwind.h [new file with mode: 0644]
lib/Kconfig.debug