Message ID | 20201003045059.665934-25-jarkko.sakkinen@linux.intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Intel SGX foundations | expand |
On 10/2/20 9:50 PM, Jarkko Sakkinen wrote: > +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 Should be Supported, not Maintained.
On Fri, Oct 16, 2020 at 02:04:05PM -0700, Dave Hansen wrote: > On 10/2/20 9:50 PM, Jarkko Sakkinen wrote: > > +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 > > Should be Supported, not Maintained. Thanks, fixed. /Jarkko
diff --git a/MAINTAINERS b/MAINTAINERS index b81aad6f7f97..ca1995b1ef45 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9070,6 +9070,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 git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/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(+)