git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38b5b03
)
[PATCH] x86-64: Use stricter in process stack check for unwinder
author
Andi Kleen
<ak@suse.de>
Tue, 28 Nov 2006 19:12:59 +0000
(20:12 +0100)
committer
Andi Kleen
<andi@basil.nowhere.org>
Tue, 28 Nov 2006 19:12:59 +0000
(20:12 +0100)
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>
arch/x86_64/kernel/traps.c
patch
|
blob
|
history
diff --cc
arch/x86_64/kernel/traps.c
Simple merge