mbox series

[v2,0/2] Take away EREMOVE from sgx_free_epc_page()

Message ID 20210112233351.68678-1-jarkko@kernel.org (mailing list archive)
Headers show
Series Take away EREMOVE from sgx_free_epc_page() | expand

Message

Jarkko Sakkinen Jan. 12, 2021, 11:33 p.m. UTC
From: "jarkko@kernel.org" <jarkko@kernel.org>

Refactor EREMOVE out of sgx_free_epc_page() since it is only used in
one function.

I re-organized my Git a bit in order to keep track of things:

- 'master' bleading edge and 'next' ready PR ready branch
- 'numa' has nearly finished stuff, including the patches I'm
  posting now.

jarkko@kernel.org (2):
  x86/sgx: Remove a warn from sgx_free_epc_page()
  x86/sgx: Wipe out EREMOVE from sgx_free_epc_page()

 arch/x86/kernel/cpu/sgx/encl.c | 15 ++++++++++++++-
 arch/x86/kernel/cpu/sgx/main.c | 12 ++++--------
 2 files changed, 18 insertions(+), 9 deletions(-)