Re: [PATCHv8 00/30] TDX Guest: TDX core support

From: Tom Lendacky
Date: Thu Apr 07 2022 - 13:43:11 EST


On 4/7/22 11:50, Sean Christopherson wrote:
On Thu, Apr 07, 2022, Dave Hansen wrote:
On 4/5/22 16:29, Kirill A. Shutemov wrote:
...
arch/x86/coco/Makefile | 2 +
arch/x86/coco/core.c | 22 +-
arch/x86/coco/tdx/Makefile | 3 +
arch/x86/coco/tdx/tdcall.S | 204 +++++++
arch/x86/coco/tdx/tdx.c | 692 +++++++++++++++++++++++

This coco/ code currently doesn't have a specific MAINTAINERS entry.
That makes me a bit worried that folks like Kirill won't get cc'd on
patches.

Should we just do a MAINTAINERS entry like this? It would also be
really nice to get some SEV folks on the list as well. I suspect the
coco/ directory will grow more common SEV/TDX code over time.

X86 CONFIDENTIAL COMPUTING
M: x86@xxxxxxxxxx
R: Kirill A. Shutemov <kirill.shutemov@xxxxxxxxxxxxxxx>
...
S: Supported
F: arch/x86/coco/
...

And/or a dedicated vger list?

There is a linux-coco mailing list (linux-coco@xxxxxxxxxxxxxxx):

https://subspace.kernel.org/lists.linux.dev.html

Thanks,
Tom