2021-10-26 08:32:36

by Tiezhu Yang

[permalink] [raw]
Subject: [PATCH v2 4/4] MAINTAINERS: Update KPROBES and TRACING entries

There is no git tree for KPROBES in MAINTAINERS, it is not convinent to
rebase, lib/test_kprobes.c and samples/kprobes belong to kprobe, so add
git tree and missing files for KPROBES, and also use linux-trace.git for
TRACING to avoid confusing.

Signed-off-by: Tiezhu Yang <[email protected]>
---
MAINTAINERS | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 5b33791..8d26693 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10437,10 +10437,13 @@ M: Anil S Keshavamurthy <[email protected]>
M: "David S. Miller" <[email protected]>
M: Masami Hiramatsu <[email protected]>
S: Maintained
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git
F: Documentation/trace/kprobes.rst
F: include/asm-generic/kprobes.h
F: include/linux/kprobes.h
F: kernel/kprobes.c
+F: lib/test_kprobes.c
+F: samples/kprobes

KS0108 LCD CONTROLLER DRIVER
M: Miguel Ojeda <[email protected]>
@@ -18967,7 +18970,7 @@ TRACING
M: Steven Rostedt <[email protected]>
M: Ingo Molnar <[email protected]>
S: Maintained
-T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git
F: Documentation/trace/ftrace.rst
F: arch/*/*/*/ftrace.h
F: arch/*/kernel/ftrace.c
--
2.1.0


2021-10-26 10:02:01

by Masami Hiramatsu

[permalink] [raw]
Subject: Re: [PATCH v2 4/4] MAINTAINERS: Update KPROBES and TRACING entries

On Tue, 26 Oct 2021 09:51:31 +0800
Tiezhu Yang <[email protected]> wrote:

> There is no git tree for KPROBES in MAINTAINERS, it is not convinent to
> rebase, lib/test_kprobes.c and samples/kprobes belong to kprobe, so add
> git tree and missing files for KPROBES, and also use linux-trace.git for
> TRACING to avoid confusing.
>
> Signed-off-by: Tiezhu Yang <[email protected]>

This looks good to me for kprobe section.

Acked-by: Masami Hiramatsu <[email protected]>

Thank you,

> ---
> MAINTAINERS | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 5b33791..8d26693 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -10437,10 +10437,13 @@ M: Anil S Keshavamurthy <[email protected]>
> M: "David S. Miller" <[email protected]>
> M: Masami Hiramatsu <[email protected]>
> S: Maintained
> +T: git git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git
> F: Documentation/trace/kprobes.rst
> F: include/asm-generic/kprobes.h
> F: include/linux/kprobes.h
> F: kernel/kprobes.c
> +F: lib/test_kprobes.c
> +F: samples/kprobes
>
> KS0108 LCD CONTROLLER DRIVER
> M: Miguel Ojeda <[email protected]>
> @@ -18967,7 +18970,7 @@ TRACING
> M: Steven Rostedt <[email protected]>
> M: Ingo Molnar <[email protected]>
> S: Maintained
> -T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
> +T: git git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git
> F: Documentation/trace/ftrace.rst
> F: arch/*/*/*/ftrace.h
> F: arch/*/kernel/ftrace.c
> --
> 2.1.0
>


--
Masami Hiramatsu <[email protected]>

2021-10-26 16:38:21

by Steven Rostedt

[permalink] [raw]
Subject: Re: [PATCH v2 4/4] MAINTAINERS: Update KPROBES and TRACING entries

On Tue, 26 Oct 2021 17:28:42 +0900
Masami Hiramatsu <[email protected]> wrote:

> This looks good to me for kprobe section.
>
> Acked-by: Masami Hiramatsu <[email protected]>

Thanks, I'll pull this into my queue.


-- Steve