Re: [PATCH 5/6] intel_sgx: driver documentation

2016-05-06 Thread Andy Lutomirski
On Fri, May 6, 2016 at 4:35 AM, Jarkko Sakkinen wrote: > On Thu, May 05, 2016 at 05:52:31PM -0700, Andy Lutomirski wrote: >> On Thu, May 5, 2016 at 3:45 PM, Jarkko Sakkinen >> wrote: >> > On Mon, Apr 25, 2016 at 01:01:06PM -0700, Andy Lutomirski wrote: >> >> On 04/25/2016 10:34 AM, Jarkko Sakkine

Re: [PATCH 5/6] intel_sgx: driver documentation

2016-05-06 Thread Jarkko Sakkinen
On Thu, May 05, 2016 at 05:52:31PM -0700, Andy Lutomirski wrote: > On Thu, May 5, 2016 at 3:45 PM, Jarkko Sakkinen > wrote: > > On Mon, Apr 25, 2016 at 01:01:06PM -0700, Andy Lutomirski wrote: > >> On 04/25/2016 10:34 AM, Jarkko Sakkinen wrote: > >> >+SGX_IOCTL_ENCLAVE_INIT > >> >+ > >> >+Initiali

Re: [PATCH 5/6] intel_sgx: driver documentation

2016-05-05 Thread Andy Lutomirski
On Thu, May 5, 2016 at 3:45 PM, Jarkko Sakkinen wrote: > On Mon, Apr 25, 2016 at 01:01:06PM -0700, Andy Lutomirski wrote: >> On 04/25/2016 10:34 AM, Jarkko Sakkinen wrote: >> >+SGX_IOCTL_ENCLAVE_INIT >> >+ >> >+Initializes an enclave given by SIGSTRUCT and EINITTOKEN. Executes EINIT >> >leaf >> >

Re: [PATCH 5/6] intel_sgx: driver documentation

2016-05-05 Thread Jarkko Sakkinen
On Mon, Apr 25, 2016 at 01:01:06PM -0700, Andy Lutomirski wrote: > On 04/25/2016 10:34 AM, Jarkko Sakkinen wrote: > >+SGX_IOCTL_ENCLAVE_INIT > >+ > >+Initializes an enclave given by SIGSTRUCT and EINITTOKEN. Executes EINIT > >leaf > >+instruction that will check that the measurement matches the on

Re: [PATCH 5/6] intel_sgx: driver documentation

2016-04-25 Thread Andy Lutomirski
On 04/25/2016 10:34 AM, Jarkko Sakkinen wrote: +SGX_IOCTL_ENCLAVE_INIT + +Initializes an enclave given by SIGSTRUCT and EINITTOKEN. Executes EINIT leaf +instruction that will check that the measurement matches the one SIGSTRUCT and +EINITTOKEN. EINITTOKEN is a data blob given by a special enclave

[PATCH 5/6] intel_sgx: driver documentation

2016-04-25 Thread Jarkko Sakkinen
Signed-off-by: Jarkko Sakkinen --- Documentation/x86/intel_sgx.txt | 86 + 1 file changed, 86 insertions(+) create mode 100644 Documentation/x86/intel_sgx.txt diff --git a/Documentation/x86/intel_sgx.txt b/Documentation/x86/intel_sgx.txt new file mode 100