MAINTAINERS: Add Intel TDX entry

Message ID 20231101233314.2567-1-kirill.shutemov@linux.intel.com
State New
Headers
Series MAINTAINERS: Add Intel TDX entry |

Commit Message

Kirill A. Shutemov Nov. 1, 2023, 11:33 p.m. UTC
  Add myself as Intel TDX maintainer.

I drove upstreaming most of TDX code so far and I will continue
working on TDX for foreseeable future.

Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Suggested-by: Dave Hansen <dave.hansen@linux.intel.com>
---
 MAINTAINERS | 12 ++++++++++++
 1 file changed, 12 insertions(+)
  

Comments

Kai Huang Nov. 1, 2023, 11:43 p.m. UTC | #1
On Thu, 2023-11-02 at 02:33 +0300, Kirill A. Shutemov wrote:
> Add myself as Intel TDX maintainer.
> 
> I drove upstreaming most of TDX code so far and I will continue
> working on TDX for foreseeable future.
> 
> Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
> Suggested-by: Dave Hansen <dave.hansen@linux.intel.com>
> ---
>  MAINTAINERS | 12 ++++++++++++
>  1 file changed, 12 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 7608b714653f..1cbec6b235f9 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -23466,6 +23466,18 @@ F:	arch/x86/kernel/dumpstack.c
>  F:	arch/x86/kernel/stacktrace.c
>  F:	arch/x86/kernel/unwind_*.c
>  
> +X86 TRUST DOMAIN EXTENSIONS (TDX)
> +M:	Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
> +L:	x86@kernel.org
> +L:	linux-coco@lists.linux.dev
> +S:	Maintained
> +T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/tdx
> +F:	arch/x86/boot/compressed/tdx*
> +F:	arch/x86/coco/tdx/
> +F:	arch/x86/include/asm/shared/tdx.h
> +F:	arch/x86/include/asm/tdx.h
> +F:	arch/x86/virt/vmx/tdx/
> +
>  X86 VDSO
>  M:	Andy Lutomirski <luto@kernel.org>
>  L:	linux-kernel@vger.kernel.org

Acked-by: Kai Huang <kai.huang@intel.com>
  
Kuppuswamy Sathyanarayanan Nov. 1, 2023, 11:53 p.m. UTC | #2
Hi,

On 11/1/2023 4:33 PM, Kirill A. Shutemov wrote:
> Add myself as Intel TDX maintainer.
> 
> I drove upstreaming most of TDX code so far and I will continue
> working on TDX for foreseeable future.
> 
> Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
> Suggested-by: Dave Hansen <dave.hansen@linux.intel.com>
> ---

Acked-by: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com>

>  MAINTAINERS | 12 ++++++++++++
>  1 file changed, 12 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 7608b714653f..1cbec6b235f9 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -23466,6 +23466,18 @@ F:	arch/x86/kernel/dumpstack.c
>  F:	arch/x86/kernel/stacktrace.c
>  F:	arch/x86/kernel/unwind_*.c
>  
> +X86 TRUST DOMAIN EXTENSIONS (TDX)
> +M:	Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
> +L:	x86@kernel.org
> +L:	linux-coco@lists.linux.dev
> +S:	Maintained
> +T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/tdx
> +F:	arch/x86/boot/compressed/tdx*
> +F:	arch/x86/coco/tdx/
> +F:	arch/x86/include/asm/shared/tdx.h
> +F:	arch/x86/include/asm/tdx.h
> +F:	arch/x86/virt/vmx/tdx/
> +

Do you want to include drivers/virt/coco/tdx-guest?

>  X86 VDSO
>  M:	Andy Lutomirski <luto@kernel.org>
>  L:	linux-kernel@vger.kernel.org
  
Kirill A. Shutemov Nov. 2, 2023, 12:12 a.m. UTC | #3
On Wed, Nov 01, 2023 at 04:53:42PM -0700, Kuppuswamy Sathyanarayanan wrote:
> Hi,
> 
> On 11/1/2023 4:33 PM, Kirill A. Shutemov wrote:
> > Add myself as Intel TDX maintainer.
> > 
> > I drove upstreaming most of TDX code so far and I will continue
> > working on TDX for foreseeable future.
> > 
> > Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
> > Suggested-by: Dave Hansen <dave.hansen@linux.intel.com>
> > ---
> 
> Acked-by: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com>

Thanks!

> >  MAINTAINERS | 12 ++++++++++++
> >  1 file changed, 12 insertions(+)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 7608b714653f..1cbec6b235f9 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -23466,6 +23466,18 @@ F:	arch/x86/kernel/dumpstack.c
> >  F:	arch/x86/kernel/stacktrace.c
> >  F:	arch/x86/kernel/unwind_*.c
> >  
> > +X86 TRUST DOMAIN EXTENSIONS (TDX)
> > +M:	Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
> > +L:	x86@kernel.org
> > +L:	linux-coco@lists.linux.dev
> > +S:	Maintained
> > +T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/tdx
> > +F:	arch/x86/boot/compressed/tdx*
> > +F:	arch/x86/coco/tdx/
> > +F:	arch/x86/include/asm/shared/tdx.h
> > +F:	arch/x86/include/asm/tdx.h
> > +F:	arch/x86/virt/vmx/tdx/
> > +
> 
> Do you want to include drivers/virt/coco/tdx-guest?

Yeah, missed this one.
  

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 7608b714653f..1cbec6b235f9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -23466,6 +23466,18 @@  F:	arch/x86/kernel/dumpstack.c
 F:	arch/x86/kernel/stacktrace.c
 F:	arch/x86/kernel/unwind_*.c
 
+X86 TRUST DOMAIN EXTENSIONS (TDX)
+M:	Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
+L:	x86@kernel.org
+L:	linux-coco@lists.linux.dev
+S:	Maintained
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/tdx
+F:	arch/x86/boot/compressed/tdx*
+F:	arch/x86/coco/tdx/
+F:	arch/x86/include/asm/shared/tdx.h
+F:	arch/x86/include/asm/tdx.h
+F:	arch/x86/virt/vmx/tdx/
+
 X86 VDSO
 M:	Andy Lutomirski <luto@kernel.org>
 L:	linux-kernel@vger.kernel.org