Message ID | 20190823161616.27644-1-jarkko.sakkinen@linux.intel.com (mailing list archive) |
---|---|
Headers | show |
Series | Remaining updates for v22 | expand |
On Fri, Aug 23, 2019 at 07:16:12PM +0300, Jarkko Sakkinen wrote: > These are my remaining updates for v22. Tested, no issues found. > > Jarkko Sakkinen (4): > x86/sgx: Replace @is_secs_child with @pt in sgx_encl_ewb() > x86/sgx: Validate TCS permssions in sgx_validate_secinfo() > x86/sgx: Remove a deperecated enum > x86/sgx: Move VM prot bits calculation to sgx_encl_page_alloc() > > arch/x86/kernel/cpu/sgx/encl.h | 6 ---- > arch/x86/kernel/cpu/sgx/ioctl.c | 51 +++++++++++++++++-------------- > arch/x86/kernel/cpu/sgx/reclaim.c | 43 ++++++++++++++++---------- > 3 files changed, 55 insertions(+), 45 deletions(-) > > -- > 2.20.1 >
On Fri, Aug 23, 2019 at 02:53:27PM -0700, Sean Christopherson wrote: > On Fri, Aug 23, 2019 at 07:16:12PM +0300, Jarkko Sakkinen wrote: > > These are my remaining updates for v22. > > Tested, no issues found. Awesome, thank you. /Jarkko