[PATCH] MAINTAINERS: Add entries for drm_ras
Rodrigo Vivi <[email protected]> Wed, 5 Aug 2026 05:49:50 -0400
| Newsgroups | gmane.linux.network,gmane.linux.kernel,gmane.comp.video.dri.devel |
|---|---|
| Message-ID | <[email protected]> |
DRM RAS interface provides a standardized way for GPU/accelerator drivers to expose error counters and other reliability nodes to user space via Generic Netlink. Since this is cross-driver infrastructure carrying its own uAPI, add a dedicated MAINTAINERS entry covering the implementation, headers, netlink spec and documentation, maintained through drm-misc. Cc: Simona Vetter <[email protected]> Cc: David Airlie <[email protected]> Cc: Donald Hunter <[email protected]> Cc: Jakub Kicinski <[email protected]> Cc: "David S. Miller" <[email protected]> Cc: Eric Dumazet <[email protected]> Cc: Paolo Abeni <[email protected]> Cc: Simon Horman <[email protected]> Cc: Raag Jadav <[email protected]> Cc: Riana Tauro <[email protected]> Cc: Aravind Iddamsetty <[email protected]> Cc: Zack McKevitt <[email protected]> Signed-off-by: Rodrigo Vivi <[email protected]> --- MAINTAINERS | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 5114e6db7307..51be7ad24528 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9039,6 +9039,19 @@ T: git https://gitlab.freedesktop.org/drm/misc/kernel.git F: drivers/gpu/drm/drm_privacy_screen* F: include/drm/drm_privacy_screen* +DRM RAS +M: Raag Jadav <[email protected]> +M: Riana Tauro <[email protected]> +M: Rodrigo Vivi <[email protected]> +R: Aravind Iddamsetty <[email protected]> +L: [email protected] +S: Supported +T: git https://gitlab.freedesktop.org/drm/misc/kernel.git +F: Documentation/netlink/specs/drm_ras.yaml +F: Documentation/gpu/drm-ras.rst +F: drivers/gpu/drm/drm_ras* +F: include/drm/drm_ras* + DRM TTM SUBSYSTEM M: Christian Koenig <[email protected]> M: Huang Rui <[email protected]> -- 2.55.0