From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH] x86/vPMU: constrain MSR_IA32_DS_AREA loads Date: Thu, 17 Dec 2015 14:05:41 +0000 Message-ID: <5672C135.1060609@citrix.com> References: <5672CE4002000078000C0C7D@prv-mh.provo.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1a9ZCA-0000R6-PA for xen-devel@lists.xenproject.org; Thu, 17 Dec 2015 14:06:14 +0000 In-Reply-To: <5672CE4002000078000C0C7D@prv-mh.provo.novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich , xen-devel Cc: Kevin Tian , Keir Fraser , Boris Ostrovsky , Jun Nakajima List-Id: xen-devel@lists.xenproject.org On 17/12/15 14:01, Jan Beulich wrote: > For one, loading the MSR with a possibly non-canonical address was > possible since the verification is conditional, while the MSR load > wasn't. And then for PV guests we need to further limit the range of > valid addresses to exclude the hypervisor range. > > Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper