[PATCH] MAINTAINERS: Add website of Nova GPU driver

Philipp Stanner posted 1 patch 1 month, 4 weeks ago
MAINTAINERS | 2 ++
1 file changed, 2 insertions(+)
[PATCH] MAINTAINERS: Add website of Nova GPU driver
Posted by Philipp Stanner 1 month, 4 weeks ago
The Nova GPU driver has a sub-website on the Rust-for-Linux website
which so far was missing from the respective section in MAINTAINERS.

Add the Nova website.

Signed-off-by: Philipp Stanner <phasta@kernel.org>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index bd62ad58a47f..3588d43894c4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7829,6 +7829,7 @@ M:	Danilo Krummrich <dakr@kernel.org>
 M:	Alexandre Courbot <acourbot@nvidia.com>
 L:	nouveau@lists.freedesktop.org
 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
@@ -7840,6 +7841,7 @@ DRM DRIVER FOR NVIDIA GPUS [RUST]
 M:	Danilo Krummrich <dakr@kernel.org>
 L:	nouveau@lists.freedesktop.org
 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
-- 
2.49.0
Re: [PATCH] MAINTAINERS: Add website of Nova GPU driver
Posted by Alexandre Courbot 1 month, 4 weeks ago
On Thu Aug 7, 2025 at 4:07 PM JST, Philipp Stanner wrote:
> The Nova GPU driver has a sub-website on the Rust-for-Linux website
> which so far was missing from the respective section in MAINTAINERS.
>
> Add the Nova website.
>
> Signed-off-by: Philipp Stanner <phasta@kernel.org>

Staging this for inclusion into nova-next after -rc1 gets tagged,
thanks!