linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] tracing/ftrace: More updates to MAINTAINERS file
@ 2022-10-06 14:43 Steven Rostedt
  2022-10-06 14:43 ` [PATCH 1/2] tracing: Update MAINTAINERS to reflect new tracing git repo Steven Rostedt
  2022-10-06 14:43 ` [PATCH 2/2] ftrace: Create separate entry in MAINTAINERS for function hooks Steven Rostedt
  0 siblings, 2 replies; 4+ messages in thread
From: Steven Rostedt @ 2022-10-06 14:43 UTC (permalink / raw)
  To: linux-kernel; +Cc: Masami Hiramatsu, Andrew Morton

Steven Rostedt (Google) (2):
      tracing: Update MAINTAINERS to reflect new tracing git repo
      ftrace: Create separate entry in MAINTAINERS for function hooks

----
 MAINTAINERS | 23 ++++++++++++++++-------
 1 file changed, 16 insertions(+), 7 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 1/2] tracing: Update MAINTAINERS to reflect new tracing git repo
  2022-10-06 14:43 [PATCH 0/2] tracing/ftrace: More updates to MAINTAINERS file Steven Rostedt
@ 2022-10-06 14:43 ` Steven Rostedt
  2022-10-06 14:43 ` [PATCH 2/2] ftrace: Create separate entry in MAINTAINERS for function hooks Steven Rostedt
  1 sibling, 0 replies; 4+ messages in thread
From: Steven Rostedt @ 2022-10-06 14:43 UTC (permalink / raw)
  To: linux-kernel; +Cc: Masami Hiramatsu, Andrew Morton

From: "Steven Rostedt (Google)" <rostedt@goodmis.org>

The tracing git repo will no longer be housed in my personal git repo,
but instead live in trace/linux-trace.git.

Update the MAINTAINERS file appropriately.

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 749558b09464..86b8aa4c11cb 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11380,7 +11380,7 @@ M:	Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
 M:	"David S. Miller" <davem@davemloft.net>
 M:	Masami Hiramatsu <mhiramat@kernel.org>
 S:	Maintained
-T:	git git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git
 F:	Documentation/trace/kprobes.rst
 F:	include/asm-generic/kprobes.h
 F:	include/linux/kprobes.h
@@ -20617,7 +20617,7 @@ M:	Steven Rostedt <rostedt@goodmis.org>
 M:	Masami Hiramatsu <mhiramat@kernel.org>
 R:	Mark Rutland <mark.rutland@arm.com>
 S:	Maintained
-T:	git git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git
 F:	Documentation/trace/ftrace.rst
 F:	arch/*/*/*/*ftrace*
 F:	arch/*/*/*ftrace*
-- 
2.35.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 2/2] ftrace: Create separate entry in MAINTAINERS for function hooks
  2022-10-06 14:43 [PATCH 0/2] tracing/ftrace: More updates to MAINTAINERS file Steven Rostedt
  2022-10-06 14:43 ` [PATCH 1/2] tracing: Update MAINTAINERS to reflect new tracing git repo Steven Rostedt
@ 2022-10-06 14:43 ` Steven Rostedt
  2022-10-06 14:59   ` Mark Rutland
  1 sibling, 1 reply; 4+ messages in thread
From: Steven Rostedt @ 2022-10-06 14:43 UTC (permalink / raw)
  To: linux-kernel; +Cc: Masami Hiramatsu, Andrew Morton, Mark Rutland

From: "Steven Rostedt (Google)" <rostedt@goodmis.org>

The function hooks (ftrace) is a completely different subsystem from the
general tracing. It manages how to attach callbacks to most functions in
the kernel. It is also used by live kernel patching. It really is not part
of tracing, although tracing uses it.

Create a separate entry for FUNCTION HOOKS (FTRACE) to be separate from
tracing itself in the MAINTAINERS file.

Perhaps it shouldbe moved out of the kernel/trace directory, but that's
for another time.

Cc: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
---
 MAINTAINERS | 19 ++++++++++++++-----
 1 file changed, 14 insertions(+), 5 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 86b8aa4c11cb..d95f5d3b4d37 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8411,6 +8411,19 @@ L:	platform-driver-x86@vger.kernel.org
 S:	Maintained
 F:	drivers/platform/x86/fujitsu-tablet.c
 
+FUNCTION HOOKS (FTRACE)
+M:	Steven Rostedt <rostedt@goodmis.org>
+M:	Masami Hiramatsu <mhiramat@kernel.org>
+R:	Mark Rutland <mark.rutland@arm.com>
+S:	Maintained
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git
+F:	Documentation/trace/ftrace*
+F:	kernel/trace/ftrace*
+F:	kernel/trace/fgraph.c
+F:	arch/*/*/*/*ftrace*
+F:	arch/*/*/*ftrace*
+F:	include/*/ftrace.h
+
 FUNGIBLE ETHERNET DRIVERS
 M:	Dimitris Michailidis <dmichail@fungible.com>
 L:	netdev@vger.kernel.org
@@ -20615,14 +20628,10 @@ F:	drivers/char/tpm/
 TRACING
 M:	Steven Rostedt <rostedt@goodmis.org>
 M:	Masami Hiramatsu <mhiramat@kernel.org>
-R:	Mark Rutland <mark.rutland@arm.com>
 S:	Maintained
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git
-F:	Documentation/trace/ftrace.rst
-F:	arch/*/*/*/*ftrace*
-F:	arch/*/*/*ftrace*
+F:	Documentation/trace/*
 F:	fs/tracefs/
-F:	include/*/ftrace.h
 F:	include/linux/trace*.h
 F:	include/trace/
 F:	kernel/trace/
-- 
2.35.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 2/2] ftrace: Create separate entry in MAINTAINERS for function hooks
  2022-10-06 14:43 ` [PATCH 2/2] ftrace: Create separate entry in MAINTAINERS for function hooks Steven Rostedt
@ 2022-10-06 14:59   ` Mark Rutland
  0 siblings, 0 replies; 4+ messages in thread
From: Mark Rutland @ 2022-10-06 14:59 UTC (permalink / raw)
  To: Steven Rostedt; +Cc: linux-kernel, Masami Hiramatsu, Andrew Morton

On Thu, Oct 06, 2022 at 10:43:48AM -0400, Steven Rostedt wrote:
> From: "Steven Rostedt (Google)" <rostedt@goodmis.org>
> 
> The function hooks (ftrace) is a completely different subsystem from the
> general tracing. It manages how to attach callbacks to most functions in
> the kernel. It is also used by live kernel patching. It really is not part
> of tracing, although tracing uses it.
> 
> Create a separate entry for FUNCTION HOOKS (FTRACE) to be separate from
> tracing itself in the MAINTAINERS file.
> 
> Perhaps it shouldbe moved out of the kernel/trace directory, but that's
                  ^^
Missing space.

> for another time.
> 
> Cc: Mark Rutland <mark.rutland@arm.com>
> Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>

Acked-by: Mark Rutland <mark.rutland@arm.com>

Thanks, this should save some space in my INBOX!

Mark.

> ---
>  MAINTAINERS | 19 ++++++++++++++-----
>  1 file changed, 14 insertions(+), 5 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 86b8aa4c11cb..d95f5d3b4d37 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -8411,6 +8411,19 @@ L:	platform-driver-x86@vger.kernel.org
>  S:	Maintained
>  F:	drivers/platform/x86/fujitsu-tablet.c
>  
> +FUNCTION HOOKS (FTRACE)
> +M:	Steven Rostedt <rostedt@goodmis.org>
> +M:	Masami Hiramatsu <mhiramat@kernel.org>
> +R:	Mark Rutland <mark.rutland@arm.com>
> +S:	Maintained
> +T:	git git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git
> +F:	Documentation/trace/ftrace*
> +F:	kernel/trace/ftrace*
> +F:	kernel/trace/fgraph.c
> +F:	arch/*/*/*/*ftrace*
> +F:	arch/*/*/*ftrace*
> +F:	include/*/ftrace.h
> +
>  FUNGIBLE ETHERNET DRIVERS
>  M:	Dimitris Michailidis <dmichail@fungible.com>
>  L:	netdev@vger.kernel.org
> @@ -20615,14 +20628,10 @@ F:	drivers/char/tpm/
>  TRACING
>  M:	Steven Rostedt <rostedt@goodmis.org>
>  M:	Masami Hiramatsu <mhiramat@kernel.org>
> -R:	Mark Rutland <mark.rutland@arm.com>
>  S:	Maintained
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git
> -F:	Documentation/trace/ftrace.rst
> -F:	arch/*/*/*/*ftrace*
> -F:	arch/*/*/*ftrace*
> +F:	Documentation/trace/*
>  F:	fs/tracefs/
> -F:	include/*/ftrace.h
>  F:	include/linux/trace*.h
>  F:	include/trace/
>  F:	kernel/trace/
> -- 
> 2.35.1

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-10-06 14:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-06 14:43 [PATCH 0/2] tracing/ftrace: More updates to MAINTAINERS file Steven Rostedt
2022-10-06 14:43 ` [PATCH 1/2] tracing: Update MAINTAINERS to reflect new tracing git repo Steven Rostedt
2022-10-06 14:43 ` [PATCH 2/2] ftrace: Create separate entry in MAINTAINERS for function hooks Steven Rostedt
2022-10-06 14:59   ` Mark Rutland

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).