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:
e2f1f19
)
x86_64: Ignore compat mode SYSCALL when IA32_EMULATION is not defined
author
Andi Kleen
<ak@suse.de>
Sat, 23 Jun 2007 00:29:25 +0000
(
02:29
+0200)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Sat, 23 Jun 2007 01:41:19 +0000
(18:41 -0700)
Previously a program could switch to a compat mode segment and then
execute SYSCALL and it would jump to an uninitialized MSR and crash
the kernel.
Instead supply a dummy target for this case.
Pointed out by Jan Beulich
Cc: jbeulich@novell.com
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found