Skip to content

Commit 4f881a6

Browse files
committed
ftrace: Create separate entry in MAINTAINERS for function hooks
The function hooks (ftrace) is a completely different subsystem from the general tracing. It manages how to attach callbacks to most functions in the kernel. It is also used by live kernel patching. It really is not part of tracing, although tracing uses it. Create a separate entry for FUNCTION HOOKS (FTRACE) to be separate from tracing itself in the MAINTAINERS file. Perhaps it should be moved out of the kernel/trace directory, but that's for another time. Link: https://lkml.kernel.org/r/20221006144439.459272364@goodmis.org Cc: Masami Hiramatsu <mhiramat@kernel.org> Cc: Andrew Morton <akpm@linux-foundation.org> Acked-by: Mark Rutland <mark.rutland@arm.com> Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
1 parent fb17b26 commit 4f881a6

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

MAINTAINERS

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8411,6 +8411,19 @@ L: platform-driver-x86@vger.kernel.org
84118411
S: Maintained
84128412
F: drivers/platform/x86/fujitsu-tablet.c
84138413

8414+
FUNCTION HOOKS (FTRACE)
8415+
M: Steven Rostedt <rostedt@goodmis.org>
8416+
M: Masami Hiramatsu <mhiramat@kernel.org>
8417+
R: Mark Rutland <mark.rutland@arm.com>
8418+
S: Maintained
8419+
T: git git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git
8420+
F: Documentation/trace/ftrace*
8421+
F: kernel/trace/ftrace*
8422+
F: kernel/trace/fgraph.c
8423+
F: arch/*/*/*/*ftrace*
8424+
F: arch/*/*/*ftrace*
8425+
F: include/*/ftrace.h
8426+
84148427
FUNGIBLE ETHERNET DRIVERS
84158428
M: Dimitris Michailidis <dmichail@fungible.com>
84168429
L: netdev@vger.kernel.org
@@ -20615,14 +20628,10 @@ F: drivers/char/tpm/
2061520628
TRACING
2061620629
M: Steven Rostedt <rostedt@goodmis.org>
2061720630
M: Masami Hiramatsu <mhiramat@kernel.org>
20618-
R: Mark Rutland <mark.rutland@arm.com>
2061920631
S: Maintained
2062020632
T: git git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git
20621-
F: Documentation/trace/ftrace.rst
20622-
F: arch/*/*/*/*ftrace*
20623-
F: arch/*/*/*ftrace*
20633+
F: Documentation/trace/*
2062420634
F: fs/tracefs/
20625-
F: include/*/ftrace.h
2062620635
F: include/linux/trace*.h
2062720636
F: include/trace/
2062820637
F: kernel/trace/

0 commit comments

Comments
 (0)