Message ID | 20200915112842.897265-25-jarkko.sakkinen@linux.intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Intel SGX foundations | expand |
On Tue, Sep 15, 2020 at 02:28:42PM +0300, Jarkko Sakkinen wrote: > Add the maintainer information for the SGX subsystem. > > Cc: Thomas Gleixner <tglx@linutronix.de> > Cc: Borislav Petkov <bp@alien8.de> > Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> > --- > MAINTAINERS | 11 +++++++++++ > 1 file changed, 11 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 3b186ade3597..1d4daeb12d0a 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -9051,6 +9051,17 @@ F: Documentation/x86/intel_txt.rst > F: arch/x86/kernel/tboot.c > F: include/linux/tboot.h > > +INTEL SGX > +M: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> > +M: Sean Christopherson <sean.j.christopherson@intel.com> > +L: linux-sgx@vger.kernel.org > +S: Maintained > +Q: https://patchwork.kernel.org/project/intel-sgx/list/ > +T: git https://github.com/jsakkine-intel/linux-sgx.git This is stale, you moved your tree to kernel.org. > +F: arch/x86/include/uapi/asm/sgx.h > +F: arch/x86/kernel/cpu/sgx/* > +K: \bSGX_ > + > INTERCONNECT API > M: Georgi Djakov <georgi.djakov@linaro.org> > L: linux-pm@vger.kernel.org > -- > 2.25.1 >
On Fri, Sep 25, 2020 at 03:37:54PM -0700, Sean Christopherson wrote: > On Tue, Sep 15, 2020 at 02:28:42PM +0300, Jarkko Sakkinen wrote: > > Add the maintainer information for the SGX subsystem. > > > > Cc: Thomas Gleixner <tglx@linutronix.de> > > Cc: Borislav Petkov <bp@alien8.de> > > Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> > > --- > > MAINTAINERS | 11 +++++++++++ > > 1 file changed, 11 insertions(+) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index 3b186ade3597..1d4daeb12d0a 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -9051,6 +9051,17 @@ F: Documentation/x86/intel_txt.rst > > F: arch/x86/kernel/tboot.c > > F: include/linux/tboot.h > > > > +INTEL SGX > > +M: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> > > +M: Sean Christopherson <sean.j.christopherson@intel.com> > > +L: linux-sgx@vger.kernel.org > > +S: Maintained > > +Q: https://patchwork.kernel.org/project/intel-sgx/list/ > > +T: git https://github.com/jsakkine-intel/linux-sgx.git > > This is stale, you moved your tree to kernel.org. That's correct. It is already updated in my GIT tree: https://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-sgx.git/tree/MAINTAINERS /Jarkko
diff --git a/MAINTAINERS b/MAINTAINERS index 3b186ade3597..1d4daeb12d0a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9051,6 +9051,17 @@ F: Documentation/x86/intel_txt.rst F: arch/x86/kernel/tboot.c F: include/linux/tboot.h +INTEL SGX +M: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> +M: Sean Christopherson <sean.j.christopherson@intel.com> +L: linux-sgx@vger.kernel.org +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/uapi/asm/sgx.h +F: arch/x86/kernel/cpu/sgx/* +K: \bSGX_ + INTERCONNECT API M: Georgi Djakov <georgi.djakov@linaro.org> L: linux-pm@vger.kernel.org
Add the maintainer information for the SGX subsystem. Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Borislav Petkov <bp@alien8.de> Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> --- MAINTAINERS | 11 +++++++++++ 1 file changed, 11 insertions(+)