Re: [PATCH v14 11/19] x86/sgx: Add wrappers for ENCLS leaf functions

2018-09-27 Thread Jarkko Sakkinen
On Tue, Sep 25, 2018 at 01:01:47PM -0700, Randy Dunlap wrote: > Hi, > Please don't use "/**" to begin comment blocks that are not kernel-doc > notation, like the 3 below. Note: I might have seen one (or some) of > these "fixed" in other patches in this series (not sure). Thanks Randy. /Jarkko

[PATCH v14 11/19] x86/sgx: Add wrappers for ENCLS leaf functions

2018-09-25 Thread Randy Dunlap
On 9/25/18 6:06 AM, Jarkko Sakkinen wrote: > Add wrappers for Intel(R) SGX ENCLS opcode leaf functions except > ENCLS(EINIT). ENCLS invokes privileged functions for managing (creation, > initialization and swapping) and debugging enclaves. > > Signed-off-by: Jarkko Sakkinen > Co-developed-by: Sea

[PATCH v14 11/19] x86/sgx: Add wrappers for ENCLS leaf functions

2018-09-25 Thread Jarkko Sakkinen
Add wrappers for Intel(R) SGX ENCLS opcode leaf functions except ENCLS(EINIT). ENCLS invokes privileged functions for managing (creation, initialization and swapping) and debugging enclaves. Signed-off-by: Jarkko Sakkinen Co-developed-by: Sean Christopherson Signed-off-by: Sean Christopherson -