2020-09-16 00:54:24

by Jarkko Sakkinen

[permalink] [raw]
Subject: [PATCH v38 24/24] x86/sgx: Update MAINTAINERS

Add the maintainer information for the SGX subsystem.

Cc: Thomas Gleixner <[email protected]>
Cc: Borislav Petkov <[email protected]>
Signed-off-by: Jarkko Sakkinen <[email protected]>
---
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 <[email protected]>
+M: Sean Christopherson <[email protected]>
+L: [email protected]
+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 <[email protected]>
L: [email protected]
--
2.25.1


2020-09-25 22:40:22

by Sean Christopherson

[permalink] [raw]
Subject: Re: [PATCH v38 24/24] x86/sgx: Update MAINTAINERS

On Tue, Sep 15, 2020 at 02:28:42PM +0300, Jarkko Sakkinen wrote:
> Add the maintainer information for the SGX subsystem.
>
> Cc: Thomas Gleixner <[email protected]>
> Cc: Borislav Petkov <[email protected]>
> Signed-off-by: Jarkko Sakkinen <[email protected]>
> ---
> 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 <[email protected]>
> +M: Sean Christopherson <[email protected]>
> +L: [email protected]
> +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 <[email protected]>
> L: [email protected]
> --
> 2.25.1
>

2020-09-28 00:48:44

by Jarkko Sakkinen

[permalink] [raw]
Subject: Re: [PATCH v38 24/24] x86/sgx: Update MAINTAINERS

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 <[email protected]>
> > Cc: Borislav Petkov <[email protected]>
> > Signed-off-by: Jarkko Sakkinen <[email protected]>
> > ---
> > 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 <[email protected]>
> > +M: Sean Christopherson <[email protected]>
> > +L: [email protected]
> > +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