linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Remove bouncing kprobes maintainer
@ 2025-08-08 18:01 Dave Hansen
  2025-08-11  6:53 ` Masami Hiramatsu
  0 siblings, 1 reply; 4+ messages in thread
From: Dave Hansen @ 2025-08-08 18:01 UTC (permalink / raw)
  To: linux-kernel
  Cc: Dave Hansen, David S. Miller, linux-trace-kernel,
	Masami Hiramatsu, Naveen N Rao


From: Dave Hansen <dave.hansen@linux.intel.com>

The kprobes MAINTAINERS entry includes anil.s.keshavamurthy@intel.com.
That address is bouncing. Remove it.

This still leaves three other listed maintainers.

Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Cc: Naveen N Rao <naveen@kernel.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Masami Hiramatsu <mhiramat@kernel.org>
Cc: linux-trace-kernel@vger.kernel.org
---

 b/MAINTAINERS |    1 -
 1 file changed, 1 deletion(-)

diff -puN MAINTAINERS~MAINTAINERS-kprobes MAINTAINERS
--- a/MAINTAINERS~MAINTAINERS-kprobes	2025-08-08 10:57:53.686216444 -0700
+++ b/MAINTAINERS	2025-08-08 10:58:00.237773836 -0700
@@ -13681,7 +13681,6 @@ F:	scripts/Makefile.kmsan
 
 KPROBES
 M:	Naveen N Rao <naveen@kernel.org>
-M:	Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
 M:	"David S. Miller" <davem@davemloft.net>
 M:	Masami Hiramatsu <mhiramat@kernel.org>
 L:	linux-kernel@vger.kernel.org
_

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

* Re: [PATCH] MAINTAINERS: Remove bouncing kprobes maintainer
  2025-08-08 18:01 [PATCH] MAINTAINERS: Remove bouncing kprobes maintainer Dave Hansen
@ 2025-08-11  6:53 ` Masami Hiramatsu
  2025-08-11 13:49   ` Dave Hansen
  0 siblings, 1 reply; 4+ messages in thread
From: Masami Hiramatsu @ 2025-08-11  6:53 UTC (permalink / raw)
  To: Dave Hansen
  Cc: linux-kernel, David S. Miller, linux-trace-kernel,
	Masami Hiramatsu, Naveen N Rao

On Fri, 08 Aug 2025 11:01:24 -0700
Dave Hansen <dave.hansen@linux.intel.com> wrote:

> 
> From: Dave Hansen <dave.hansen@linux.intel.com>
> 
> The kprobes MAINTAINERS entry includes anil.s.keshavamurthy@intel.com.
> That address is bouncing. Remove it.
> 
> This still leaves three other listed maintainers.

OK, should this be an urgent commit?

Thanks,

> 
> Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
> Cc: Naveen N Rao <naveen@kernel.org>
> Cc: "David S. Miller" <davem@davemloft.net>
> Cc: Masami Hiramatsu <mhiramat@kernel.org>
> Cc: linux-trace-kernel@vger.kernel.org
> ---
> 
>  b/MAINTAINERS |    1 -
>  1 file changed, 1 deletion(-)
> 
> diff -puN MAINTAINERS~MAINTAINERS-kprobes MAINTAINERS
> --- a/MAINTAINERS~MAINTAINERS-kprobes	2025-08-08 10:57:53.686216444 -0700
> +++ b/MAINTAINERS	2025-08-08 10:58:00.237773836 -0700
> @@ -13681,7 +13681,6 @@ F:	scripts/Makefile.kmsan
>  
>  KPROBES
>  M:	Naveen N Rao <naveen@kernel.org>
> -M:	Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
>  M:	"David S. Miller" <davem@davemloft.net>
>  M:	Masami Hiramatsu <mhiramat@kernel.org>
>  L:	linux-kernel@vger.kernel.org
> _


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

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

* Re: [PATCH] MAINTAINERS: Remove bouncing kprobes maintainer
  2025-08-11  6:53 ` Masami Hiramatsu
@ 2025-08-11 13:49   ` Dave Hansen
  2025-08-14  2:45     ` Masami Hiramatsu
  0 siblings, 1 reply; 4+ messages in thread
From: Dave Hansen @ 2025-08-11 13:49 UTC (permalink / raw)
  To: Masami Hiramatsu (Google), Dave Hansen
  Cc: linux-kernel, David S. Miller, linux-trace-kernel, Naveen N Rao

On 8/10/25 23:53, Masami Hiramatsu (Google) wrote:
>> The kprobes MAINTAINERS entry includes anil.s.keshavamurthy@intel.com.
>> That address is bouncing. Remove it.
>>
>> This still leaves three other listed maintainers.
> OK, should this be an urgent commit?

It's not urgent in that it's obviously not breaking anything.

But if it was in code I maintain, I'd probably send it up to Linus to
apply in the next -rc kernel instead of waiting for the next merge window.

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

* Re: [PATCH] MAINTAINERS: Remove bouncing kprobes maintainer
  2025-08-11 13:49   ` Dave Hansen
@ 2025-08-14  2:45     ` Masami Hiramatsu
  0 siblings, 0 replies; 4+ messages in thread
From: Masami Hiramatsu @ 2025-08-14  2:45 UTC (permalink / raw)
  To: Dave Hansen
  Cc: Dave Hansen, linux-kernel, David S. Miller, linux-trace-kernel,
	Naveen N Rao

On Mon, 11 Aug 2025 06:49:38 -0700
Dave Hansen <dave.hansen@intel.com> wrote:

> On 8/10/25 23:53, Masami Hiramatsu (Google) wrote:
> >> The kprobes MAINTAINERS entry includes anil.s.keshavamurthy@intel.com.
> >> That address is bouncing. Remove it.
> >>
> >> This still leaves three other listed maintainers.
> > OK, should this be an urgent commit?
> 
> It's not urgent in that it's obviously not breaking anything.
> 
> But if it was in code I maintain, I'd probably send it up to Linus to
> apply in the next -rc kernel instead of waiting for the next merge window.

OK, let's send it to Linus, thanks!

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

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

end of thread, other threads:[~2025-08-14  2:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-08 18:01 [PATCH] MAINTAINERS: Remove bouncing kprobes maintainer Dave Hansen
2025-08-11  6:53 ` Masami Hiramatsu
2025-08-11 13:49   ` Dave Hansen
2025-08-14  2:45     ` 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).