[PATCH] MAINTAINERS: add myself as tools/libs reviewer

Juergen Gross posted 1 patch 2 years, 10 months ago
Test gitlab-ci failed
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20210607112310.22180-1-jgross@suse.com
MAINTAINERS | 7 +++++++
1 file changed, 7 insertions(+)
[PATCH] MAINTAINERS: add myself as tools/libs reviewer
Posted by Juergen Gross 2 years, 10 months ago
I have touched most of the Xen libraries in the past, and there is a
clear lack of reviewer band width in the tools area.

Add myself as a tools/libs reviewer for that reason.

Signed-off-by: Juergen Gross <jgross@suse.com>
---
 MAINTAINERS | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index d46b08a0d2..bd80740cfe 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -374,6 +374,13 @@ F:	xen/include/{kexec,kimage}.h
 F:	xen/arch/x86/machine_kexec.c
 F:	xen/arch/x86/x86_64/kexec_reloc.S
 
+LIBS:
+M:	Ian Jackson <iwj@xenproject.org>
+M:	Wei Liu <wl@xen.org>
+R:	Juergen Gross <jgross@suse.com>
+S:	Supported
+F:	tools/libs/
+
 LIBXENLIGHT
 M:	Ian Jackson <iwj@xenproject.org>
 M:	Wei Liu <wl@xen.org>
-- 
2.26.2


Re: [PATCH] MAINTAINERS: add myself as tools/libs reviewer
Posted by Ian Jackson 2 years, 10 months ago
Juergen Gross writes ("[PATCH] MAINTAINERS: add myself as tools/libs reviewer"):
> I have touched most of the Xen libraries in the past, and there is a
> clear lack of reviewer band width in the tools area.
> 
> Add myself as a tools/libs reviewer for that reason.
> 
> Signed-off-by: Juergen Gross <jgross@suse.com>

Acked-by: Ian Jackson <iwj@xenproject.org>