Re: [PATCH v36 14/24] x86/sgx: Add SGX_IOC_ENCLAVE_INIT

2020-08-06 Thread Darren Kenny
On Thursday, 2020-07-16 at 16:52:53 +03, Jarkko Sakkinen wrote: > Add an ioctl that performs ENCLS[EINIT], which locks down the measurement > and initializes the enclave for entrance. After this, new pages can no > longer be added. > > Acked-by: Jethro Beekman > Tested-by: Jethro Beekman >

[PATCH v36 14/24] x86/sgx: Add SGX_IOC_ENCLAVE_INIT

2020-07-16 Thread Jarkko Sakkinen
Add an ioctl that performs ENCLS[EINIT], which locks down the measurement and initializes the enclave for entrance. After this, new pages can no longer be added. Acked-by: Jethro Beekman Tested-by: Jethro Beekman Tested-by: Haitao Huang Tested-by: Chunyang Hui Tested-by: Jordan Hand