[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen stable-4.6] Revert "x86/hvm: Perform a user instruction fetch for a FEP in userspace"



commit 3cffa34537767dfdb6a0fa02c1a54fdfc7644b6d
Author:     Jan Beulich <jbeulich@xxxxxxxx>
AuthorDate: Mon Sep 12 17:46:39 2016 +0200
Commit:     Jan Beulich <jbeulich@xxxxxxxx>
CommitDate: Mon Sep 12 17:48:25 2016 +0200

    Revert "x86/hvm: Perform a user instruction fetch for a FEP in userspace"
    
    This reverts commit c3b06b0a7523374822e2eec789178444eefc5710,
    which doesn't build and would, in its current form, use
    uninitialized data if it did.
---
 xen/arch/x86/hvm/svm/svm.c | 4 +---
 xen/arch/x86/hvm/vmx/vmx.c | 4 +---
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/xen/arch/x86/hvm/svm/svm.c b/xen/arch/x86/hvm/svm/svm.c
index 74aa075..07ccae3 100644
--- a/xen/arch/x86/hvm/svm/svm.c
+++ b/xen/arch/x86/hvm/svm/svm.c
@@ -2131,12 +2131,10 @@ static void svm_vmexit_ud_intercept(struct 
cpu_user_regs *regs)
 
     if ( opt_hvm_fep )
     {
-        uint32_t walk = (ctxt.seg_reg[x86_seg_ss].attr.fields.dpl == 3)
-            ? PFEC_user_mode : 0;
         char sig[5]; /* ud2; .ascii "xen" */
 
         if ( (hvm_fetch_from_guest_virt_nofault(
-                  sig, regs->eip, sizeof(sig), walk) == HVMCOPY_okay) &&
+                  sig, regs->eip, sizeof(sig), 0) == HVMCOPY_okay) &&
              (memcmp(sig, "\xf\xbxen", sizeof(sig)) == 0) )
         {
             regs->eip += sizeof(sig);
diff --git a/xen/arch/x86/hvm/vmx/vmx.c b/xen/arch/x86/hvm/vmx/vmx.c
index 7f96ad6..698c906 100644
--- a/xen/arch/x86/hvm/vmx/vmx.c
+++ b/xen/arch/x86/hvm/vmx/vmx.c
@@ -2763,12 +2763,10 @@ static void vmx_vmexit_ud_intercept(struct 
cpu_user_regs *regs)
 
     if ( opt_hvm_fep )
     {
-        uint32_t walk = (ctxt.seg_reg[x86_seg_ss].attr.fields.dpl == 3)
-            ? PFEC_user_mode : 0;
         char sig[5]; /* ud2; .ascii "xen" */
 
         if ( (hvm_fetch_from_guest_virt_nofault(
-                  sig, regs->eip, sizeof(sig), walk) == HVMCOPY_okay) &&
+                  sig, regs->eip, sizeof(sig), 0) == HVMCOPY_okay) &&
              (memcmp(sig, "\xf\xbxen", sizeof(sig)) == 0) )
         {
             regs->eip += sizeof(sig);
--
generated by git-patchbot for /home/xen/git/xen.git#stable-4.6

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxx
https://lists.xenproject.org/xen-changelog

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.