From nobody Fri Dec 19 09:54:30 2025 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 3B0A718DB0D for ; Mon, 8 Dec 2025 14:07:58 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1765202878; cv=none; b=TcimMNfWuTQwBLsathedeSLna1NxMZcmQdeH5whgIPnekCX+xhZmxkUwTCSckUaeJ0rTdbvTc2rtNAZWC+WeB0rwi5qxhIQxvrWDvZ38u4TnnEX1N/jPRvQliTWgRLe5EYoqMQ9RUw6+uh0CthQBsS4P5WajSkKvqX/hvoBdiPw= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1765202878; c=relaxed/simple; bh=CfVcb916kIuzFHWY3NI7p2XUpDw2Xgkr1BaL3D2xXbA=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=HcEZr5k+jBVflT+UYehKvkyWYejLG+tfCkOAHDmwTUTnRDQEB97v+WS+fqsIyV3FwbffPc6jREXKFeBzcCaAuICetd3+TfxEyY5LiqpaO/TrygzZS1/iYpdaX/GYwjmS62Mdn8nOLAXl4RcqPtRazZ72ipOV6KR9Ov9AU1vcpFQ= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=qSKBXBgL; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="qSKBXBgL" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A030DC4CEF1; Mon, 8 Dec 2025 14:07:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1765202878; bh=CfVcb916kIuzFHWY3NI7p2XUpDw2Xgkr1BaL3D2xXbA=; h=From:To:Cc:Subject:Date:From; b=qSKBXBgLziZuApovl9KtPXpf51sXejxvgeSjYpzDs96pZMJ5qvCbq/jVcaTvb8uRz 1sfXhai48eEBoakAIqtZviqrtX95Lq+hinlcPZCpRTwEg+Zr+li9Whv98wUQP9fava lO3FLZKecTTKbOcPFwFBLf8sjCV7gyneiYvBc+36CQQkFFPOTC5GT53dVqN8M0KIFu 1VHtZfgqZHLPiVCkP7J2W08xY4i/nsGh17cB7VgbRsfRcbzk1r+cc/bxRU9BsyNtRF sniBwdqOsLBUda/Bve2x4BYMF/6xf/g9NTmm2gp+95oL+CJH9FwDADF+APUnBOEWeD O7Vci/llgJR1A== From: Philipp Stanner To: dakr@kernel.org, Alexandre Courbot Cc: linux-kernel@vger.kernel.org, Philipp Stanner , Gary Guo Subject: [PATCH] MAINTAINERS: Update Nova GPU driver git link Date: Mon, 8 Dec 2025 15:07:15 +0100 Message-ID: <20251208140713.41330-3-phasta@kernel.org> X-Mailer: git-send-email 2.49.0 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Nova driver development has been moved to a different git repository. Update the MAINTAINERS entry to reflect that. Reported-by: Gary Guo Signed-off-by: Philipp Stanner --- MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index d701a4d5b00e..e8b26af509b3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8051,7 +8051,7 @@ 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/nova.git nova-next +T: git https://gitlab.freedesktop.org/drm/rust/kernel.git drm-rust-next F: Documentation/gpu/nova/ F: drivers/gpu/nova-core/ =20 @@ -8063,7 +8063,7 @@ 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/nova.git nova-next +T: git https://gitlab.freedesktop.org/drm/rust/kernel.git drm-rust-next F: Documentation/gpu/nova/ F: drivers/gpu/drm/nova/ F: include/uapi/drm/nova_drm.h --=20 2.49.0