On Sun, Mar 17, 2019 at 11:14:56PM +0200, Jarkko Sakkinen wrote: > Add the maintainer information for the SGX subsystem. > > Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx> > --- > MAINTAINERS | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index e17ebf70b548..7abcb460dde9 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -8044,6 +8044,18 @@ L: linux-gpio@xxxxxxxxxxxxxxx > S: Maintained > F: drivers/gpio/gpio-intel-mid.c > > +INTEL SGX Alphabetically, this should slot in between "INTEL RDMA RNIC DRIVER" and "INTEL TELEMETRY DRIVER". Tangentially related, is it worth sending a patch to rename "INTEL-MID GPIO DRIVER" to "INTEL MID GPIO DRIVER" and drop "(R)" from "INTEL(R) TRACE HUB" and "INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)"? They're silly renegades that muck up the ordering. > +M: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx> > +M: Sean Christopherson <sean.j.christopherson@xxxxxxxxx> > +L: linux-sgx@xxxxxxxxxxxxxxx > +S: Maintained > +Q: https://patchwork.kernel.org/project/intel-sgx/list/ > +T: git https://github.com/jsakkine-intel/linux-sgx.git > +F: arch/x86/include/asm/sgx.h arch/x86/include/asm/sgx.h doesn't exist in this version of the series. > +F: arch/x86/include/uapi/asm/sgx.h > +F: arch/x86/kernel/cpu/sgx/* The trailing asterisk is unnecessary and wrong. From MAINTAINER's docs: F: Files and directories with wildcard patterns. A trailing slash includes all files and subdirectory files. F: drivers/net/ all files in and below drivers/net F: drivers/net/* all files in drivers/net, but not below > +K: \bSGX_ > + > INTERCONNECT API > M: Georgi Djakov <georgi.djakov@xxxxxxxxxx> > S: Maintained > -- > 2.19.1 >