linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Add uprobes entry
@ 2024-07-12  0:26 Masami Hiramatsu (Google)
  2024-07-15  9:14 ` Masami Hiramatsu
  0 siblings, 1 reply; 5+ messages in thread
From: Masami Hiramatsu (Google) @ 2024-07-12  0:26 UTC (permalink / raw)
  To: Oleg Nesterov, Peter Zijlstra
  Cc: Steven Rostedt, Masami Hiramatsu, Andrii Nakryiko, Jiri Olsa,
	mingo, andrii, linux-kernel, linux-trace-kernel

From: Masami Hiramatsu (Google) <mhiramat@kernel.org>

Add uprobes entry to MAINTAINERS to clarify the maintainers.

Suggested-by: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
---
 MAINTAINERS |   13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index da5352dbd4f3..ae731fa2328c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -23105,6 +23105,19 @@ F:	drivers/mtd/ubi/
 F:	include/linux/mtd/ubi.h
 F:	include/uapi/mtd/ubi-user.h
 
+UPROBES
+M:	Masami Hiramatsu <mhiramat@kernel.org>
+M:	Oleg Nesterov <oleg@redhat.com>
+M:	Peter Zijlstra <peterz@infradead.org>
+L:	linux-kernel@vger.kernel.org
+L:	linux-trace-kernel@vger.kernel.org
+S:	Maintained
+F:	arch/*/include/asm/uprobes.h
+F:	arch/*/kernel/probes/uprobes.c
+F:	arch/*/kernel/uprobes.c
+F:	include/linux/uprobes.h
+F:	kernel/events/uprobes.c
+
 USB "USBNET" DRIVER FRAMEWORK
 M:	Oliver Neukum <oneukum@suse.com>
 L:	netdev@vger.kernel.org


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

* Re: [PATCH] MAINTAINERS: Add uprobes entry
  2024-07-12  0:26 [PATCH] MAINTAINERS: Add uprobes entry Masami Hiramatsu (Google)
@ 2024-07-15  9:14 ` Masami Hiramatsu
  2024-07-15 11:50   ` Peter Zijlstra
  2024-07-15 17:21   ` Oleg Nesterov
  0 siblings, 2 replies; 5+ messages in thread
From: Masami Hiramatsu @ 2024-07-15  9:14 UTC (permalink / raw)
  To: Masami Hiramatsu (Google)
  Cc: Oleg Nesterov, Peter Zijlstra, Steven Rostedt, Andrii Nakryiko,
	Jiri Olsa, mingo, andrii, linux-kernel, linux-trace-kernel

Hi Peter, Oleg,

If this is OK for you, please give your Ack.

Thank you,

On Fri, 12 Jul 2024 09:26:17 +0900
"Masami Hiramatsu (Google)" <mhiramat@kernel.org> wrote:

> From: Masami Hiramatsu (Google) <mhiramat@kernel.org>
> 
> Add uprobes entry to MAINTAINERS to clarify the maintainers.
> 
> Suggested-by: Peter Zijlstra <peterz@infradead.org>
> Signed-off-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
> ---
>  MAINTAINERS |   13 +++++++++++++
>  1 file changed, 13 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index da5352dbd4f3..ae731fa2328c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -23105,6 +23105,19 @@ F:	drivers/mtd/ubi/
>  F:	include/linux/mtd/ubi.h
>  F:	include/uapi/mtd/ubi-user.h
>  
> +UPROBES
> +M:	Masami Hiramatsu <mhiramat@kernel.org>
> +M:	Oleg Nesterov <oleg@redhat.com>
> +M:	Peter Zijlstra <peterz@infradead.org>
> +L:	linux-kernel@vger.kernel.org
> +L:	linux-trace-kernel@vger.kernel.org
> +S:	Maintained
> +F:	arch/*/include/asm/uprobes.h
> +F:	arch/*/kernel/probes/uprobes.c
> +F:	arch/*/kernel/uprobes.c
> +F:	include/linux/uprobes.h
> +F:	kernel/events/uprobes.c
> +
>  USB "USBNET" DRIVER FRAMEWORK
>  M:	Oliver Neukum <oneukum@suse.com>
>  L:	netdev@vger.kernel.org
> 


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

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

* Re: [PATCH] MAINTAINERS: Add uprobes entry
  2024-07-15  9:14 ` Masami Hiramatsu
@ 2024-07-15 11:50   ` Peter Zijlstra
  2024-07-15 17:21   ` Oleg Nesterov
  1 sibling, 0 replies; 5+ messages in thread
From: Peter Zijlstra @ 2024-07-15 11:50 UTC (permalink / raw)
  To: Masami Hiramatsu
  Cc: Oleg Nesterov, Steven Rostedt, Andrii Nakryiko, Jiri Olsa, mingo,
	andrii, linux-kernel, linux-trace-kernel

On Mon, Jul 15, 2024 at 06:14:17PM +0900, Masami Hiramatsu wrote:
> Hi Peter, Oleg,
> 
> If this is OK for you, please give your Ack.

Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>

Please also collect Oleg's ack.

> 
> Thank you,
> 
> On Fri, 12 Jul 2024 09:26:17 +0900
> "Masami Hiramatsu (Google)" <mhiramat@kernel.org> wrote:
> 
> > From: Masami Hiramatsu (Google) <mhiramat@kernel.org>
> > 
> > Add uprobes entry to MAINTAINERS to clarify the maintainers.
> > 
> > Suggested-by: Peter Zijlstra <peterz@infradead.org>
> > Signed-off-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
> > ---
> >  MAINTAINERS |   13 +++++++++++++
> >  1 file changed, 13 insertions(+)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index da5352dbd4f3..ae731fa2328c 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -23105,6 +23105,19 @@ F:	drivers/mtd/ubi/
> >  F:	include/linux/mtd/ubi.h
> >  F:	include/uapi/mtd/ubi-user.h
> >  
> > +UPROBES
> > +M:	Masami Hiramatsu <mhiramat@kernel.org>
> > +M:	Oleg Nesterov <oleg@redhat.com>
> > +M:	Peter Zijlstra <peterz@infradead.org>
> > +L:	linux-kernel@vger.kernel.org
> > +L:	linux-trace-kernel@vger.kernel.org
> > +S:	Maintained
> > +F:	arch/*/include/asm/uprobes.h
> > +F:	arch/*/kernel/probes/uprobes.c
> > +F:	arch/*/kernel/uprobes.c
> > +F:	include/linux/uprobes.h
> > +F:	kernel/events/uprobes.c
> > +
> >  USB "USBNET" DRIVER FRAMEWORK
> >  M:	Oliver Neukum <oneukum@suse.com>
> >  L:	netdev@vger.kernel.org
> > 
> 
> 
> -- 
> Masami Hiramatsu (Google) <mhiramat@kernel.org>

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

* Re: [PATCH] MAINTAINERS: Add uprobes entry
  2024-07-15  9:14 ` Masami Hiramatsu
  2024-07-15 11:50   ` Peter Zijlstra
@ 2024-07-15 17:21   ` Oleg Nesterov
  2024-07-16  9:17     ` Masami Hiramatsu
  1 sibling, 1 reply; 5+ messages in thread
From: Oleg Nesterov @ 2024-07-15 17:21 UTC (permalink / raw)
  To: Masami Hiramatsu
  Cc: Peter Zijlstra, Steven Rostedt, Andrii Nakryiko, Jiri Olsa, mingo,
	andrii, linux-kernel, linux-trace-kernel

On 07/15, Masami Hiramatsu wrote:
>
> Hi Peter, Oleg,
>
> If this is OK for you, please give your Ack.

Acked-by: Oleg Nesterov <oleg@redhat.com>


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

* Re: [PATCH] MAINTAINERS: Add uprobes entry
  2024-07-15 17:21   ` Oleg Nesterov
@ 2024-07-16  9:17     ` Masami Hiramatsu
  0 siblings, 0 replies; 5+ messages in thread
From: Masami Hiramatsu @ 2024-07-16  9:17 UTC (permalink / raw)
  To: Oleg Nesterov
  Cc: Peter Zijlstra, Steven Rostedt, Andrii Nakryiko, Jiri Olsa, mingo,
	andrii, linux-kernel, linux-trace-kernel

On Mon, 15 Jul 2024 19:21:52 +0200
Oleg Nesterov <oleg@redhat.com> wrote:

> On 07/15, Masami Hiramatsu wrote:
> >
> > Hi Peter, Oleg,
> >
> > If this is OK for you, please give your Ack.
> 
> Acked-by: Oleg Nesterov <oleg@redhat.com>
> 

Thanks for the Ack!


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

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

end of thread, other threads:[~2024-07-16  9:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-12  0:26 [PATCH] MAINTAINERS: Add uprobes entry Masami Hiramatsu (Google)
2024-07-15  9:14 ` Masami Hiramatsu
2024-07-15 11:50   ` Peter Zijlstra
2024-07-15 17:21   ` Oleg Nesterov
2024-07-16  9:17     ` Masami Hiramatsu

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).