Message ID | 20181116010412.23967-2-jarkko.sakkinen@linux.intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v17,01/23] x86/sgx: Update MAINTAINERS | expand |
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@linux.intel.com> > --- > 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@vger.kernel.org > S: Maintained > F: drivers/gpio/gpio-intel-mid.c > > +INTEL SGX > +M: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> > +L: linux-sgx@vger.kernel.org > +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 ?
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@linux.intel.com> > > --- > > 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@vger.kernel.org > > S: Maintained > > F: drivers/gpio/gpio-intel-mid.c > > > > +INTEL SGX > > +M: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> > > +L: linux-sgx@vger.kernel.org > > +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
On Fri, Nov 16, 2018 at 05:07:14PM +0200, Jarkko Sakkinen wrote: > Yes, I think it could be renamed as sgx.c. Should the driver part be > also called as sgx.ko? I guess that's your call guys. The reason why I asked is because I like shorter names and "sgx" is unambiguous enough. AFAICT, there's no one else doing SGX atm. :-)
On Fri, Nov 16, 2018 at 09:24:03PM +0100, Borislav Petkov wrote: > On Fri, Nov 16, 2018 at 05:07:14PM +0200, Jarkko Sakkinen wrote: > > Yes, I think it could be renamed as sgx.c. Should the driver part be > > also called as sgx.ko? > > I guess that's your call guys. The reason why I asked is because I like > shorter names and "sgx" is unambiguous enough. AFAICT, there's no one > else doing SGX atm. > > :-) We go with that! Thanks for the feedback. /Jarkko
diff --git a/MAINTAINERS b/MAINTAINERS index 0abecc528dac..aaf56b544858 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7676,6 +7676,13 @@ L: linux-gpio@vger.kernel.org S: Maintained F: drivers/gpio/gpio-intel-mid.c +INTEL SGX +M: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> +L: linux-sgx@vger.kernel.org +Q: https://patchwork.kernel.org/project/intel-sgx/list/ +F: drivers/platform/x86/intel_sgx/ +K: \bSGX_ + INVENSENSE MPU-3050 GYROSCOPE DRIVER M: Linus Walleij <linus.walleij@linaro.org> L: linux-iio@vger.kernel.org
Add the maintainer information for the SGX subsystem. Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+)