mbox series

[0/4] Remaining updates for v22

Message ID 20190823161616.27644-1-jarkko.sakkinen@linux.intel.com (mailing list archive)
Headers show
Series Remaining updates for v22 | expand

Message

Jarkko Sakkinen Aug. 23, 2019, 4:16 p.m. UTC
These are my remaining updates for v22.

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(-)

Comments

Sean Christopherson Aug. 23, 2019, 9:53 p.m. UTC | #1
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
>
Jarkko Sakkinen Aug. 26, 2019, 5:39 a.m. UTC | #2
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