]> Git Repo - linux.git/commit
KVM: SVM: Fix CPL export via SS.DPL
authorJan Kiszka <[email protected]>
Sun, 29 Jun 2014 15:12:43 +0000 (17:12 +0200)
committerPaolo Bonzini <[email protected]>
Mon, 30 Jun 2014 14:45:28 +0000 (16:45 +0200)
commit33b458d276bbdbe28febac0742835002b9f4778d
tree839706424a00121501314577d5c6e5e4b16e5125
parentae9fedc793c4d98aa9bb298585b2b9246096ce65
KVM: SVM: Fix CPL export via SS.DPL

We import the CPL via SS.DPL since ae9fedc793. However, we fail to
export it this way so far. This caused spurious guest crashes, e.g. of
Linux when accessing the vmport from guest user space which triggered
register saving/restoring to/from host user space.

Signed-off-by: Jan Kiszka <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
arch/x86/kvm/svm.c
This page took 0.053436 seconds and 4 git commands to generate.