All of lore.kernel.org
 help / color / mirror / Atom feed
From: Keir Fraser <keir.xen@gmail.com>
To: Tim Deegan <tim@xen.org>, dongxiao.xu@intel.com
Cc: xen-devel@lists.xen.org
Subject: Re: [PATCH] VMX: disable SMEP feature when guest is in non-paging mode
Date: Wed, 30 Jan 2013 10:26:45 -0800	[thread overview]
Message-ID: <CD2EA5E5.4B146%keir.xen@gmail.com> (raw)
In-Reply-To: <20130130175435.GA65291@ocelot.phlegethon.org>

On 30/01/2013 09:54, "Tim Deegan" <tim@xen.org> wrote:

> At 17:26 +0800 on 30 Jan (1359566815), dongxiao.xu@intel.com wrote:
>> diff --git a/xen/arch/x86/hvm/vmx/vmx.c b/xen/arch/x86/hvm/vmx/vmx.c
>> index 4d7c93f..6347f66 100644
>> --- a/xen/arch/x86/hvm/vmx/vmx.c
>> +++ b/xen/arch/x86/hvm/vmx/vmx.c
>> @@ -1167,6 +1167,14 @@ static void vmx_update_guest_cr(struct vcpu *v,
>> unsigned int cr)
>>          {
>>              v->arch.hvm_vcpu.hw_cr[4] |= X86_CR4_PSE;
>>              v->arch.hvm_vcpu.hw_cr[4] &= ~X86_CR4_PAE;
>> +            /*
>> +             * SMEP is disabled if CPU is in non-paging mode in hardware.
>> +             * However Xen always uses paging mode to emulate guest
>> non-paging
>> +             * mode with HAP.
>> +             * To emulate this behavior, SMEP needs to be manually disabled
>> when
>> +             * guest switches to non-paging mode.
>> +             */
>> +            v->arch.hvm_vcpu.hw_cr[4] &= ~X86_CR4_SMEP;
> 
> Shouldn't this be handled on CR0 writes as well as CR4?  The SMEP bit of
> hw_cr[4] ought to be cleared and set whenever CR0_PG is changed.

That's what I would expect too.

 -- Keir

> Cheers,
> 
> Tim.
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel

  reply	other threads:[~2013-01-30 18:26 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-30  9:26 [PATCH] VMX: disable SMEP feature when guest is in non-paging mode dongxiao.xu
2013-01-30 17:54 ` Tim Deegan
2013-01-30 18:26   ` Keir Fraser [this message]
2013-01-31  0:56     ` Xu, Dongxiao
2013-01-31  1:11       ` Keir Fraser
2013-01-31  1:28         ` Xu, Dongxiao

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CD2EA5E5.4B146%keir.xen@gmail.com \
    --to=keir.xen@gmail.com \
    --cc=dongxiao.xu@intel.com \
    --cc=tim@xen.org \
    --cc=xen-devel@lists.xen.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.