rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Add Alexandre Courbot as co-maintainer to nova-core
@ 2025-06-24 17:05 Danilo Krummrich
  2025-06-24 17:52 ` John Hubbard
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Danilo Krummrich @ 2025-06-24 17:05 UTC (permalink / raw)
  To: acourbot, nouveau
  Cc: airlied, simona, jhubbard, bskeggs, joelagnelf, ttabi, apopple,
	sbaskaran, rust-for-linux, ojeda, Danilo Krummrich

Alex has extensive experience with NVIDIA GPU support, is closely
involved in nova-core development, and brings valuable Rust expertise.

In addition to his technical contributions, Alex is actively engaged with
the broader community. He works closely with contributors and
stakeholders to identify and solve issues, fosters collaboration, and
helps ensure that the Nova driver evolves in alignment with the
community.

I trust him to take a key role in making the Nova driver a successful
upstream solution for NVIDIA GPUs in the Linux kernel.

Cc: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 0c1d245bf7b8..e694d06dc69f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7718,6 +7718,7 @@ F:	include/uapi/drm/nouveau_drm.h
 
 CORE DRIVER FOR NVIDIA GPUS [RUST]
 M:	Danilo Krummrich <dakr@kernel.org>
+M:	Alexandre Courbot <acourbot@nvidia.com>
 L:	nouveau@lists.freedesktop.org
 S:	Supported
 Q:	https://patchwork.freedesktop.org/project/nouveau/
-- 
2.49.0


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

* Re: [PATCH] MAINTAINERS: Add Alexandre Courbot as co-maintainer to nova-core
  2025-06-24 17:05 [PATCH] MAINTAINERS: Add Alexandre Courbot as co-maintainer to nova-core Danilo Krummrich
@ 2025-06-24 17:52 ` John Hubbard
  2025-06-24 21:55 ` Alexandre Courbot
  2025-06-25 18:20 ` Danilo Krummrich
  2 siblings, 0 replies; 4+ messages in thread
From: John Hubbard @ 2025-06-24 17:52 UTC (permalink / raw)
  To: Danilo Krummrich, acourbot, nouveau
  Cc: airlied, simona, bskeggs, joelagnelf, ttabi, apopple, sbaskaran,
	rust-for-linux, ojeda

On 6/24/25 10:05 AM, Danilo Krummrich wrote:
> Alex has extensive experience with NVIDIA GPU support, is closely
> involved in nova-core development, and brings valuable Rust expertise.
> 
> In addition to his technical contributions, Alex is actively engaged with
> the broader community. He works closely with contributors and
> stakeholders to identify and solve issues, fosters collaboration, and
> helps ensure that the Nova driver evolves in alignment with the
> community.
> 
> I trust him to take a key role in making the Nova driver a successful
> upstream solution for NVIDIA GPUs in the Linux kernel.

Congratulations to Alex! And thanks Danilo, for working closely
with...well, everyone, to get here.

Please feel free to add:

Acked-by: John Hubbard <jhubbard@nvidia.com>

thanks,
John Hubbard

> 
> Cc: Alexandre Courbot <acourbot@nvidia.com>
> Signed-off-by: Danilo Krummrich <dakr@kernel.org>
> ---
>   MAINTAINERS | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 0c1d245bf7b8..e694d06dc69f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -7718,6 +7718,7 @@ F:	include/uapi/drm/nouveau_drm.h
>   
>   CORE DRIVER FOR NVIDIA GPUS [RUST]
>   M:	Danilo Krummrich <dakr@kernel.org>
> +M:	Alexandre Courbot <acourbot@nvidia.com>
>   L:	nouveau@lists.freedesktop.org
>   S:	Supported
>   Q:	https://patchwork.freedesktop.org/project/nouveau/


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

* Re: [PATCH] MAINTAINERS: Add Alexandre Courbot as co-maintainer to nova-core
  2025-06-24 17:05 [PATCH] MAINTAINERS: Add Alexandre Courbot as co-maintainer to nova-core Danilo Krummrich
  2025-06-24 17:52 ` John Hubbard
@ 2025-06-24 21:55 ` Alexandre Courbot
  2025-06-25 18:20 ` Danilo Krummrich
  2 siblings, 0 replies; 4+ messages in thread
From: Alexandre Courbot @ 2025-06-24 21:55 UTC (permalink / raw)
  To: Danilo Krummrich, nouveau
  Cc: airlied, simona, jhubbard, bskeggs, joelagnelf, ttabi, apopple,
	sbaskaran, rust-for-linux, ojeda

On Wed Jun 25, 2025 at 2:05 AM JST, Danilo Krummrich wrote:
> Alex has extensive experience with NVIDIA GPU support, is closely
> involved in nova-core development, and brings valuable Rust expertise.
>
> In addition to his technical contributions, Alex is actively engaged with
> the broader community. He works closely with contributors and
> stakeholders to identify and solve issues, fosters collaboration, and
> helps ensure that the Nova driver evolves in alignment with the
> community.
>
> I trust him to take a key role in making the Nova driver a successful
> upstream solution for NVIDIA GPUs in the Linux kernel.
>
> Cc: Alexandre Courbot <acourbot@nvidia.com>
> Signed-off-by: Danilo Krummrich <dakr@kernel.org>

Acked-by: Alexandre Courbot <acourbot@nvidia.com>

Thanks Danilo for your trust and for guiding us to this point! It is
still a long road ahead, but I am happy and excited to be involved in
this effort with you and the community.

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

* Re: [PATCH] MAINTAINERS: Add Alexandre Courbot as co-maintainer to nova-core
  2025-06-24 17:05 [PATCH] MAINTAINERS: Add Alexandre Courbot as co-maintainer to nova-core Danilo Krummrich
  2025-06-24 17:52 ` John Hubbard
  2025-06-24 21:55 ` Alexandre Courbot
@ 2025-06-25 18:20 ` Danilo Krummrich
  2 siblings, 0 replies; 4+ messages in thread
From: Danilo Krummrich @ 2025-06-25 18:20 UTC (permalink / raw)
  To: acourbot
  Cc: nouveau, airlied, simona, jhubbard, bskeggs, joelagnelf, ttabi,
	apopple, sbaskaran, rust-for-linux, ojeda

On 6/24/25 7:05 PM, Danilo Krummrich wrote:
> Alex has extensive experience with NVIDIA GPU support, is closely
> involved in nova-core development, and brings valuable Rust expertise.
> 
> In addition to his technical contributions, Alex is actively engaged with
> the broader community. He works closely with contributors and
> stakeholders to identify and solve issues, fosters collaboration, and
> helps ensure that the Nova driver evolves in alignment with the
> community.
> 
> I trust him to take a key role in making the Nova driver a successful
> upstream solution for NVIDIA GPUs in the Linux kernel.
> 
> Cc: Alexandre Courbot <acourbot@nvidia.com>
> Signed-off-by: Danilo Krummrich <dakr@kernel.org>

Applied to nova-next, thanks!

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

end of thread, other threads:[~2025-06-25 18:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-24 17:05 [PATCH] MAINTAINERS: Add Alexandre Courbot as co-maintainer to nova-core Danilo Krummrich
2025-06-24 17:52 ` John Hubbard
2025-06-24 21:55 ` Alexandre Courbot
2025-06-25 18:20 ` Danilo Krummrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).