* Re: [PATCH] MAINTAINERS: nova: update mailing list
2026-04-23 12:46 [PATCH] MAINTAINERS: nova: update mailing list Danilo Krummrich
@ 2026-04-23 14:56 ` Alexandre Courbot
2026-04-23 23:38 ` John Hubbard
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Alexandre Courbot @ 2026-04-23 14:56 UTC (permalink / raw)
To: Danilo Krummrich
Cc: jhubbard, ecourtney, joelagnelf, apopple, ttabi, zhiw, airlied,
simona, aliceryhl, nova-gpu, dri-devel, linux-kernel
On Thu Apr 23, 2026 at 9:46 PM JST, Danilo Krummrich wrote:
> The nouveau mailing list has some issues (e.g. with stripping Cc entries
> from replies when using notmuch + b4 based workflows).
>
> Besides that, having a separate mailing list for nova also helps to
> better distinguish nova from nouveau and makes it easier to track
> nova-specific discussions.
>
> Replace the nouveau mailing list with the new nova-gpu@lists.linux.dev
> mailing list for both nova-core and nova-drm, and remove the patchwork
> entries, since those are bound to the nouveau mailing list and not used
> by nova anyway.
>
> Link: https://lore.kernel.org/all/bc2517c2-6772-4cbd-8fd7-6dbdcdd13eab@nvidia.com/
> Signed-off-by: Danilo Krummrich <dakr@kernel.org>
Acked-by: Alexandre Courbot <acourbot@nvidia.com>
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [PATCH] MAINTAINERS: nova: update mailing list
2026-04-23 12:46 [PATCH] MAINTAINERS: nova: update mailing list Danilo Krummrich
2026-04-23 14:56 ` Alexandre Courbot
@ 2026-04-23 23:38 ` John Hubbard
2026-04-24 0:01 ` Joel Fernandes
2026-04-27 0:19 ` Danilo Krummrich
3 siblings, 0 replies; 5+ messages in thread
From: John Hubbard @ 2026-04-23 23:38 UTC (permalink / raw)
To: Danilo Krummrich, acourbot, ecourtney, joelagnelf, apopple, ttabi,
zhiw, airlied, simona, aliceryhl
Cc: nova-gpu, dri-devel, linux-kernel
On 4/23/26 5:46 AM, Danilo Krummrich wrote:
> The nouveau mailing list has some issues (e.g. with stripping Cc entries
> from replies when using notmuch + b4 based workflows).
>
> Besides that, having a separate mailing list for nova also helps to
> better distinguish nova from nouveau and makes it easier to track
> nova-specific discussions.
>
> Replace the nouveau mailing list with the new nova-gpu@lists.linux.dev
> mailing list for both nova-core and nova-drm, and remove the patchwork
> entries, since those are bound to the nouveau mailing list and not used
> by nova anyway.
>
> Link: https://lore.kernel.org/all/bc2517c2-6772-4cbd-8fd7-6dbdcdd13eab@nvidia.com/
> Signed-off-by: Danilo Krummrich <dakr@kernel.org>
> ---
> MAINTAINERS | 6 ++----
> 1 file changed, 2 insertions(+), 4 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index c9b7b6f9828e..f44955f177a9 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -8207,10 +8207,9 @@ 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
> +L: nova-gpu@lists.linux.dev
> S: Supported
> W: https://rust-for-linux.com/nova-gpu-driver
> -Q: https://patchwork.freedesktop.org/project/nouveau/
> B: https://gitlab.freedesktop.org/drm/nova/-/issues
> C: irc://irc.oftc.net/nouveau
> T: git https://gitlab.freedesktop.org/drm/rust/kernel.git drm-rust-next
> @@ -8219,10 +8218,9 @@ F: drivers/gpu/nova-core/
>
> DRM DRIVER FOR NVIDIA GPUS [RUST]
> M: Danilo Krummrich <dakr@kernel.org>
> -L: nouveau@lists.freedesktop.org
> +L: nova-gpu@lists.linux.dev
> S: Supported
> W: https://rust-for-linux.com/nova-gpu-driver
> -Q: https://patchwork.freedesktop.org/project/nouveau/
> B: https://gitlab.freedesktop.org/drm/nova/-/issues
> C: irc://irc.oftc.net/nouveau
> T: git https://gitlab.freedesktop.org/drm/rust/kernel.git drm-rust-next
>
> base-commit: 2e68039281932e6dc37718a1ea7cbb8e2cda42e6
Reviewed-by: John Hubbard <jhubbard@nvidia.com>
thanks,
--
John Hubbard
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] MAINTAINERS: nova: update mailing list
2026-04-23 12:46 [PATCH] MAINTAINERS: nova: update mailing list Danilo Krummrich
2026-04-23 14:56 ` Alexandre Courbot
2026-04-23 23:38 ` John Hubbard
@ 2026-04-24 0:01 ` Joel Fernandes
2026-04-27 0:19 ` Danilo Krummrich
3 siblings, 0 replies; 5+ messages in thread
From: Joel Fernandes @ 2026-04-24 0:01 UTC (permalink / raw)
To: Danilo Krummrich, acourbot, jhubbard, ecourtney, apopple, ttabi,
zhiw, airlied, simona, aliceryhl
Cc: nova-gpu, dri-devel, linux-kernel
On 4/23/2026 8:46 AM, Danilo Krummrich wrote:
> The nouveau mailing list has some issues (e.g. with stripping Cc entries
> from replies when using notmuch + b4 based workflows).
>
> Besides that, having a separate mailing list for nova also helps to
> better distinguish nova from nouveau and makes it easier to track
> nova-specific discussions.
>
> Replace the nouveau mailing list with the new nova-gpu@lists.linux.dev
> mailing list for both nova-core and nova-drm, and remove the patchwork
> entries, since those are bound to the nouveau mailing list and not used
> by nova anyway.
>
> Link: https://lore.kernel.org/all/bc2517c2-6772-4cbd-8fd7-6dbdcdd13eab@nvidia.com/
> Signed-off-by: Danilo Krummrich <dakr@kernel.org>
> ---
> MAINTAINERS | 6 ++----
> 1 file changed, 2 insertions(+), 4 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index c9b7b6f9828e..f44955f177a9 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -8207,10 +8207,9 @@ 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
> +L: nova-gpu@lists.linux.dev
> S: Supported
> W: https://rust-for-linux.com/nova-gpu-driver
> -Q: https://patchwork.freedesktop.org/project/nouveau/
> B: https://gitlab.freedesktop.org/drm/nova/-/issues
> C: irc://irc.oftc.net/nouveau
> T: git https://gitlab.freedesktop.org/drm/rust/kernel.git drm-rust-next
> @@ -8219,10 +8218,9 @@ F: drivers/gpu/nova-core/
>
> DRM DRIVER FOR NVIDIA GPUS [RUST]
> M: Danilo Krummrich <dakr@kernel.org>
> -L: nouveau@lists.freedesktop.org
> +L: nova-gpu@lists.linux.dev
> S: Supported
> W: https://rust-for-linux.com/nova-gpu-driver
> -Q: https://patchwork.freedesktop.org/project/nouveau/
> B: https://gitlab.freedesktop.org/drm/nova/-/issues
> C: irc://irc.oftc.net/nouveau
> T: git https://gitlab.freedesktop.org/drm/rust/kernel.git drm-rust-next
Nice! Thanks
Reviewed-by: Joel Fernandes <joelagnelf@nvidia.com>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] MAINTAINERS: nova: update mailing list
2026-04-23 12:46 [PATCH] MAINTAINERS: nova: update mailing list Danilo Krummrich
` (2 preceding siblings ...)
2026-04-24 0:01 ` Joel Fernandes
@ 2026-04-27 0:19 ` Danilo Krummrich
3 siblings, 0 replies; 5+ messages in thread
From: Danilo Krummrich @ 2026-04-27 0:19 UTC (permalink / raw)
To: Danilo Krummrich
Cc: acourbot, jhubbard, ecourtney, joelagnelf, apopple, ttabi, zhiw,
airlied, simona, aliceryhl, nova-gpu, dri-devel, linux-kernel
On Thu, 23 Apr 2026 14:46:35 +0200, Danilo Krummrich wrote:
> [PATCH] MAINTAINERS: nova: update mailing list
Applied, thanks!
Branch: drm-rust-next
Tree: https://gitlab.freedesktop.org/drm/rust/kernel.git
[1/1] MAINTAINERS: nova: update mailing list
commit: 15e8bae5d930
The patch will appear in the next linux-next integration (typically within 24
hours on weekdays).
The patch is queued up for the upcoming merge window for the next major kernel
release.
^ permalink raw reply [flat|nested] 5+ messages in thread