[PATCH] MAINTAINERS: add rust-for-linux list for Tyr

Deborah Brouwer posted 1 patch 2 weeks ago
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
[PATCH] MAINTAINERS: add rust-for-linux list for Tyr
Posted by Deborah Brouwer 2 weeks ago
Tyr is a Rust DRM driver and Tyr patches are reviewed on the
rust-for-linux mailing list. Add the list to the Tyr MAINTAINERS entry so
that scripts/get_maintainer.pl and b4 prep --auto-to-cc include it.

Signed-off-by: Deborah Brouwer <deborah.brouwer@collabora.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 2389df80ba50..04709f381d04 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2333,6 +2333,7 @@ ARM MALI TYR DRM DRIVER
 M:	Daniel Almeida <daniel.almeida@collabora.com>
 M:	Alice Ryhl <aliceryhl@google.com>
 L:	dri-devel@lists.freedesktop.org
+L:	rust-for-linux@vger.kernel.org
 S:	Supported
 W:	https://rust-for-linux.com/tyr-gpu-driver
 W:	https://drm.pages.freedesktop.org/maintainer-tools/drm-rust.html

---
base-commit: 73e5616f3d197c1af5a04a481fe0f13aa3913bd1
change-id: 20260910-b4-add-list-for-tyr-58fbc2687111

Best regards,
-- 
Deborah Brouwer <deborah.brouwer@collabora.com>
Re: [PATCH] MAINTAINERS: add rust-for-linux list for Tyr
Posted by Alice Ryhl 2 days, 6 hours ago
On Fri, Sep 11, 2026 at 1:20 AM Deborah Brouwer
<deborah.brouwer@collabora.com> wrote:
>
> Tyr is a Rust DRM driver and Tyr patches are reviewed on the
> rust-for-linux mailing list. Add the list to the Tyr MAINTAINERS entry so
> that scripts/get_maintainer.pl and b4 prep --auto-to-cc include it.
>
> Signed-off-by: Deborah Brouwer <deborah.brouwer@collabora.com>

Merged into drm-rust-next. Thanks!