* [PATCH] tracing: Add Masami Hiramatsu as co-maintainer
@ 2022-09-30 16:41 Steven Rostedt
2022-10-01 0:17 ` Masami Hiramatsu
0 siblings, 1 reply; 3+ messages in thread
From: Steven Rostedt @ 2022-09-30 16:41 UTC (permalink / raw)
To: LKML
Cc: Linus Torvalds, Ingo Molnar, Andrew Morton, Masami Hiramatsu,
Linux Trace Devel, Thomas Gleixner, Peter Zijlstra
From: "Steven Rostedt (Google)" <rostedt@goodmis.org>
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.
Acked-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
---
MAINTAINERS | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index f5ca4aefd184..6c7c9cdff05a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -20614,7 +20614,7 @@ F: drivers/char/tpm/
TRACING
M: Steven Rostedt <rostedt@goodmis.org>
-M: Ingo Molnar <mingo@redhat.com>
+M: Masami Hiramatsu <mhiramat@kernel.org>
S: Maintained
T: git git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git
F: Documentation/trace/ftrace.rst
@@ -20630,7 +20630,7 @@ F: tools/testing/selftests/ftrace/
TRACING MMIO ACCESSES (MMIOTRACE)
M: Steven Rostedt <rostedt@goodmis.org>
-M: Ingo Molnar <mingo@kernel.org>
+M: Masami Hiramatsu <mhiramat@kernel.org>
R: Karol Herbst <karolherbst@gmail.com>
R: Pekka Paalanen <ppaalanen@gmail.com>
L: linux-kernel@vger.kernel.org
--
2.35.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] tracing: Add Masami Hiramatsu as co-maintainer
2022-09-30 16:41 [PATCH] tracing: Add Masami Hiramatsu as co-maintainer Steven Rostedt
@ 2022-10-01 0:17 ` Masami Hiramatsu
2022-10-03 20:42 ` Joel Fernandes
0 siblings, 1 reply; 3+ messages in thread
From: Masami Hiramatsu @ 2022-10-01 0:17 UTC (permalink / raw)
To: Steven Rostedt
Cc: LKML, Linus Torvalds, Ingo Molnar, Andrew Morton,
Masami Hiramatsu, Linux Trace Devel, Thomas Gleixner,
Peter Zijlstra
On Fri, 30 Sep 2022 12:41:31 -0400
Steven Rostedt <rostedt@goodmis.org> wrote:
> From: "Steven Rostedt (Google)" <rostedt@goodmis.org>
>
> 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.
>
> Acked-by: Ingo Molnar <mingo@kernel.org>
> Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Thanks Steve,
Acked-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
> ---
> MAINTAINERS | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index f5ca4aefd184..6c7c9cdff05a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -20614,7 +20614,7 @@ F: drivers/char/tpm/
>
> TRACING
> M: Steven Rostedt <rostedt@goodmis.org>
> -M: Ingo Molnar <mingo@redhat.com>
> +M: Masami Hiramatsu <mhiramat@kernel.org>
> S: Maintained
> T: git git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git
> F: Documentation/trace/ftrace.rst
> @@ -20630,7 +20630,7 @@ F: tools/testing/selftests/ftrace/
>
> TRACING MMIO ACCESSES (MMIOTRACE)
> M: Steven Rostedt <rostedt@goodmis.org>
> -M: Ingo Molnar <mingo@kernel.org>
> +M: Masami Hiramatsu <mhiramat@kernel.org>
> R: Karol Herbst <karolherbst@gmail.com>
> R: Pekka Paalanen <ppaalanen@gmail.com>
> L: linux-kernel@vger.kernel.org
> --
> 2.35.1
>
--
Masami Hiramatsu (Google) <mhiramat@kernel.org>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] tracing: Add Masami Hiramatsu as co-maintainer
2022-10-01 0:17 ` Masami Hiramatsu
@ 2022-10-03 20:42 ` Joel Fernandes
0 siblings, 0 replies; 3+ messages in thread
From: Joel Fernandes @ 2022-10-03 20:42 UTC (permalink / raw)
To: Masami Hiramatsu
Cc: Steven Rostedt, LKML, Linus Torvalds, Ingo Molnar, Andrew Morton,
Linux Trace Devel, Thomas Gleixner, Peter Zijlstra
On Sat, Oct 01, 2022 at 09:17:06AM +0900, Masami Hiramatsu wrote:
> On Fri, 30 Sep 2022 12:41:31 -0400
> Steven Rostedt <rostedt@goodmis.org> wrote:
>
> > From: "Steven Rostedt (Google)" <rostedt@goodmis.org>
> >
> > 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.
> >
> > Acked-by: Ingo Molnar <mingo@kernel.org>
> > Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
>
> Thanks Steve,
>
> Acked-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
>
Acked-by: Joel Fernandes (Google) <joel@joelfernandes.org>
thanks,
- Joel
> > ---
> > MAINTAINERS | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index f5ca4aefd184..6c7c9cdff05a 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -20614,7 +20614,7 @@ F: drivers/char/tpm/
> >
> > TRACING
> > M: Steven Rostedt <rostedt@goodmis.org>
> > -M: Ingo Molnar <mingo@redhat.com>
> > +M: Masami Hiramatsu <mhiramat@kernel.org>
> > S: Maintained
> > T: git git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git
> > F: Documentation/trace/ftrace.rst
> > @@ -20630,7 +20630,7 @@ F: tools/testing/selftests/ftrace/
> >
> > TRACING MMIO ACCESSES (MMIOTRACE)
> > M: Steven Rostedt <rostedt@goodmis.org>
> > -M: Ingo Molnar <mingo@kernel.org>
> > +M: Masami Hiramatsu <mhiramat@kernel.org>
> > R: Karol Herbst <karolherbst@gmail.com>
> > R: Pekka Paalanen <ppaalanen@gmail.com>
> > L: linux-kernel@vger.kernel.org
> > --
> > 2.35.1
> >
>
>
> --
> Masami Hiramatsu (Google) <mhiramat@kernel.org>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-10-03 20:42 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-30 16:41 [PATCH] tracing: Add Masami Hiramatsu as co-maintainer Steven Rostedt
2022-10-01 0:17 ` Masami Hiramatsu
2022-10-03 20:42 ` Joel Fernandes
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox