[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH V4 1/6] x86/hvm: pkeys, add the flag to enable Memory Protection Keys
>>> On 21.12.15 at 08:21, <huaitong.han@xxxxxxxxx> 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 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |