[PATCH] MAINTAINERS: Update git entry for nouveau

James Jones posted 1 patch 1 month, 1 week ago
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] MAINTAINERS: Update git entry for nouveau
Posted by James Jones 1 month, 1 week ago
The gitlab repository previously associated with
the nouveau module has fallen out of use. The
drm-misc tree here:

https://gitlab.freedesktop.org/drm/misc/kernel.git

Is now where most nouveau-related patches are
applied. This change updates the MAINTAINERS file
to reflect this.

Signed-off-by: James Jones <jajones@nvidia.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 3f1c4af3f8e0..f94e115a8d32 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7820,7 +7820,7 @@ Q:	https://patchwork.freedesktop.org/project/nouveau/
 Q:	https://gitlab.freedesktop.org/drm/nouveau/-/merge_requests
 B:	https://gitlab.freedesktop.org/drm/nouveau/-/issues
 C:	irc://irc.oftc.net/nouveau
-T:	git https://gitlab.freedesktop.org/drm/nouveau.git
+T:	git https://gitlab.freedesktop.org/drm/misc/kernel.git
 F:	drivers/gpu/drm/nouveau/
 F:	include/uapi/drm/nouveau_drm.h
 
-- 
2.50.1
Re: [PATCH] MAINTAINERS: Update git entry for nouveau
Posted by Danilo Krummrich 1 month ago
On Tue Aug 26, 2025 at 9:57 PM CEST, James Jones wrote:
> The gitlab repository previously associated with
> the nouveau module has fallen out of use. The
> drm-misc tree here:
>
> https://gitlab.freedesktop.org/drm/misc/kernel.git
>
> Is now where most nouveau-related patches are
> applied. This change updates the MAINTAINERS file
> to reflect this.
>
> Signed-off-by: James Jones <jajones@nvidia.com>

Applied to drm-misc-fixes, thanks!
Re: [PATCH] MAINTAINERS: Update git entry for nouveau
Posted by Timur Tabi 1 month, 1 week ago
On Tue, 2025-08-26 at 12:57 -0700, James Jones wrote:
> The gitlab repository previously associated with
> the nouveau module has fallen out of use. The
> drm-misc tree here:
> 
> https://gitlab.freedesktop.org/drm/misc/kernel.git
> 
> Is now where most nouveau-related patches are

I think "Is" is not supposed to be capitalized here.

> applied. This change updates the MAINTAINERS file
> to reflect this.
> 
> Signed-off-by: James Jones <jajones@nvidia.com>

Thank you.  I thought I was going crazy, getting these two trees confused.