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