All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Update Ocaml maintainers
@ 2026-06-04 15:13 Andrew Cooper
  2026-06-04 15:16 ` Andrii Sultanov
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Andrew Cooper @ 2026-06-04 15:13 UTC (permalink / raw)
  To: Xen-devel
  Cc: Andrew Cooper, Andrii Sultanov, Guillaume Thouvenin,
	Anthony PERARD, Michal Orzel, Jan Beulich, Julien Grall,
	Roger Pau Monné, Stefano Stabellini, Oleksii Kurochko

Christian has just left Citrix, and Dave almost a decade ago.

Andrii (a XAPI committer) has worked on oxenstored before and has agreed to
step up as a maintainer, and Guillaume wishes to get involved and learn too.
In practice I do a lot of the bindings work, so lets make things official.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
---
CC: Andrii Sultanov <andriy.sultanov@vates.tech>
CC: Guillaume Thouvenin <guillaume.thouvenin@vates.tech>
CC: Anthony PERARD <anthony.perard@vates.tech>
CC: Michal Orzel <michal.orzel@amd.com>
CC: Jan Beulich <jbeulich@suse.com>
CC: Julien Grall <julien@xen.org>
CC: Roger Pau Monné <roger.pau@citrix.com>
CC: Stefano Stabellini <sstabellini@kernel.org>
CC: Oleksii Kurochko <oleksii.kurochko@gmail.com>
---
 MAINTAINERS | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 77f72e52f46d..b62ea7c47753 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -453,8 +453,9 @@ F:	xen/arch/arm/include/asm/linflex-uart.h
 F:	xen/drivers/char/linflex-uart.c
 
 OCAML TOOLS
-M:	Christian Lindig <christian.lindig@citrix.com>
-M:	David Scott <dave@recoil.org>
+M:	Andrii Sultanov <andriy.sultanov@vates.tech>
+M:	Andrew Cooper <andrew.cooper3@citrix.com>
+R:	Guillaume Thouvenin <guillaume.thouvenin@vates.tech>
 S:	Supported
 F:	tools/ocaml/
 

base-commit: 0b03d963730b4c3df5b4583c054e2cd0d99758c2
-- 
2.39.5



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

* Re: [PATCH] MAINTAINERS: Update Ocaml maintainers
  2026-06-04 15:13 [PATCH] MAINTAINERS: Update Ocaml maintainers Andrew Cooper
@ 2026-06-04 15:16 ` Andrii Sultanov
  2026-06-04 15:32 ` Guillaume Thouvenin
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Andrii Sultanov @ 2026-06-04 15:16 UTC (permalink / raw)
  To: Andrew Cooper, Xen-devel
  Cc: Guillaume Thouvenin, Anthony PERARD, Michal Orzel, Jan Beulich,
	Julien Grall, Roger Pau Monné, Stefano Stabellini,
	Oleksii Kurochko

[-- Attachment #1: Type: text/plain, Size: 1708 bytes --]

Acked-by: Andrii Sultanov<andriy.sultanov@vates.tech>

On 6/4/26 16:13, Andrew Cooper wrote:
> Christian has just left Citrix, and Dave almost a decade ago.
>
> Andrii (a XAPI committer) has worked on oxenstored before and has agreed to
> step up as a maintainer, and Guillaume wishes to get involved and learn too.
> In practice I do a lot of the bindings work, so lets make things official.
>
> Signed-off-by: Andrew Cooper<andrew.cooper3@citrix.com>
> ---
> CC: Andrii Sultanov<andriy.sultanov@vates.tech>
> CC: Guillaume Thouvenin<guillaume.thouvenin@vates.tech>
> CC: Anthony PERARD<anthony.perard@vates.tech>
> CC: Michal Orzel<michal.orzel@amd.com>
> CC: Jan Beulich<jbeulich@suse.com>
> CC: Julien Grall<julien@xen.org>
> CC: Roger Pau Monné<roger.pau@citrix.com>
> CC: Stefano Stabellini<sstabellini@kernel.org>
> CC: Oleksii Kurochko<oleksii.kurochko@gmail.com>
> ---
>   MAINTAINERS | 5 +++--
>   1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 77f72e52f46d..b62ea7c47753 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -453,8 +453,9 @@ F:	xen/arch/arm/include/asm/linflex-uart.h
>   F:	xen/drivers/char/linflex-uart.c
>   
>   OCAML TOOLS
> -M:	Christian Lindig<christian.lindig@citrix.com>
> -M:	David Scott<dave@recoil.org>
> +M:	Andrii Sultanov<andriy.sultanov@vates.tech>
> +M:	Andrew Cooper<andrew.cooper3@citrix.com>
> +R:	Guillaume Thouvenin<guillaume.thouvenin@vates.tech>
>   S:	Supported
>   F:	tools/ocaml/
>   
>
> base-commit: 0b03d963730b4c3df5b4583c054e2cd0d99758c2

--
Andriy Sultanov | Vates XCP-ng Developer

XCP-ng & Xen Orchestra - Vates solutions

web: https://vates.tech

[-- Attachment #2.1: Type: text/html, Size: 4215 bytes --]

[-- Attachment #2.2: x-disclaimer-68254132-1780586183519.png --]
[-- Type: image/png, Size: 32186 bytes --]

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

* Re: [PATCH] MAINTAINERS: Update Ocaml maintainers
  2026-06-04 15:13 [PATCH] MAINTAINERS: Update Ocaml maintainers Andrew Cooper
  2026-06-04 15:16 ` Andrii Sultanov
@ 2026-06-04 15:32 ` Guillaume Thouvenin
  2026-06-05  7:15 ` Roger Pau Monné
  2026-06-05  7:42 ` Oleksii Kurochko
  3 siblings, 0 replies; 5+ messages in thread
From: Guillaume Thouvenin @ 2026-06-04 15:32 UTC (permalink / raw)
  To: Andrew Cooper
  Cc: Xen-devel, Andrii Sultanov, Anthony PERARD, Michal Orzel,
	Jan Beulich, Julien Grall, Roger Pau Monné,
	Stefano Stabellini, Oleksii Kurochko

[-- Attachment #1: Type: text/plain, Size: 2332 bytes --]

Acked-by: Guillaume Thouvenin <guillaume.thouvenin@vates.tech>


--
Guillaume Thouvenin | Vates XCP-ng Developer

XCP-ng & Xen Orchestra - Vates solutions

web: https://vates.tech
Le jeudi 04/06/2026 17:13, Andrew Cooper <andrew.cooper3@citrix.com> a écrit :

De : Andrew Cooper <andrew.cooper3@citrix.com>
Envoyé le : jeudi 04/06/2026 17:13
À : Xen-devel <xen-devel@lists.xenproject.org>
Cc : Andrew Cooper <andrew.cooper3@citrix.com>, Andrii Sultanov <andriy.sultanov@vates.tech>, Guillaume Thouvenin <guillaume.thouvenin@vates.tech>, Anthony PERARD <anthony.perard@vates.tech>, Michal Orzel <michal.orzel@amd.com>, Jan Beulich <jbeulich@suse.com>, Julien Grall <julien@xen.org>, Roger Pau Monné <roger.pau@citrix.com>, Stefano Stabellini <sstabellini@kernel.org>, Oleksii Kurochko <oleksii.kurochko@gmail.com>
Objet : [PATCH] MAINTAINERS: Update Ocaml maintainers
Christian has just left Citrix, and Dave almost a decade ago.

Andrii (a XAPI committer) has worked on oxenstored before and has agreed to
step up as a maintainer, and Guillaume wishes to get involved and learn too.
In practice I do a lot of the bindings work, so lets make things official.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
---
CC: Andrii Sultanov <andriy.sultanov@vates.tech>
CC: Guillaume Thouvenin <guillaume.thouvenin@vates.tech>
CC: Anthony PERARD <anthony.perard@vates.tech>
CC: Michal Orzel <michal.orzel@amd.com>
CC: Jan Beulich <jbeulich@suse.com>
CC: Julien Grall <julien@xen.org>
CC: Roger Pau Monné <roger.pau@citrix.com>
CC: Stefano Stabellini <sstabellini@kernel.org>
CC: Oleksii Kurochko <oleksii.kurochko@gmail.com>
---
 MAINTAINERS | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 77f72e52f46d..b62ea7c47753 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -453,8 +453,9 @@ F:	xen/arch/arm/include/asm/linflex-uart.h
 F:	xen/drivers/char/linflex-uart.c
 
 OCAML TOOLS
-M:	Christian Lindig <christian.lindig@citrix.com>
-M:	David Scott <dave@recoil.org>
+M:	Andrii Sultanov <andriy.sultanov@vates.tech>
+M:	Andrew Cooper <andrew.cooper3@citrix.com>
+R:	Guillaume Thouvenin <guillaume.thouvenin@vates.tech>
 S:	Supported
 F:	tools/ocaml/
 

base-commit: 0b03d963730b4c3df5b4583c054e2cd0d99758c2
-- 
2.39.5



[-- Attachment #2.1: Type: text/html, Size: 5450 bytes --]

[-- Attachment #2.2: x-disclaimer57043178-1780587175195.png --]
[-- Type: image/png, Size: 32186 bytes --]

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

* Re: [PATCH] MAINTAINERS: Update Ocaml maintainers
  2026-06-04 15:13 [PATCH] MAINTAINERS: Update Ocaml maintainers Andrew Cooper
  2026-06-04 15:16 ` Andrii Sultanov
  2026-06-04 15:32 ` Guillaume Thouvenin
@ 2026-06-05  7:15 ` Roger Pau Monné
  2026-06-05  7:42 ` Oleksii Kurochko
  3 siblings, 0 replies; 5+ messages in thread
From: Roger Pau Monné @ 2026-06-05  7:15 UTC (permalink / raw)
  To: Andrew Cooper
  Cc: Xen-devel, Andrii Sultanov, Guillaume Thouvenin, Anthony PERARD,
	Michal Orzel, Jan Beulich, Julien Grall, Stefano Stabellini,
	Oleksii Kurochko

On Thu, Jun 04, 2026 at 04:13:03PM +0100, Andrew Cooper wrote:
> Christian has just left Citrix, and Dave almost a decade ago.
> 
> Andrii (a XAPI committer) has worked on oxenstored before and has agreed to
> step up as a maintainer, and Guillaume wishes to get involved and learn too.
> In practice I do a lot of the bindings work, so lets make things official.
> 
> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
> ---
> CC: Andrii Sultanov <andriy.sultanov@vates.tech>
> CC: Guillaume Thouvenin <guillaume.thouvenin@vates.tech>
> CC: Anthony PERARD <anthony.perard@vates.tech>
> CC: Michal Orzel <michal.orzel@amd.com>
> CC: Jan Beulich <jbeulich@suse.com>
> CC: Julien Grall <julien@xen.org>
> CC: Roger Pau Monné <roger.pau@citrix.com>
> CC: Stefano Stabellini <sstabellini@kernel.org>
> CC: Oleksii Kurochko <oleksii.kurochko@gmail.com>
> ---
>  MAINTAINERS | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 77f72e52f46d..b62ea7c47753 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -453,8 +453,9 @@ F:	xen/arch/arm/include/asm/linflex-uart.h
>  F:	xen/drivers/char/linflex-uart.c
>  
>  OCAML TOOLS
> -M:	Christian Lindig <christian.lindig@citrix.com>
> -M:	David Scott <dave@recoil.org>
> +M:	Andrii Sultanov <andriy.sultanov@vates.tech>
> +M:	Andrew Cooper <andrew.cooper3@citrix.com>

I think you want the inverse order here, so it's sorted
alphabetically?

Otherwise:

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

Thanks, Roger.


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

* Re: [PATCH] MAINTAINERS: Update Ocaml maintainers
  2026-06-04 15:13 [PATCH] MAINTAINERS: Update Ocaml maintainers Andrew Cooper
                   ` (2 preceding siblings ...)
  2026-06-05  7:15 ` Roger Pau Monné
@ 2026-06-05  7:42 ` Oleksii Kurochko
  3 siblings, 0 replies; 5+ messages in thread
From: Oleksii Kurochko @ 2026-06-05  7:42 UTC (permalink / raw)
  To: Andrew Cooper, Xen-devel
  Cc: Andrii Sultanov, Guillaume Thouvenin, Anthony PERARD,
	Michal Orzel, Jan Beulich, Julien Grall, Roger Pau Monné,
	Stefano Stabellini



On 6/4/26 5:13 PM, Andrew Cooper wrote:
> Christian has just left Citrix, and Dave almost a decade ago.
> 
> Andrii (a XAPI committer) has worked on oxenstored before and has agreed to
> step up as a maintainer, and Guillaume wishes to get involved and learn too.
> In practice I do a lot of the bindings work, so lets make things official.
> 
> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
> ---
> CC: Andrii Sultanov <andriy.sultanov@vates.tech>
> CC: Guillaume Thouvenin <guillaume.thouvenin@vates.tech>
> CC: Anthony PERARD <anthony.perard@vates.tech>
> CC: Michal Orzel <michal.orzel@amd.com>
> CC: Jan Beulich <jbeulich@suse.com>
> CC: Julien Grall <julien@xen.org>
> CC: Roger Pau Monné <roger.pau@citrix.com>
> CC: Stefano Stabellini <sstabellini@kernel.org>

Release-Acked-by: Oleksii Kurochko <oleksii.kurochko@gmail.com>

Thanks.

~ Oleksii


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

end of thread, other threads:[~2026-06-05  7:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-04 15:13 [PATCH] MAINTAINERS: Update Ocaml maintainers Andrew Cooper
2026-06-04 15:16 ` Andrii Sultanov
2026-06-04 15:32 ` Guillaume Thouvenin
2026-06-05  7:15 ` Roger Pau Monné
2026-06-05  7:42 ` Oleksii Kurochko

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.