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:
afc2018
)
KVM: SVM: Load %gs earlier if CONFIG_X86_32_LAZY_GS=n
author
Avi Kivity
<avi@redhat.com>
Tue, 8 Mar 2011 14:09:51 +0000
(16:09 +0200)
committer
Marcelo Tosatti
<mtosatti@redhat.com>
Thu, 17 Mar 2011 16:08:33 +0000
(13:08 -0300)
With CONFIG_CC_STACKPROTECTOR, we need a valid %gs at all times, so disable
lazy reload and do an eager reload immediately after the vmexit.
Reported-by: IVAN ANGELOV <ivangotoy@gmail.com>
Acked-By: Joerg Roedel <joerg.roedel@amd.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
No differences found