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:
5cec93c
)
x86-64: Improve vsyscall emulation CS and RIP handling
author
Andy Lutomirski
<luto@mit.edu>
Wed, 13 Jul 2011 13:24:09 +0000
(09:24 -0400)
committer
H. Peter Anvin
<hpa@linux.intel.com>
Wed, 13 Jul 2011 18:22:55 +0000
(11:22 -0700)
Three fixes here:
- Send SIGSEGV if called from compat code or with a funny CS.
- Don't BUG on impossible addresses.
- Add a missing local_irq_disable.
This patch also removes an unused variable.
Signed-off-by: Andy Lutomirski <luto@mit.edu>
Link:
http://lkml.kernel.org/r/6fb2b13ab39b743d1e4f466eef13425854912f7f.1310563276.git.luto@mit.edu
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
No differences found