diff options
author | Mark Rutland <mark.rutland@arm.com> | 2022-09-28 13:46:21 +0200 |
---|---|---|
committer | Steven Rostedt (Google) <rostedt@goodmis.org> | 2022-10-03 18:14:57 +0200 |
commit | 0e0f0b74f895942afaf2f9213b97a6cb021d05df (patch) | |
tree | 04bd46730765537dc1537af834e4b2843e268927 /MAINTAINERS | |
parent | ring-buffer: Fix race between reset page and reading page (diff) | |
download | linux-0e0f0b74f895942afaf2f9213b97a6cb021d05df.tar.xz linux-0e0f0b74f895942afaf2f9213b97a6cb021d05df.zip |
MAINTAINERS: add myself as a tracing reviewer
Since I'm actively involved in a number of arch bits that intersect
ftrace (e.g. the actual arch implementation on arm64, stacktracing,
entry management, and general instrumentation safety), add myself as a
reviewer of the core ftrace code so that I have the change to catch any
potential problems early.
I spoke with Steven about this at LPC, and it seemed to make sense to
add me as a reviewer.
Link: https://lkml.kernel.org/r/20220928114621.248038-1-mark.rutland@arm.com
Cc: Ingo Molnar <mingo@redhat.com>
Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f5ca4aefd184..ef2fc5e581b4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -20615,6 +20615,7 @@ F: drivers/char/tpm/ TRACING M: Steven Rostedt <rostedt@goodmis.org> M: Ingo Molnar <mingo@redhat.com> +R: Mark Rutland <mark.rutland@arm.com> S: Maintained T: git git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git F: Documentation/trace/ftrace.rst |