diff mbox series

[RESEND] MAINTAINERS: add TRACE EVENT LIBRARY section

Message ID 20210728065748.19989-1-lukas.bulwahn@gmail.com (mailing list archive)
State Handled Elsewhere
Headers show
Series [RESEND] MAINTAINERS: add TRACE EVENT LIBRARY section | expand

Commit Message

Lukas Bulwahn July 28, 2021, 6:57 a.m. UTC
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 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.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Acked-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
---
applies cleanly on next-20210726

RFC patch (from early 2020) here: https://lore.kernel.org/lkml/20200201161931.29665-1-lukas.bulwahn@gmail.com/

also copied Steven's Acked-by from the RFC patch.

Arnaldo, please pick this quick patch.

 MAINTAINERS | 7 +++++++
 1 file changed, 7 insertions(+)

Comments

Steven Rostedt July 28, 2021, 2:43 p.m. UTC | #1
On Wed, 28 Jul 2021 08:57:48 +0200
Lukas Bulwahn <lukas.bulwahn@gmail.com> 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 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.

Hmm, this is now an obsolete library, as future work is being developed at:

  https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/

We probably want people to start using that instead, and eventually
remove the tools/lib/traceveent/ directory entirely.

-- Steve



> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> Acked-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
> ---
> applies cleanly on next-20210726
> 
> RFC patch (from early 2020) here: https://lore.kernel.org/lkml/20200201161931.29665-1-lukas.bulwahn@gmail.com/
> 
> also copied Steven's Acked-by from the RFC patch.
> 
> Arnaldo, please pick this quick patch.
> 
>  MAINTAINERS | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 2eb730101689..5a1863b93a9a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -18828,6 +18828,13 @@ Q:	https://patchwork.kernel.org/project/linux-integrity/list/
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git
>  F:	drivers/char/tpm/
>  
> +TRACE EVENT LIBRARY
> +M:	Tzvetomir Stoyanov <tz.stoyanov@gmail.com>
> +M:	Steven Rostedt <rostedt@goodmis.org>
> +L:	linux-trace-devel@vger.kernel.org
> +S:	Maintained
> +F:	tools/lib/traceevent/
> +
>  TRACING
>  M:	Steven Rostedt <rostedt@goodmis.org>
>  M:	Ingo Molnar <mingo@redhat.com>
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 2eb730101689..5a1863b93a9a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -18828,6 +18828,13 @@  Q:	https://patchwork.kernel.org/project/linux-integrity/list/
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git
 F:	drivers/char/tpm/
 
+TRACE EVENT LIBRARY
+M:	Tzvetomir Stoyanov <tz.stoyanov@gmail.com>
+M:	Steven Rostedt <rostedt@goodmis.org>
+L:	linux-trace-devel@vger.kernel.org
+S:	Maintained
+F:	tools/lib/traceevent/
+
 TRACING
 M:	Steven Rostedt <rostedt@goodmis.org>
 M:	Ingo Molnar <mingo@redhat.com>