Re: [PATCH v6 08/11] intel_sgx: in-kernel launch enclave

2017-12-04 Thread Jarkko Sakkinen
On Wed, Nov 29, 2017 at 12:38:52AM +0200, Jarkko Sakkinen wrote: > On Sat, Nov 25, 2017 at 09:29:25PM +0200, Jarkko Sakkinen wrote: > > This commits implements the in-kernel launch enclave. It is wrapped into > > a user space program that reads SIGSTRUCT instances from stdin and > > outputs launch

Re: [PATCH v6 08/11] intel_sgx: in-kernel launch enclave

2017-12-04 Thread Jarkko Sakkinen
On Wed, Nov 29, 2017 at 12:38:52AM +0200, Jarkko Sakkinen wrote: > On Sat, Nov 25, 2017 at 09:29:25PM +0200, Jarkko Sakkinen wrote: > > This commits implements the in-kernel launch enclave. It is wrapped into > > a user space program that reads SIGSTRUCT instances from stdin and > > outputs launch

Re: [PATCH v6 08/11] intel_sgx: in-kernel launch enclave

2017-11-28 Thread Jarkko Sakkinen
On Sat, Nov 25, 2017 at 09:29:25PM +0200, Jarkko Sakkinen wrote: > This commits implements the in-kernel launch enclave. It is wrapped into > a user space program that reads SIGSTRUCT instances from stdin and > outputs launch tokens to stdout. > > The commit also adds enclave signing tool that is

Re: [PATCH v6 08/11] intel_sgx: in-kernel launch enclave

2017-11-28 Thread Jarkko Sakkinen
On Sat, Nov 25, 2017 at 09:29:25PM +0200, Jarkko Sakkinen wrote: > This commits implements the in-kernel launch enclave. It is wrapped into > a user space program that reads SIGSTRUCT instances from stdin and > outputs launch tokens to stdout. > > The commit also adds enclave signing tool that is

Re: [PATCH v6 08/11] intel_sgx: in-kernel launch enclave

2017-11-28 Thread Jarkko Sakkinen
On Mon, Nov 27, 2017 at 10:58:28AM +0100, Till Smejkal wrote: > > drivers/platform/x86/intel_sgx/intel_sgx_signing_key.pem >^ >signing_key.pem > > You forgot to change the name of the pem file in the commit message. Thanks

Re: [PATCH v6 08/11] intel_sgx: in-kernel launch enclave

2017-11-28 Thread Jarkko Sakkinen
On Mon, Nov 27, 2017 at 10:58:28AM +0100, Till Smejkal wrote: > > drivers/platform/x86/intel_sgx/intel_sgx_signing_key.pem >^ >signing_key.pem > > You forgot to change the name of the pem file in the commit message. Thanks

Re: [PATCH v6 08/11] intel_sgx: in-kernel launch enclave

2017-11-27 Thread Till Smejkal
On Sat, 25 Nov 2017, Jarkko Sakkinen wrote: > This commits implements the in-kernel launch enclave. It is wrapped into > a user space program that reads SIGSTRUCT instances from stdin and > outputs launch tokens to stdout. > > The commit also adds enclave signing tool that is used by kbuild to >

Re: [PATCH v6 08/11] intel_sgx: in-kernel launch enclave

2017-11-27 Thread Till Smejkal
On Sat, 25 Nov 2017, Jarkko Sakkinen wrote: > This commits implements the in-kernel launch enclave. It is wrapped into > a user space program that reads SIGSTRUCT instances from stdin and > outputs launch tokens to stdout. > > The commit also adds enclave signing tool that is used by kbuild to >

[PATCH v6 08/11] intel_sgx: in-kernel launch enclave

2017-11-25 Thread Jarkko Sakkinen
This commits implements the in-kernel launch enclave. It is wrapped into a user space program that reads SIGSTRUCT instances from stdin and outputs launch tokens to stdout. The commit also adds enclave signing tool that is used by kbuild to measure and sign the launch enclave.

[PATCH v6 08/11] intel_sgx: in-kernel launch enclave

2017-11-25 Thread Jarkko Sakkinen
This commits implements the in-kernel launch enclave. It is wrapped into a user space program that reads SIGSTRUCT instances from stdin and outputs launch tokens to stdout. The commit also adds enclave signing tool that is used by kbuild to measure and sign the launch enclave.