Re: [PATCH] MAINTAINERS: Add entries for drm_ras
Raag Jadav <[email protected]> Wed, 5 Aug 2026 13:27:51 +0200
| Newsgroups | gmane.linux.network,gmane.linux.kernel,gmane.comp.video.dri.devel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Aug 05, 2026 at 05:49:50AM -0400, Rodrigo Vivi wrote: > 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]> This one should be 'R' and not 'M'. Raag > +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 >