Re: [PATCH v20 16/28] x86/sgx: Add provisioning
From: Jarkko Sakkinen <hidden>
Date: 2019-05-02 08:27:08
Also in:
lkml
From: Jarkko Sakkinen <hidden>
Date: 2019-05-02 08:27:08
Also in:
lkml
On Wed, Apr 24, 2019 at 01:34:03AM +0000, Jethro Beekman wrote:
On 2019-04-17 03:39, Jarkko Sakkinen wrote:quoted
diff --git a/arch/x86/include/uapi/asm/sgx.h b/arch/x86/include/uapi/asm/sgx.h index 7bf627ac4958..3b80acde8671 100644 --- a/arch/x86/include/uapi/asm/sgx.h +++ b/arch/x86/include/uapi/asm/sgx.h@@ -16,6 +16,8 @@ _IOW(SGX_MAGIC, 0x01, struct sgx_enclave_add_page) #define SGX_IOC_ENCLAVE_INIT \ _IOW(SGX_MAGIC, 0x02, struct sgx_enclave_init) +#define SGX_IOC_ENCLAVE_SET_ATTRIBUTE \ + _IOW(SGX_MAGIC, 0x03, struct sgx_enclave_set_attribute)Need to update Documentation/ioctl/ioctl-number.txt as well
Tha patch contains ioctl update. Can you be more specific? /Jarkko