* [PATCH] MAINTAINERS: Add arch/powerpc/kernel/trace to TRACING
@ 2022-03-24 14:38 Christophe Leroy
2022-03-24 22:28 ` Steven Rostedt
0 siblings, 1 reply; 2+ messages in thread
From: Christophe Leroy @ 2022-03-24 14:38 UTC (permalink / raw)
To: Benjamin Herrenschmidt, Paul Mackerras, Michael Ellerman,
Steven Rostedt, Ingo Molnar
Cc: linuxppc-dev, linux-kernel
Most architectures have ftrace related stuff in arch/*/kernel/ftrace.c
but powerpc has spread in multiple files located in
arch/powerpc/kernel/trace/
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index e127c2fb08a7..3b5943f34568 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -19592,6 +19592,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git
F: Documentation/trace/ftrace.rst
F: arch/*/*/*/ftrace.h
F: arch/*/kernel/ftrace.c
+F: arch/powerpc/kernel/trace/
F: fs/tracefs/
F: include/*/ftrace.h
F: include/linux/trace*.h
--
2.35.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] MAINTAINERS: Add arch/powerpc/kernel/trace to TRACING
2022-03-24 14:38 [PATCH] MAINTAINERS: Add arch/powerpc/kernel/trace to TRACING Christophe Leroy
@ 2022-03-24 22:28 ` Steven Rostedt
0 siblings, 0 replies; 2+ messages in thread
From: Steven Rostedt @ 2022-03-24 22:28 UTC (permalink / raw)
To: Christophe Leroy
Cc: linux-kernel, Ingo Molnar, Paul Mackerras, Joe Perches,
linuxppc-dev
On Thu, 24 Mar 2022 15:38:28 +0100
Christophe Leroy <christophe.leroy@csgroup.eu> wrote:
> diff --git a/MAINTAINERS b/MAINTAINERS
> index e127c2fb08a7..3b5943f34568 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -19592,6 +19592,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git
> F: Documentation/trace/ftrace.rst
> F: arch/*/*/*/ftrace.h
> F: arch/*/kernel/ftrace.c
> +F: arch/powerpc/kernel/trace/
Perhaps replace the above two with:
F: arch/*/*/ftrace*
F: arch/*/*/*/ftrace*
As we also have things like ftrace_32.S, ftrace_64.S
Maybe even add:
F: arch/*/*/*_ftrace.*
F: arch/*/*/*/*_ftrace.*
to catch the "entry_ftrace.S" and friends (needing the leading "_" to not
get confused by any "bpftrace" files).
?
But in reality, I'm only a reviewer for ftrace in the archs. It really is
maintained by the arch maintainers. But it is still good that I get Cc'd on
any ftrace arch related changes.
-- Steve
> F: fs/tracefs/
> F: include/*/ftrace.h
> F: include/linux/trace*.h
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-03-24 22:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-24 14:38 [PATCH] MAINTAINERS: Add arch/powerpc/kernel/trace to TRACING Christophe Leroy
2022-03-24 22:28 ` Steven Rostedt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox