* [PATCH] MAINTAINERS: add tracepoint core-api doc files to TRACING
@ 2025-11-05 9:24 Lukas Bulwahn
2025-11-05 23:06 ` Masami Hiramatsu
0 siblings, 1 reply; 4+ messages in thread
From: Lukas Bulwahn @ 2025-11-05 9:24 UTC (permalink / raw)
To: Steven Rostedt, Masami Hiramatsu, Mathieu Desnoyers,
linux-trace-kernel
Cc: kernel-janitors, linux-kernel, Lukas Bulwahn
From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
The files in Documentation/core-api/ are by virtue of their top-level
directory part of the Documentation section in MAINTAINERS. Each file in
Documentation/core-api/ should however also have a further section in
MAINTAINERS it belongs to, which fits to the technical area of the
documented API in that file.
The tracepoint.rst provides some explanation to tracepoints defined in
selected files under include/trace/events/, which itself is part of the
TRACING section.
So, add this core-api document to TRACING.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 499b52d7793f..297358d26bbb 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -26197,6 +26197,7 @@ L: linux-trace-kernel@vger.kernel.org
S: Maintained
Q: https://patchwork.kernel.org/project/linux-trace-kernel/list/
T: git git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git
+F: Documentation/core-api/tracepoint.rst
F: Documentation/trace/*
F: fs/tracefs/
F: include/linux/trace*.h
--
2.51.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: add tracepoint core-api doc files to TRACING
2025-11-05 9:24 [PATCH] MAINTAINERS: add tracepoint core-api doc files to TRACING Lukas Bulwahn
@ 2025-11-05 23:06 ` Masami Hiramatsu
2025-11-05 23:25 ` Steven Rostedt
0 siblings, 1 reply; 4+ messages in thread
From: Masami Hiramatsu @ 2025-11-05 23:06 UTC (permalink / raw)
To: Lukas Bulwahn
Cc: Steven Rostedt, Mathieu Desnoyers, linux-trace-kernel,
kernel-janitors, linux-kernel, Lukas Bulwahn
On Wed, 5 Nov 2025 10:24:28 +0100
Lukas Bulwahn <lbulwahn@redhat.com> wrote:
> From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
>
> The files in Documentation/core-api/ are by virtue of their top-level
> directory part of the Documentation section in MAINTAINERS. Each file in
> Documentation/core-api/ should however also have a further section in
> MAINTAINERS it belongs to, which fits to the technical area of the
> documented API in that file.
>
> The tracepoint.rst provides some explanation to tracepoints defined in
> selected files under include/trace/events/, which itself is part of the
> TRACING section.
>
> So, add this core-api document to TRACING.
>
Yeah, that should be maintained by us.
Acked-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
Thanks!
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 499b52d7793f..297358d26bbb 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -26197,6 +26197,7 @@ L: linux-trace-kernel@vger.kernel.org
> S: Maintained
> Q: https://patchwork.kernel.org/project/linux-trace-kernel/list/
> T: git git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git
> +F: Documentation/core-api/tracepoint.rst
> F: Documentation/trace/*
> F: fs/tracefs/
> F: include/linux/trace*.h
> --
> 2.51.1
>
--
Masami Hiramatsu (Google) <mhiramat@kernel.org>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: add tracepoint core-api doc files to TRACING
2025-11-05 23:06 ` Masami Hiramatsu
@ 2025-11-05 23:25 ` Steven Rostedt
2025-11-24 20:13 ` Steven Rostedt
0 siblings, 1 reply; 4+ messages in thread
From: Steven Rostedt @ 2025-11-05 23:25 UTC (permalink / raw)
To: Masami Hiramatsu (Google)
Cc: Lukas Bulwahn, Mathieu Desnoyers, linux-trace-kernel,
kernel-janitors, linux-kernel, Lukas Bulwahn
On Thu, 6 Nov 2025 08:06:16 +0900
Masami Hiramatsu (Google) <mhiramat@kernel.org> wrote:
> > From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
> >
> > The files in Documentation/core-api/ are by virtue of their top-level
> > directory part of the Documentation section in MAINTAINERS. Each file in
> > Documentation/core-api/ should however also have a further section in
> > MAINTAINERS it belongs to, which fits to the technical area of the
> > documented API in that file.
> >
> > The tracepoint.rst provides some explanation to tracepoints defined in
> > selected files under include/trace/events/, which itself is part of the
> > TRACING section.
> >
> > So, add this core-api document to TRACING.
> >
>
> Yeah, that should be maintained by us.
>
> Acked-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
Agreed:
Acked-by: Steven Rostedt (Google) <rostedt@goodmis.org>
-- Steve
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: add tracepoint core-api doc files to TRACING
2025-11-05 23:25 ` Steven Rostedt
@ 2025-11-24 20:13 ` Steven Rostedt
0 siblings, 0 replies; 4+ messages in thread
From: Steven Rostedt @ 2025-11-24 20:13 UTC (permalink / raw)
To: Masami Hiramatsu (Google)
Cc: Lukas Bulwahn, Mathieu Desnoyers, linux-trace-kernel,
kernel-janitors, linux-kernel, Lukas Bulwahn
On Wed, 5 Nov 2025 18:25:05 -0500
Steven Rostedt <rostedt@goodmis.org> wrote:
> >
> > Yeah, that should be maintained by us.
> >
> > Acked-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
>
> Agreed:
>
> Acked-by: Steven Rostedt (Google) <rostedt@goodmis.org>
BTW, should I be taking this through my tree?
-- Steve
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-11-24 20:13 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-05 9:24 [PATCH] MAINTAINERS: add tracepoint core-api doc files to TRACING Lukas Bulwahn
2025-11-05 23:06 ` Masami Hiramatsu
2025-11-05 23:25 ` Steven Rostedt
2025-11-24 20:13 ` Steven Rostedt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox