From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jan Beulich" Subject: Re: [PATCH V4 1/6] x86/hvm: pkeys, add the flag to enable Memory Protection Keys Date: Mon, 21 Dec 2015 05:58:40 -0700 Message-ID: <5678059002000078000C1E03@prv-mh.provo.novell.com> References: <1450682504-32286-1-git-send-email-huaitong.han@intel.com> <1450682504-32286-2-git-send-email-huaitong.han@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1450682504-32286-2-git-send-email-huaitong.han@intel.com> Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Huaitong Han Cc: kevin.tian@intel.com, wei.liu2@citrix.com, 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, jun.nakajima@intel.com, keir@xen.org List-Id: xen-devel@lists.xenproject.org >>> On 21.12.15 at 08:21, wrote: First of all - please trim your Cc lists. I don't see, for example, why all the tools maintainers needed to be Cc-ed on this patch. > --- a/xen/arch/x86/cpu/common.c > +++ b/xen/arch/x86/cpu/common.c > @@ -22,6 +22,10 @@ boolean_param("xsave", use_xsave); > bool_t opt_arat = 1; > boolean_param("arat", opt_arat); > > +/* pku: Flag to enable Memory Protection Keys (default on). */ > +bool_t opt_pku = 1; I would have thought that I had commented on this wanting to be static already, but looks like I'm misremembering. Jan