commit | c547c77ee4d0408907847f64c403df1bf2f9c7a0 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Tue Nov 28 20:12:59 2006 +0100 |
committer | Andi Kleen <andi@basil.nowhere.org> | Tue Nov 28 20:12:59 2006 +0100 |
tree | ffbc35f7dcbf7b1b57f220c1e1a555bed24a6089 | |
parent | 38b5b036b91248be8033d42dd0778b1c75c5af58 [diff] |
[PATCH] x86-64: Use stricter in process stack check for unwinder Previously it would check for alignment only, which could break if the stack pointer was unaligned. Now explicitely check if the stack pointer is in the stack page of the current process. Ported from i386. Signed-off-by: Andi Kleen <ak@suse.de>