Re: [PATCH 00/10] perf/uprobe: Optimize uprobes

From: Steven Rostedt
Date: Thu Jul 11 2024 - 13:45:56 EST


On Thu, 11 Jul 2024 17:22:38 +0200
Peter Zijlstra <peterz@xxxxxxxxxxxxx> wrote:

> > +UPROBES
> > +M: Masami Hiramatsu <mhiramat@xxxxxxxxxx>
> > +M: Oleg Nesterov <oleg@xxxxxxxxxx>
> > +M: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
> > +L: linux-kernel@xxxxxxxxxxxxxxx
> > +L: linux-trace-kernel@xxxxxxxxxxxxxxx
> > +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.

Agreed. As those files can go through other trees, it's best not to add
linux-trace.git nor patchwork to MAINTAINERS file. It's just there to make
sure the proper people are Cc'd.

-- Steve