diff options
author | 2025-03-04 10:37:24 -0500 | |
---|---|---|
committer | 2025-03-06 19:21:24 -0500 | |
commit | d4ae5070733b114b9431a49c9640437f5e8b2ec5 (patch) | |
tree | 3b754a19cae9e2a36e0aceb44f628deb866d5c18 | |
parent | tracing/user_events: Slightly simplify user_seq_show() (diff) | |
download | wireguard-linux-d4ae5070733b114b9431a49c9640437f5e8b2ec5.tar.xz wireguard-linux-d4ae5070733b114b9431a49c9640437f5e8b2ec5.zip |
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/ |