[PATCH] MAINTAINERS: Update livepatch maintainers

Ross Lagerwall posted 1 patch 3 weeks, 3 days ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20240409103208.1641887-1-ross.lagerwall@citrix.com
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] MAINTAINERS: Update livepatch maintainers
Posted by Ross Lagerwall 3 weeks, 3 days ago
Remove Konrad from the livepatch maintainers list as he hasn't been
active for a few years.
At the same time, add Roger as a new maintainer since he has been
actively working on it for a while.

Signed-off-by: Ross Lagerwall <ross.lagerwall@citrix.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 1bd22fd75f0e..4bc45ded4130 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -395,7 +395,7 @@ F:	tools/include/xentoollog.h
 F:	tools/libs/
 
 LIVEPATCH
-M:	Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
+M:	Roger Pau Monné <roger.pau@citrix.com>
 M:	Ross Lagerwall <ross.lagerwall@citrix.com>
 S:	Supported
 F:	docs/misc/livepatch.pandoc
-- 
2.43.0


Re: [PATCH] MAINTAINERS: Update livepatch maintainers
Posted by Konrad Rzeszutek Wilk 3 weeks, 3 days ago
On Tue, Apr 09, 2024 at 11:32:07AM +0100, Ross Lagerwall wrote:
> Remove Konrad from the livepatch maintainers list as he hasn't been
> active for a few years.
> At the same time, add Roger as a new maintainer since he has been
> actively working on it for a while.
> 
> Signed-off-by: Ross Lagerwall <ross.lagerwall@citrix.com>

Acked-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>

Thank you for picking it up!
> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 1bd22fd75f0e..4bc45ded4130 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -395,7 +395,7 @@ F:	tools/include/xentoollog.h
>  F:	tools/libs/
>  
>  LIVEPATCH
> -M:	Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
> +M:	Roger Pau Monné <roger.pau@citrix.com>
>  M:	Ross Lagerwall <ross.lagerwall@citrix.com>
>  S:	Supported
>  F:	docs/misc/livepatch.pandoc
> -- 
> 2.43.0
> 
Re: [PATCH] MAINTAINERS: Update livepatch maintainers
Posted by Roger Pau Monné 3 weeks, 2 days ago
On Tue, Apr 09, 2024 at 12:13:23PM -0400, Konrad Rzeszutek Wilk wrote:
> On Tue, Apr 09, 2024 at 11:32:07AM +0100, Ross Lagerwall wrote:
> > Remove Konrad from the livepatch maintainers list as he hasn't been
> > active for a few years.
> > At the same time, add Roger as a new maintainer since he has been
> > actively working on it for a while.
> > 
> > Signed-off-by: Ross Lagerwall <ross.lagerwall@citrix.com>
> 
> Acked-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
> 
> Thank you for picking it up!

Acked-by: Roger Pau Monné <roger.pau@citrix.com>

Thanks for your work on this Konrad.

Regards, Roger.