Re: [PATCH v6 05/11] x86: add SGX MSRs to msr-index.h

2017-11-28 Thread Jarkko Sakkinen
On Tue, Nov 28, 2017 at 09:22:48AM -0800, Sean Christopherson wrote: > On Sat, 2017-11-25 at 21:29 +0200, Jarkko Sakkinen wrote: > > From: Haim Cohen > > > > These MSRs hold the SHA256 checksum of the currently configured root > > key for enclave signatures. > > The commit

Re: [PATCH v6 05/11] x86: add SGX MSRs to msr-index.h

2017-11-28 Thread Jarkko Sakkinen
On Tue, Nov 28, 2017 at 09:22:48AM -0800, Sean Christopherson wrote: > On Sat, 2017-11-25 at 21:29 +0200, Jarkko Sakkinen wrote: > > From: Haim Cohen > > > > These MSRs hold the SHA256 checksum of the currently configured root > > key for enclave signatures. > > The commit message doesn't talk

Re: [PATCH v6 05/11] x86: add SGX MSRs to msr-index.h

2017-11-28 Thread Sean Christopherson
On Sat, 2017-11-25 at 21:29 +0200, Jarkko Sakkinen wrote: > From: Haim Cohen > > These MSRs hold the SHA256 checksum of the currently configured root > key for enclave signatures. The commit message doesn't talk about the launch control bit in the feature control MSR. >

Re: [PATCH v6 05/11] x86: add SGX MSRs to msr-index.h

2017-11-28 Thread Sean Christopherson
On Sat, 2017-11-25 at 21:29 +0200, Jarkko Sakkinen wrote: > From: Haim Cohen > > These MSRs hold the SHA256 checksum of the currently configured root > key for enclave signatures. The commit message doesn't talk about the launch control bit in the feature control MSR. > > Signed-off-by: Haim

[PATCH v6 05/11] x86: add SGX MSRs to msr-index.h

2017-11-25 Thread Jarkko Sakkinen
From: Haim Cohen These MSRs hold the SHA256 checksum of the currently configured root key for enclave signatures. Signed-off-by: Haim Cohen Signed-off-by: Jarkko Sakkinen --- arch/x86/include/asm/msr-index.h | 7

[PATCH v6 05/11] x86: add SGX MSRs to msr-index.h

2017-11-25 Thread Jarkko Sakkinen
From: Haim Cohen These MSRs hold the SHA256 checksum of the currently configured root key for enclave signatures. Signed-off-by: Haim Cohen Signed-off-by: Jarkko Sakkinen --- arch/x86/include/asm/msr-index.h | 7 +++ 1 file changed, 7 insertions(+) diff --git