diff options
author | Steven Rostedt (Google) <[email protected]> | 2022-09-30 12:41:31 -0400 |
---|---|---|
committer | Steven Rostedt (Google) <[email protected]> | 2022-10-03 12:30:43 -0400 |
commit | 5d8d2bb946dd24d00c99384471ad8148571a9fbd (patch) | |
tree | 57348e7785ab10517a9a71e21db17fcbcba86087 | |
parent | ed87277f122674a943239c6e60d352c8d56deb50 (diff) |
tracing: Add Masami Hiramatsu as co-maintainer
Masami has been maintaining kprobes for a while now and that code has
been an integral part of tracing. He has also been an excellent reviewer
of all the tracing code and contributor as well.
The tracing subsystem needs another active maintainer to keep it running
smoothly, and I do not know anyone more qualified for the job than Masami.
Ingo has also told me that he has not been active in the tracing code for
some time and said he could be removed from the TRACING portion of the
MAINTAINERS file.
Link: https://lkml.kernel.org/r/[email protected]
Acked-by: Ingo Molnar <[email protected]>
Acked-by: Masami Hiramatsu (Google) <[email protected]>
Signed-off-by: Steven Rostedt (Google) <[email protected]>
-rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index ef2fc5e581b4..749558b09464 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -20614,7 +20614,7 @@ F: drivers/char/tpm/ TRACING M: Steven Rostedt <[email protected]> -M: Ingo Molnar <[email protected]> +M: Masami Hiramatsu <[email protected]> R: Mark Rutland <[email protected]> S: Maintained T: git git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git @@ -20631,7 +20631,7 @@ F: tools/testing/selftests/ftrace/ TRACING MMIO ACCESSES (MMIOTRACE) M: Steven Rostedt <[email protected]> -M: Ingo Molnar <[email protected]> +M: Masami Hiramatsu <[email protected]> R: Karol Herbst <[email protected]> R: Pekka Paalanen <[email protected]> |