Re: [PATCH v6 04/11] x86: define IA32_FEATUE_CONTROL.SGX_LC

From: Sean Christopherson
Date: Tue Nov 28 2017 - 16:49:09 EST


On Tue, 2017-11-28 at 23:40 +0200, Jarkko Sakkinen wrote:
> On Tue, Nov 28, 2017 at 11:24:07PM +0200, Jarkko Sakkinen wrote:
> >
> > On Tue, Nov 28, 2017 at 10:53:24PM +0200, Jarkko Sakkinen wrote:
> > >
> > > >
> > > > So, maybe something like this?
> > > >
> > > > Â Â After SGX is activated[1] the IA32_SGXLEPUBKEYHASHn MSRs are writable
> > > > Â Â if and only if SGX_LC is set in the IA32_FEATURE_CONTROL MSR and the
> > > > Â Â IA32_FEATURE_CONTROL MSR is locked, otherwise they are read-only.
> > > >
> > > > Â Â For example, firmware can allow the OS to change the launch enclave
> > > > Â Â root key by setting IA32_FEATURE_CONTROL.SGX_LC, and thus give the
> > > > Â Â OS complete control over the enclaves it runs. ÂAlternatively,
> > > > Â Â firmware can clear IA32_FEATURE_CONTROL.SGX_LC to lock down the root
> > > > Â Â key and restrict the OS to running enclaves signed with the root key
> > > > Â Â or whitelisted/trusted by a launch enclave (which must be signed with
> > > > Â Â the root key).
> > > >
> > > > Â Â [1] SGX related bits in IA32_FEATURE_CONTROL cannot be set until SGX
> > > > Â Â Â Â is activated, e.g. by firmware. ÂSGX activation is triggered by
> > > > Â Â Â Â setting bit 0 in MSR 0x7a. ÂUntil SGX is activated, the LE hash
> > > > Â Â Â Â MSRs are writable, e.g. to allow firmware to lock down the LE
> > > > Â Â Â Â root key with a non-Intel value.
> > > Thanks I'll use this as a basis and move most of the crappy commit
> > > message to the commit (with some editing) that defines the MSRs.
> > Not sure after all if I'm following this.
> >
> > IA32_FEATURE_CONTROL[17] contols whether the MSRs are writable or not
> > after the feature control MSR is locked. SGX_LC means just that the
> > CPU supports the launch configuration.
> >
> > /Jarkko
> I used this commit message with some minor editing in the commit that
> defines the MSRs and squashed commits that define cpuid level 7 bits.
> Can you peer check the commit messages? They are in the le branch.
>
> /Jarkko

The commit definesÂFEATURE_CONTROL_SGX_LAUNCH_CONTROL_ENABLE in addition
to the LE hash MSRs, which is why my suggestion referred to "SGX_LC" and
not simply bit 17. ÂI used "SGX_LC" instead of the full name because
that's what your original commit messaged used (though it was attached
to the CPUID patch, thus all the confusion).

Anyways, I think the commit should have a blurb about defining bit 17,
and then refer to SGX_LAUNCH_CONTROL_ENABLE (or some variation) rather
than bit 17 when talking about its effects on SGX.