From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Han, Huaitong" Subject: Re: [PATCH V9 1/5] x86/hvm: pkeys, disable pkeys for guests in non-paging mode Date: Wed, 3 Feb 2016 15:54:50 +0000 Message-ID: <1454514890.30013.12.camel@intel.com> References: <1454508725-22786-1-git-send-email-huaitong.han@intel.com> <1454508725-22786-2-git-send-email-huaitong.han@intel.com> <56B228A002000078000CE311@prv-mh.provo.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <56B228A002000078000CE311@prv-mh.provo.novell.com> Content-Language: en-US Content-ID: <5897D682821C704CAE16002FEF6BC8C1@intel.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: "JBeulich@suse.com" Cc: "tim@xen.org" , "Tian, Kevin" , "keir@xen.org" , "ian.campbell@citrix.com" , "stefano.stabellini@eu.citrix.com" , "george.dunlap@eu.citrix.com" , "andrew.cooper3@citrix.com" , "ian.jackson@eu.citrix.com" , "xen-devel@lists.xen.org" , "Nakajima, Jun" List-Id: xen-devel@lists.xenproject.org On Wed, 2016-02-03 at 08:19 -0700, Jan Beulich wrote: > > > > On 03.02.16 at 15:12, wrote: > > This patch disables pkeys for guest in non-paging mode, However XEN > > always > > uses > > paging mode to emulate guest non-paging mode, To emulate this > > behavior, pkeys > > needs to be manually disabled when guest switches to non-paging > > mode. > > > > Signed-off-by: Huaitong Han > > Reviewed-by: Andrew Cooper > > So I had been about to commit the first four patches of this > series earlier today, when I noticed the missing VMX maintainers' > ack here. You not Cc-ing them of course doesn't help progress. The first five version patches does Cc VMX maintainers, the patch is so simple that it does receive no comments. Because the CC-list is too long and it has reviewed-by Andrew, so...I should always Cc them. > > Jan >