[PATCH v2 22/22] MAINTAINERS: add a section for TrenchBoot Slaunch

Sergii Dmytruk posted 22 patches 7 months, 1 week ago
There is a newer version of this series
[PATCH v2 22/22] MAINTAINERS: add a section for TrenchBoot Slaunch
Posted by Sergii Dmytruk 7 months, 1 week ago
Signed-off-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
---
 MAINTAINERS | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index c11b82eca9..347b3bcbb0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -542,6 +542,21 @@ F:	*/configure
 F:	*/*.ac
 F:	tools/
 
+TRENCHBOOT SECURE LAUNCH
+M:	Daniel P. Smith <dpsmith@apertussolutions.com>
+R:	Ross Philipson <ross.philipson@oracle.com>
+R:	Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
+S:	Supported
+F:	xen/include/xen/slr-table.h
+F:	xen/arch/x86/boot/slaunch-early.c
+F:	xen/arch/x86/efi/fixmlehdr.c
+F:	xen/arch/x86/include/asm/intel-txt.h
+F:	xen/arch/x86/include/asm/slaunch.h
+F:	xen/arch/x86/include/asm/tpm.h
+F:	xen/arch/x86/intel-txt.c
+F:	xen/arch/x86/slaunch.c
+F:	xen/arch/x86/tpm.c
+
 VM EVENT, MEM ACCESS and MONITOR
 M:	Tamas K Lengyel <tamas@tklengyel.com>
 R:	Alexandru Isaila <aisaila@bitdefender.com>
-- 
2.49.0
Re: [PATCH v2 22/22] MAINTAINERS: add a section for TrenchBoot Slaunch
Posted by Jan Beulich 7 months, 1 week ago
On 13.05.2025 19:05, Sergii Dmytruk wrote:
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -542,6 +542,21 @@ F:	*/configure
>  F:	*/*.ac
>  F:	tools/
>  
> +TRENCHBOOT SECURE LAUNCH
> +M:	Daniel P. Smith <dpsmith@apertussolutions.com>
> +R:	Ross Philipson <ross.philipson@oracle.com>
> +R:	Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
> +S:	Supported
> +F:	xen/include/xen/slr-table.h

Nit: This wants to move ...

> +F:	xen/arch/x86/boot/slaunch-early.c
> +F:	xen/arch/x86/efi/fixmlehdr.c
> +F:	xen/arch/x86/include/asm/intel-txt.h
> +F:	xen/arch/x86/include/asm/slaunch.h
> +F:	xen/arch/x86/include/asm/tpm.h
> +F:	xen/arch/x86/intel-txt.c
> +F:	xen/arch/x86/slaunch.c
> +F:	xen/arch/x86/tpm.c
> +

... to the bottom, for proper sorting.

Jan