On Fri, Nov 16, 2018 at 03:22:48PM +0100, Borislav Petkov wrote: > On Fri, Nov 16, 2018 at 03:01:08AM +0200, Jarkko Sakkinen wrote: > > Add the maintainer information for the SGX subsystem. > > > > Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx> > > --- > > MAINTAINERS | 7 +++++++ > > 1 file changed, 7 insertions(+) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index 0abecc528dac..aaf56b544858 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -7676,6 +7676,13 @@ L: linux-gpio@xxxxxxxxxxxxxxx > > S: Maintained > > F: drivers/gpio/gpio-intel-mid.c > > > > +INTEL SGX > > +M: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx> > > +L: linux-sgx@xxxxxxxxxxxxxxx > > +Q: https://patchwork.kernel.org/project/intel-sgx/list/ > > +F: drivers/platform/x86/intel_sgx/ > > Looking at your diffstat, this doesn't cover it all. > > One example: arch/x86/kernel/cpu/intel_sgx.c > > Also, was there any particular reasoning for calling the file > intel_sgx.c instead of simply sgx.c ? Ouch. There has been so much work in other patches that I've forgot to update it :-( Sorry. Yes, I think it could be renamed as sgx.c. Should the driver part be also called as sgx.ko? /Jarkko