diff mbox series

[v2,1/3] ftrace: Maintain samples/ftrace

Message ID 20230103124912.2948963-2-mark.rutland@arm.com (mailing list archive)
State Accepted
Commit 34226fc6889e0e2fe8480bf3a0b43ac992bbee94
Headers show
Series ftrace: Add sample code with dynamic ftrace_ops | expand

Commit Message

Mark Rutland Jan. 3, 2023, 12:49 p.m. UTC
There's no entry in MAINTAINERS for samples/ftrace. Add one so that the
FTRACE maintainers are kept in the loop.

Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Cc: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Steven Rostedt <rostedt@goodmis.org>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

Comments

Masami Hiramatsu (Google) Jan. 4, 2023, 2:31 p.m. UTC | #1
On Tue,  3 Jan 2023 12:49:10 +0000
Mark Rutland <mark.rutland@arm.com> wrote:

> There's no entry in MAINTAINERS for samples/ftrace. Add one so that the
> FTRACE maintainers are kept in the loop.
> 
> Signed-off-by: Mark Rutland <mark.rutland@arm.com>
> Cc: Masami Hiramatsu <mhiramat@kernel.org>
> Cc: Steven Rostedt <rostedt@goodmis.org>

This looks good to me.

Acked-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>

Thanks!

> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 7f86d02cb427a..739006e245fbd 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -8571,6 +8571,7 @@ F:	kernel/trace/fgraph.c
>  F:	arch/*/*/*/*ftrace*
>  F:	arch/*/*/*ftrace*
>  F:	include/*/ftrace.h
> +F:	samples/ftrace
>  
>  FUNGIBLE ETHERNET DRIVERS
>  M:	Dimitris Michailidis <dmichail@fungible.com>
> -- 
> 2.30.2
>
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 7f86d02cb427a..739006e245fbd 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8571,6 +8571,7 @@  F:	kernel/trace/fgraph.c
 F:	arch/*/*/*/*ftrace*
 F:	arch/*/*/*ftrace*
 F:	include/*/ftrace.h
+F:	samples/ftrace
 
 FUNGIBLE ETHERNET DRIVERS
 M:	Dimitris Michailidis <dmichail@fungible.com>