Re: [PATCH] MAINTAINERS: Add entries for drm_ras
Rodrigo Vivi <[email protected]>
| Newsgroups | org.freedesktop.lists.dri-devel,org.kernel.vger.linux-kernel,org.kernel.vger.netdev |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Aug 05, 2026 at 01:27:51PM +0200, Raag Jadav wrote: > 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'. Okay, I will adjust that. > > 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 Net maintainers, ack? > > +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 > >