Re: [PATCH v9 4/7] intel_sgx: driver for Intel Software Guard Extensions

2017-12-17 Thread Jarkko Sakkinen
On Sat, Dec 16, 2017 at 07:31:33PM +0100, Philippe Ombredanne wrote: > Please consider using the new SPDX tags per Thomas doc patches [1], > and already adopted by other Intel contributors > Thanks! > [1] https://lkml.org/lkml/2017/12/4/934 Hi, sure, I can do this. I'm sorry that I missed your ema

Re: [PATCH v9 4/7] intel_sgx: driver for Intel Software Guard Extensions

2017-12-16 Thread Philippe Ombredanne
On Sat, Dec 16, 2017 at 5:19 PM, Jarkko Sakkinen wrote: > Intel SGX is a set of CPU instructions that can be used by applications > to set aside private regions of code and data. The code outside the > enclave is disallowed to access the memory inside the enclave by the CPU > access control. >

[PATCH v9 4/7] intel_sgx: driver for Intel Software Guard Extensions

2017-12-16 Thread Jarkko Sakkinen
Intel SGX is a set of CPU instructions that can be used by applications to set aside private regions of code and data. The code outside the enclave is disallowed to access the memory inside the enclave by the CPU access control. SGX driver provides a ioctl API for loading and initializing enclave