]> bbs.cooldavid.org Git - net-next-2.6.git/commit
[PATCH] x86_64: Fix backtracing for interrupt stacks
authorAndi Kleen <ak@suse.de>
Wed, 2 Aug 2006 20:37:28 +0000 (22:37 +0200)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 3 Aug 2006 03:19:54 +0000 (20:19 -0700)
commit2699500b31f41fc25656c42548c8a388c8a329fe
tree6f7ccd0318b9e53394cb276819f2d358ce933afa
parentae74c3b69a08e1de20cb681ec959f3a48af0006a
[PATCH] x86_64: Fix backtracing for interrupt stacks

Re-add backlink for old style unwinder to stack switching.  Add proper
stack frame and CFI annotations to call_softirq

This prevents a oops when backtracing with fallback through the
interrupt stack top.

Suggested by Jan Beulich and Herbert Xu wanted it in 2.6.18.

Cc: 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