[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH] x86: Drop opt_pku entirely
On 20.06.2023 19:47, Andrew Cooper wrote: > --- a/CHANGELOG.md > +++ b/CHANGELOG.md > @@ -25,6 +25,9 @@ The format is based on [Keep a > Changelog](https://keepachangelog.com/en/1.0.0/) > - Add support for AVX512-FP16 on x86. > - On Arm, Xen supports guests running SVE/SVE2 instructions. (Tech Preview) > > +### Removed > + - On x86, the "pku" command line option has been removed. It has never > + behaved precisely as described, and redundant with "cpuid=no-pku". Nit: Missing "was"? > --- a/docs/misc/xen-command-line.pandoc > +++ b/docs/misc/xen-command-line.pandoc > @@ -1950,16 +1950,6 @@ for all of them (`true`), only for those subject to > XPTI (`xpti`) or for > those not subject to XPTI (`no-xpti`). The feature is used only in case > INVPCID is supported and not disabled via `invpcid=false`. > > -### pku (x86) > -> `= <boolean>` > - > -> Default: `true` > - > -Flag to enable Memory Protection Keys. > - > -The protection-key feature provides an additional mechanism by which IA-32e > -paging controls access to usermode addresses. > - > ### ple_gap > > `= <integer>` Elsewhere you said that we kind of imply that only the explicitly named sub-options of cpuid= are supported. If that's the case (which could do with saying more explicitly), you will want to add "pku" there in order to not regress what is (deemed) supported. It also looks as if the speculation control related enumeration there has gone stale / is now incomplete. Jan
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |