diff options
| author | Steven Rostedt <rostedt@goodmis.org> | 2025-03-04 10:37:24 -0500 |
|---|---|---|
| committer | Steven Rostedt (Google) <rostedt@goodmis.org> | 2025-03-06 19:21:24 -0500 |
| commit | d4ae5070733b114b9431a49c9640437f5e8b2ec5 (patch) | |
| tree | 3b754a19cae9e2a36e0aceb44f628deb866d5c18 | |
| parent | 06889030f585a3daa34f1aa43bc3a70cb9aba8a1 (diff) | |
tracing: Update MAINTAINERS file to include tracepoint.c
Updates to the tracepoint.c file should not only be Cc'd to LKML, but also
to linux-trace-kernel@vger.kernel.org. But because it is not listed in the
MAINTAINERS file, it does not get added.
Cc: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Cc: Masami Hiramatsu <mhiramat@kernel.org>
Link: https://lore.kernel.org/20250304103724.174ecb36@gandalf.local.home
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
| -rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 4ff26fa94895..c203aa4225b0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -24063,6 +24063,7 @@ F: fs/tracefs/ F: include/linux/trace*.h F: include/trace/ F: kernel/trace/ +F: kernel/tracepoint.c F: scripts/tracing/ F: tools/testing/selftests/ftrace/ |
