mbox series

[for_v31,0/6] x86/sgx: Misc fixes for v31

Message ID 20200529175407.2109-1-sean.j.christopherson@intel.com (mailing list archive)
Headers show
Series x86/sgx: Misc fixes for v31 | expand

Message

Sean Christopherson May 29, 2020, 5:54 p.m. UTC
One bug fix and a variety of cleanups that apply on top of your current
master, commit b625c3d1370ca ("x86/sgx: Update MAINTAINERS").

Sean Christopherson (6):
  x86/sgx: Fix inadvertant early return from sgx_ioctl()
  x86/sgx: Remove unnecessary globals after merging reclaim.c into
    main.c
  x86/sgx: Rename sgx_free_page() to sgx_free_epc_page()
  x86/sgx: Replace "grab" with "alloc" in VA page helper
  x86/sgx: Update stale comment in EPC page allocators
  x86/sgx: Drop the message that fires when there are too many EPC
    sections

 arch/x86/kernel/cpu/sgx/encl.c  | 16 +++++++-------
 arch/x86/kernel/cpu/sgx/encl.h  |  2 +-
 arch/x86/kernel/cpu/sgx/ioctl.c | 10 ++++-----
 arch/x86/kernel/cpu/sgx/main.c  | 39 +++++++++++++--------------------
 arch/x86/kernel/cpu/sgx/sgx.h   |  5 +----
 5 files changed, 30 insertions(+), 42 deletions(-)