Re: [PATCH v5 10/11] intel_sgx: glue code for in-kernel LE

2017-11-25 Thread Jarkko Sakkinen
On Fri, Nov 17, 2017 at 03:07:05PM -0800, Darren Hart wrote: > No incremental cleanup here - appears to all be handled through > sgx_le_stop - do I have that right? Yes. This is correct. /Jarkko

Re: [PATCH v5 10/11] intel_sgx: glue code for in-kernel LE

2017-11-25 Thread Jarkko Sakkinen
On Fri, Nov 17, 2017 at 03:07:05PM -0800, Darren Hart wrote: > On Mon, Nov 13, 2017 at 09:45:27PM +0200, Jarkko Sakkinen wrote: > > Glue code for hosting in-kernel Launch Enclave (LE) by using the user > > space helper framework. > > > > Tokens for launching enclaves are generated with by the foll

Re: [PATCH v5 10/11] intel_sgx: glue code for in-kernel LE

2017-11-17 Thread Darren Hart
On Mon, Nov 13, 2017 at 09:45:27PM +0200, Jarkko Sakkinen wrote: > Glue code for hosting in-kernel Launch Enclave (LE) by using the user > space helper framework. > > Tokens for launching enclaves are generated with by the following > protocol: > > 1. The driver sends a SIGSTRUCT blob to the LE h