All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Propose Henry Wang as the new release manager
@ 2022-03-10 21:46 George Dunlap
  2022-03-11  9:20 ` Henry Wang
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: George Dunlap @ 2022-03-10 21:46 UTC (permalink / raw)
  To: xen-devel
  Cc: George Dunlap, Henry Wang, Wei Liu, Andrew Cooper, Jan Beulich,
	Roger Pau Monne, Stefano Stabellini, Julien Grall

ARM has proposed Henry Wang as a release manager for 4.17.  Signify
this by giving him maintainership over CHANGELOG.md.

Below is an introduction given by Bertrand Marquis:

Henry Wang is an open-source software engineer at Arm focusing on the
hypervisor and virtualization technology. Before joining the
AIS-Hypervisor team, he was one of the leading Arm contributors of the
Rust-VMM and the Cloud Hypervisor community.  He is the Arm reviewer
of the Cloud Hypervisor project. His work includes basic project
enabling on Arm platform, Arm device emulation, advanced features
support on Arm and bug fixes.

After joining the AIS-Hypervisor team at Arm, he has been involved in Xen feature
development on Arm in various areas, including:

1. Xen Arm MPAM extension research and PoC: Ongoing, the design will
share in xen-devel soon.

2. Port of Xen to Arm MPU systems: Working together with Penny Zheng
on coding and testing, will be soon sent to xen-devel.

3. Static Xen heap on Arm: Work done but depend on the direct mapping
series from Penny Zheng, will be upstreamed in the next weeks.

4. Virtio PoC for Xen on Arm using kvmtool as the Xen virtio backend:
Work done, including the enabling of the virtio and the virtio
performance tuning.

5. Participated in code reviews and discussions in xen-devel,
including the foreign memory mapping series from EPAM, etc.

Signed-off-by: George Dunlap <george.dunlap@citrix.com>
---
CC: Henry Wang <Henry.Wang@arm.com>
 CC: Ian Jackson <iwj@xenproject.org>
CC: Wei Liu <wl@xen.org>
CC: Andrew Cooper <andrew.cooper3@citrix.com>
CC: Jan Beulich <jbeulich@suse.com>
CC: Roger Pau Monne <roger.pau@citrix.com>
CC: Stefano Stabellini <sstabellini@kernel.org>
CC: Julien Grall <julien@xen.org>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index d4b06f5bfb..6a097b43eb 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -255,6 +255,7 @@ S:	Supported
 F:	xen/drivers/passthrough/arm/smmu-v3.c
 
 Change Log
+M:	Henry Wang <Henry.Wang@arm.com>
 R:	Community Manager <community.manager@xenproject.org>
 S:	Maintained
 F:	CHANGELOG.md
-- 
2.35.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* RE: [PATCH] MAINTAINERS: Propose Henry Wang as the new release manager
  2022-03-10 21:46 [PATCH] MAINTAINERS: Propose Henry Wang as the new release manager George Dunlap
@ 2022-03-11  9:20 ` Henry Wang
  2022-03-14 10:00 ` Julien Grall
  2022-03-14 21:49 ` Stefano Stabellini
  2 siblings, 0 replies; 4+ messages in thread
From: Henry Wang @ 2022-03-11  9:20 UTC (permalink / raw)
  To: George Dunlap, xen-devel
  Cc: Wei Liu, Andrew Cooper, Jan Beulich, Roger Pau Monne,
	Stefano Stabellini, Julien Grall

Hi George,

> -----Original Message-----
> From: George Dunlap <george.dunlap@citrix.com>
> Sent: Friday, March 11, 2022 5:47 AM
> To: xen-devel@lists.xen.org
> Cc: George Dunlap <george.dunlap@citrix.com>; Henry Wang
> <Henry.Wang@arm.com>; Wei Liu <wl@xen.org>; Andrew Cooper
> <andrew.cooper3@citrix.com>; Jan Beulich <jbeulich@suse.com>; Roger Pau
> Monne <roger.pau@citrix.com>; Stefano Stabellini <sstabellini@kernel.org>;
> Julien Grall <julien@xen.org>
> Subject: [PATCH] MAINTAINERS: Propose Henry Wang as the new release
> manager
>
> ARM has proposed Henry Wang as a release manager for 4.17.  Signify
> this by giving him maintainership over CHANGELOG.md.
>
> Below is an introduction given by Bertrand Marquis:
>
> Henry Wang is an open-source software engineer at Arm focusing on the
> hypervisor and virtualization technology. Before joining the
> AIS-Hypervisor team, he was one of the leading Arm contributors of the
> Rust-VMM and the Cloud Hypervisor community.  He is the Arm reviewer
> of the Cloud Hypervisor project. His work includes basic project
> enabling on Arm platform, Arm device emulation, advanced features
> support on Arm and bug fixes.
>
> After joining the AIS-Hypervisor team at Arm, he has been involved in Xen
> feature
> development on Arm in various areas, including:
>
> 1. Xen Arm MPAM extension research and PoC: Ongoing, the design will
> share in xen-devel soon.
>
> 2. Port of Xen to Arm MPU systems: Working together with Penny Zheng
> on coding and testing, will be soon sent to xen-devel.
>
> 3. Static Xen heap on Arm: Work done but depend on the direct mapping
> series from Penny Zheng, will be upstreamed in the next weeks.
>
> 4. Virtio PoC for Xen on Arm using kvmtool as the Xen virtio backend:
> Work done, including the enabling of the virtio and the virtio
> performance tuning.
>
> 5. Participated in code reviews and discussions in xen-devel,
> including the foreign memory mapping series from EPAM, etc.
>
> Signed-off-by: George Dunlap <george.dunlap@citrix.com>

Thank you very much for sending this email!

Acked-by: Henry Wang <Henry.Wang@arm.com>

Kind regards,
Henry

> ---
> CC: Henry Wang <Henry.Wang@arm.com>
>  CC: Ian Jackson <iwj@xenproject.org>
> CC: Wei Liu <wl@xen.org>
> CC: Andrew Cooper <andrew.cooper3@citrix.com>
> CC: Jan Beulich <jbeulich@suse.com>
> CC: Roger Pau Monne <roger.pau@citrix.com>
> CC: Stefano Stabellini <sstabellini@kernel.org>
> CC: Julien Grall <julien@xen.org>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index d4b06f5bfb..6a097b43eb 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -255,6 +255,7 @@ S:        Supported
>  F:   xen/drivers/passthrough/arm/smmu-v3.c
>
>  Change Log
> +M:   Henry Wang <Henry.Wang@arm.com>
>  R:   Community Manager <community.manager@xenproject.org>
>  S:   Maintained
>  F:   CHANGELOG.md
> --
> 2.35.1

IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: Propose Henry Wang as the new release manager
  2022-03-10 21:46 [PATCH] MAINTAINERS: Propose Henry Wang as the new release manager George Dunlap
  2022-03-11  9:20 ` Henry Wang
@ 2022-03-14 10:00 ` Julien Grall
  2022-03-14 21:49 ` Stefano Stabellini
  2 siblings, 0 replies; 4+ messages in thread
From: Julien Grall @ 2022-03-14 10:00 UTC (permalink / raw)
  To: George Dunlap, xen-devel
  Cc: Henry Wang, Wei Liu, Andrew Cooper, Jan Beulich, Roger Pau Monne,
	Stefano Stabellini

Hi George,

On 10/03/2022 21:46, George Dunlap wrote:
> ARM has proposed Henry Wang as a release manager for 4.17.  Signify
> this by giving him maintainership over CHANGELOG.md.
> 
> Below is an introduction given by Bertrand Marquis:
> 
> Henry Wang is an open-source software engineer at Arm focusing on the
> hypervisor and virtualization technology. Before joining the
> AIS-Hypervisor team, he was one of the leading Arm contributors of the
> Rust-VMM and the Cloud Hypervisor community.  He is the Arm reviewer
> of the Cloud Hypervisor project. His work includes basic project
> enabling on Arm platform, Arm device emulation, advanced features
> support on Arm and bug fixes.
> 
> After joining the AIS-Hypervisor team at Arm, he has been involved in Xen feature
> development on Arm in various areas, including:
> 
> 1. Xen Arm MPAM extension research and PoC: Ongoing, the design will
> share in xen-devel soon.
> 
> 2. Port of Xen to Arm MPU systems: Working together with Penny Zheng
> on coding and testing, will be soon sent to xen-devel.
> 
> 3. Static Xen heap on Arm: Work done but depend on the direct mapping
> series from Penny Zheng, will be upstreamed in the next weeks.
> 
> 4. Virtio PoC for Xen on Arm using kvmtool as the Xen virtio backend:
> Work done, including the enabling of the virtio and the virtio
> performance tuning.
> 
> 5. Participated in code reviews and discussions in xen-devel,
> including the foreign memory mapping series from EPAM, etc.
> 
> Signed-off-by: George Dunlap <george.dunlap@citrix.com>

Acked-by: Julien Grall <jgrall@amazon.com>

Cheers,

-- 
Julien Grall


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: Propose Henry Wang as the new release manager
  2022-03-10 21:46 [PATCH] MAINTAINERS: Propose Henry Wang as the new release manager George Dunlap
  2022-03-11  9:20 ` Henry Wang
  2022-03-14 10:00 ` Julien Grall
@ 2022-03-14 21:49 ` Stefano Stabellini
  2 siblings, 0 replies; 4+ messages in thread
From: Stefano Stabellini @ 2022-03-14 21:49 UTC (permalink / raw)
  To: George Dunlap
  Cc: xen-devel, Henry Wang, Wei Liu, Andrew Cooper, Jan Beulich,
	Roger Pau Monne, Stefano Stabellini, Julien Grall

On Thu, 10 Mar 2022, George Dunlap wrote:
> ARM has proposed Henry Wang as a release manager for 4.17.  Signify
> this by giving him maintainership over CHANGELOG.md.
> 
> Below is an introduction given by Bertrand Marquis:
> 
> Henry Wang is an open-source software engineer at Arm focusing on the
> hypervisor and virtualization technology. Before joining the
> AIS-Hypervisor team, he was one of the leading Arm contributors of the
> Rust-VMM and the Cloud Hypervisor community.  He is the Arm reviewer
> of the Cloud Hypervisor project. His work includes basic project
> enabling on Arm platform, Arm device emulation, advanced features
> support on Arm and bug fixes.
> 
> After joining the AIS-Hypervisor team at Arm, he has been involved in Xen feature
> development on Arm in various areas, including:
> 
> 1. Xen Arm MPAM extension research and PoC: Ongoing, the design will
> share in xen-devel soon.
> 
> 2. Port of Xen to Arm MPU systems: Working together with Penny Zheng
> on coding and testing, will be soon sent to xen-devel.
> 
> 3. Static Xen heap on Arm: Work done but depend on the direct mapping
> series from Penny Zheng, will be upstreamed in the next weeks.
> 
> 4. Virtio PoC for Xen on Arm using kvmtool as the Xen virtio backend:
> Work done, including the enabling of the virtio and the virtio
> performance tuning.
> 
> 5. Participated in code reviews and discussions in xen-devel,
> including the foreign memory mapping series from EPAM, etc.
> 
> Signed-off-by: George Dunlap <george.dunlap@citrix.com>

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


> ---
> CC: Henry Wang <Henry.Wang@arm.com>
>  CC: Ian Jackson <iwj@xenproject.org>
> CC: Wei Liu <wl@xen.org>
> CC: Andrew Cooper <andrew.cooper3@citrix.com>
> CC: Jan Beulich <jbeulich@suse.com>
> CC: Roger Pau Monne <roger.pau@citrix.com>
> CC: Stefano Stabellini <sstabellini@kernel.org>
> CC: Julien Grall <julien@xen.org>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index d4b06f5bfb..6a097b43eb 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -255,6 +255,7 @@ S:	Supported
>  F:	xen/drivers/passthrough/arm/smmu-v3.c
>  
>  Change Log
> +M:	Henry Wang <Henry.Wang@arm.com>
>  R:	Community Manager <community.manager@xenproject.org>
>  S:	Maintained
>  F:	CHANGELOG.md
> -- 
> 2.35.1
> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-03-14 21:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-10 21:46 [PATCH] MAINTAINERS: Propose Henry Wang as the new release manager George Dunlap
2022-03-11  9:20 ` Henry Wang
2022-03-14 10:00 ` Julien Grall
2022-03-14 21:49 ` Stefano Stabellini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.