Re: [PATCH RFC] MAINTAINERS: add TRACE EVENT LIBRARY section

From: Arnaldo Carvalho de Melo
Date: Sat Feb 01 2020 - 14:02:31 EST


Em Sat, Feb 01, 2020 at 01:14:53PM -0500, Steven Rostedt escreveu:
> On Sat, 1 Feb 2020 17:19:31 +0100
> Lukas Bulwahn <lukas.bulwahn@xxxxxxxxx> wrote:
>
> > The git history shows that the files under ./tools/lib/traceevent/ are
> > being developed and maintained by Tzetomir Stoyanov and Steven Rostedt
> > and are discussed on the linux-trace-devel list.
> >
> > Add a suitable section in MAINTAINERS for patches to reach them.
> >
> > This was identified with a small script that finds all files only
> > belonging to "THE REST" according to the current MAINTAINERS file, and I
> > acted upon its output.
>
> Thanks Lukas!
>
> Arnaldo, would you like to take this?
>
> Acked-by: Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx>

Sure

> -- Steve
>
> >
> > Signed-off-by: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxx>
> > ---
> > Ceco, Steven, I added the information based on what I could see from an
> > outsider view. Please change and more files to the entry if needed.
> >
> > applies cleanly on current master and next-20200131
> >
> > Ceco, congrats becoming a kernel maintainer :)
> >
> > MAINTAINERS | 7 +++++++
> > 1 file changed, 7 insertions(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 1f77fb8cdde3..17eb358c3fda 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -16903,6 +16903,13 @@ T: git git://git.infradead.org/users/jjs/linux-tpmdd.git
> > S: Maintained
> > F: drivers/char/tpm/
> >
> > +TRACE EVENT LIBRARY
> > +M: Tzvetomir Stoyanov <tz.stoyanov@xxxxxxxxx>
> > +M: Steven Rostedt <rostedt@xxxxxxxxxxx>
> > +L: linux-trace-devel@xxxxxxxxxxxxxxx
> > +S: Maintained
> > +F: tools/lib/traceevent/
> > +
> > TRACING
> > M: Steven Rostedt <rostedt@xxxxxxxxxxx>
> > M: Ingo Molnar <mingo@xxxxxxxxxx>
>

--

- Arnaldo