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 at 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 at kernel.org> M: Alexandre Courbot <acourbot at nvidia.com> L: nouveau at 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 at kernel.org> L: nouveau at 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
Alexandre Courbot
2025-Aug-08 03:14 UTC
[PATCH] MAINTAINERS: Add website of Nova GPU driver
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 at kernel.org>Staging this for inclusion into nova-next after -rc1 gets tagged, thanks!