On Fri, Dec 20, 2019 at 04:50:53PM -0800, Sean Christopherson wrote: > Move sgx_einit() into the driver code, along with the LE hash MSR > management. Providing sgx_einit() in the common SGX code was a bit > premature. The thought was that the native SGX driver and KVM would > be able to use a common EINIT helper, but that may or may not hold > true depending on how KVM's implementation shakes out. For example, > KVM may want to pass user pointers directly to EINIT in order to > avoid copying large amounts of data to in-kernel temp structures. > > Signed-off-by: Sean Christopherson <sean.j.christopherson@xxxxxxxxx> Thank you. I merged this patch and also added a changelog entry about merging driver and EINIT patch. /Jarkko