On Tue Dec 23, 2025 at 8:48 AM CET, Tamir Duberstein wrote:
> @Danilo is the overlap between the entries intended?

Yes, the overlap is intended. In DRM we have a common tree for Rust
infrastructure and Rust drivers. Therefore one entry refects the maintainers of
the driver, the other entry reflects the maintainers of the tree the driver
patches flow through.

In terms of scripts/get_maintainer.pl not picking up the TYR entry, but only the
DRM RUST entry, I had a quick look and found a typo in the entry which does
prevent scripts/get_maintainer.pl to pick it up.

I will send a fix for this.

--

diff --git a/MAINTAINERS b/MAINTAINERS
index 5b11839cba9d..fe1e8da6c2bb 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2158,7 +2158,7 @@ M:        Alice Ryhl <[email protected]>
 L:     [email protected]
 S:     Supported
 W:     https://rust-for-linux.com/tyr-gpu-driver
-W      https://drm.pages.freedesktop.org/maintainer-tools/drm-rust.html
+W:     https://drm.pages.freedesktop.org/maintainer-tools/drm-rust.html
 B:     https://gitlab.freedesktop.org/panfrost/linux/-/issues
 T:     git https://gitlab.freedesktop.org/drm/rust/kernel.git
 F:     Documentation/devicetree/bindings/gpu/arm,mali-valhall-csf.yaml

Reply via email to