Mailing List Archive

[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>
---
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 [ In reply to ]
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>