On Sat, Aug 10, 2019 at 12:39:54AM +0000, Jethro Beekman wrote: > On 2019-08-09 17:30, Sean Christopherson wrote: > > Manually align ELRANGE now that the kernel doesn't automatically do so > > for SGX mappings. > > What was the rationale for moving this out of the kernel? Now every user of > this API needs to implement it manually. VMAs are viewports to the enclave, not the enclave. You can even fully create and initialize an enclave without creating VMAs. Thus, binding must be a loose one. /Jarkko