]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] x86_64: Add kernel thread stack frame termination for properly stopping stack...
authorAndi Kleen <ak@suse.de>
Wed, 30 Aug 2006 17:37:08 +0000 (19:37 +0200)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 30 Aug 2006 23:05:15 +0000 (16:05 -0700)
commit5f20bb3e400e8c648d428d0b0e69494994f8e780
treee9a86dac1c2bf688d0683be97a5de32af59c175e
parentbfe1455041e8bcb26fe5e89286448728b9064cdf
[PATCH] x86_64: Add kernel thread stack frame termination for properly stopping stack unwinds.

One open question: Should these added pushes perhaps be made
conditional upon CONFIG_STACK_UNWIND or CONFIG_UNWIND_INFO?
[AK: Not needed -- these are all very slow paths]

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/head.S