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:
59365d1
)
KVM: Correct ordering of ldt reload wrt fs/gs reload
author
Avi Kivity
<avi@redhat.com>
Tue, 19 Oct 2010 16:48:35 +0000
(18:48 +0200)
committer
Marcelo Tosatti
<mtosatti@redhat.com>
Wed, 17 Nov 2010 21:47:59 +0000
(19:47 -0200)
If fs or gs refer to the ldt, they must be reloaded after the ldt. Reorder
the code to that effect.
Userspace code that uses the ldt with kvm is nonexistent, so this doesn't fix
a user-visible bug.
Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
No differences found