[PATCH] x86_64: reliable stack trace support
authorJan Beulich <jbeulich@novell.com>
Mon, 26 Jun 2006 11:57:28 +0000 (13:57 +0200)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 26 Jun 2006 17:48:17 +0000 (10:48 -0700)
commit4552d5dc08b79868829b4be8951b29b07284753f
tree7b25695b4c0e1917fc80e8dd4bc494de36320ccc
parent2b28592b07223d7fc0691ce3fe57d495dc9cbe3a
[PATCH] x86_64: reliable stack trace support

These are the generic bits needed to enable reliable stack traces based
on Dwarf2-like (.eh_frame) unwind information. Subsequent patches will
enable x86-64 and i386 to make use of this.

Thanks to Andi Kleen and Ingo Molnar, who pointed out several possibilities
for improvement.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/kernel.h
include/linux/module.h
include/linux/unwind.h [new file with mode: 0644]
init/main.c
kernel/Makefile
kernel/module.c
kernel/unwind.c [new file with mode: 0644]
lib/Kconfig.debug