Add the maintainer information for the SGX subsystem. Cc: Thomas Gleixner <[email protected]> Cc: Borislav Petkov <[email protected]> Signed-off-by: Jarkko Sakkinen <[email protected]> --- MAINTAINERS | 13 +++++++++++++ 1 file changed, 13 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS index e706e1473818..f5615111bb2f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9145,6 +9145,19 @@ F: Documentation/x86/intel_txt.rst F: arch/x86/kernel/tboot.c F: include/linux/tboot.h +INTEL SGX +M: Jarkko Sakkinen <[email protected]> +L: [email protected] +S: Supported +Q: https://patchwork.kernel.org/project/intel-sgx/list/ +T: git git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-sgx.git +F: Documentation/x86/sgx.rst +F: arch/x86/entry/vdso/vsgx.S +F: arch/x86/include/uapi/asm/sgx.h +F: arch/x86/kernel/cpu/sgx/* +F: tools/testing/selftests/sgx/* +K: \bSGX_ + INTERCONNECT API M: Georgi Djakov <[email protected]> L: [email protected] -- 2.27.0

