[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240711152238.GB3285@noisy.programming.kicks-ass.net>
Date: Thu, 11 Jul 2024 17:22:38 +0200
From: Peter Zijlstra <peterz@...radead.org>
To: Masami Hiramatsu <mhiramat@...nel.org>
Cc: Andrii Nakryiko <andrii.nakryiko@...il.com>,
Jiri Olsa <olsajiri@...il.com>, mingo@...nel.org, andrii@...nel.org,
linux-kernel@...r.kernel.org, rostedt@...dmis.org, oleg@...hat.com,
clm@...a.com, paulmck@...nel.org, bpf <bpf@...r.kernel.org>
Subject: Re: [PATCH 00/10] perf/uprobe: Optimize uprobes
On Fri, Jul 12, 2024 at 12:17:18AM +0900, Masami Hiramatsu wrote:
> From 87dfb9c0e7660e83debd69a0c7e28bc61d214fa8 Mon Sep 17 00:00:00 2001
> From: "Masami Hiramatsu (Google)" <mhiramat@...nel.org>
> Date: Fri, 12 Jul 2024 00:08:30 +0900
> Subject: [PATCH] MAINTAINERS: Add uprobes entry
>
> Add uprobes entry to MAINTAINERS and move its maintenance on the linux-trace
> tree as same as other probes.
>
> Signed-off-by: Masami Hiramatsu (Google) <mhiramat@...nel.org>
> ---
> MAINTAINERS | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index da5352dbd4f3..7f6285d98b39 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -23105,6 +23105,18 @@ F: drivers/mtd/ubi/
> F: include/linux/mtd/ubi.h
> F: include/uapi/mtd/ubi-user.h
>
> +UPROBES
> +M: Masami Hiramatsu <mhiramat@...nel.org>
> +M: Oleg Nesterov <oleg@...hat.com>
> +M: Peter Zijlstra <peterz@...radead.org>
> +L: linux-kernel@...r.kernel.org
> +L: linux-trace-kernel@...r.kernel.org
> +S: Maintained
> +Q: https://patchwork.kernel.org/project/linux-trace-kernel/list/
> +T: git git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git
> +F: include/linux/uprobes.h
> +F: kernel/events/uprobes.c
Maybe no Q/T. Neither Oleg nor me have write access to that git tree.
Also, I think you want:
F: arch/*/kernel/uprobes.c
F: arch/*/kernel/probes/uprobes.c
F: arch/*/include/asm/uprobes.h
This is just to ensure get_maintainers.sh gets our email addresses for
all uprobes stuff.
Powered by blists - more mailing lists