[PATCH] MAINTAINERS: fix entry for LIBXENLIGHT

Juergen Gross posted 1 patch 3 years, 2 months ago
Test gitlab-ci failed
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20210127161711.24005-1-jgross@suse.com
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] MAINTAINERS: fix entry for LIBXENLIGHT
Posted by Juergen Gross 3 years, 2 months ago
When splitting libxl into libs/light and libs/util the related
MAINTAINERS entry was modified in a wrong way.

Reported-by: Jan Beulich <jbeulich@suse.com>
Fixes: 032a96e5ef38f96 ("maintainers: fix libxl paths")
Signed-off-by: Juergen Gross <jgross@suse.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 14240e8e1e..8ce2ad5187 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -363,8 +363,8 @@ M:	Ian Jackson <iwj@xenproject.org>
 M:	Wei Liu <wl@xen.org>
 M:	Anthony PERARD <anthony.perard@citrix.com>
 S:	Supported
-F:	tools/libs/guest/
 F:	tools/libs/light/
+F:	tools/libs/util/
 F:	tools/xl/
 
 LIVEPATCH
-- 
2.26.2


Re: [PATCH] MAINTAINERS: fix entry for LIBXENLIGHT
Posted by Stefano Stabellini 3 years, 2 months ago
On Wed, 27 Jan 2021, Juergen Gross wrote:
> When splitting libxl into libs/light and libs/util the related
> MAINTAINERS entry was modified in a wrong way.
> 
> Reported-by: Jan Beulich <jbeulich@suse.com>
> Fixes: 032a96e5ef38f96 ("maintainers: fix libxl paths")
> Signed-off-by: Juergen Gross <jgross@suse.com>

Acked-by: Stefano Stabellini <sstabellini@kernel.org>

> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 14240e8e1e..8ce2ad5187 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -363,8 +363,8 @@ M:	Ian Jackson <iwj@xenproject.org>
>  M:	Wei Liu <wl@xen.org>
>  M:	Anthony PERARD <anthony.perard@citrix.com>
>  S:	Supported
> -F:	tools/libs/guest/
>  F:	tools/libs/light/
> +F:	tools/libs/util/
>  F:	tools/xl/
>  
>  LIVEPATCH
> -- 
> 2.26.2
> 

Re: [PATCH] MAINTAINERS: fix entry for LIBXENLIGHT
Posted by Andrew Cooper 3 years, 2 months ago
On 27/01/2021 16:17, Juergen Gross wrote:
> When splitting libxl into libs/light and libs/util the related
> MAINTAINERS entry was modified in a wrong way.
>
> Reported-by: Jan Beulich <jbeulich@suse.com>
> Fixes: 032a96e5ef38f96 ("maintainers: fix libxl paths")
> Signed-off-by: Juergen Gross <jgross@suse.com>

Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>