public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
From: Jakub Kicinski <kuba@kernel.org>
To: davem@davemloft.net
Cc: netdev@vger.kernel.org, edumazet@google.com, pabeni@redhat.com,
	andrew+netdev@lunn.ch, horms@kernel.org,
	Jakub Kicinski <kuba@kernel.org>,
	Claudiu Manoil <claudiu.manoil@nxp.com>,
	Alexandre Belloni <alexandre.belloni@bootlin.com>,
	vladimir.oltean@nxp.com
Subject: [PATCH net 10/11] MAINTAINERS: remove Claudiu Manoil and Alexandre Belloni from Ocelot switch
Date: Tue,  3 Mar 2026 13:53:10 -0800	[thread overview]
Message-ID: <20260303215339.2333548-11-kuba@kernel.org> (raw)
In-Reply-To: <20260303215339.2333548-1-kuba@kernel.org>

We have not seen tags from Claudiu for the Ocelot switch driver
in over 5 years. He is active upstream in other NXP subsystems
(ENETC, gianfar), with 46 emails on lore since 2024.
We have not seen tags from Alexandre for the Ocelot switch driver
in over 5 years. He is very active upstream in other subsystems
(RTC, I3C, Atmel/Microchip SoC), with over 1,200 emails on lore
since 2024.
Vladimir Oltean is active.

Subsystem OCELOT ETHERNET SWITCH DRIVER
  Changes 180 / 494 (36%)
  Last activity: 2026-02-12
  Vladimir Oltean <vladimir.oltean@nxp.com>:
    Author c22ba07c827f 2026-02-10 00:00:00 33
    Tags 026f6513c588 2026-02-12 00:00:00 39
  Claudiu Manoil <claudiu.manoil@nxp.com>:
  Alexandre Belloni <alexandre.belloni@bootlin.com>:
  Top reviewers:
    [49]: f.fainelli@gmail.com
    [19]: horms@kernel.org
    [10]: richardcochran@gmail.com
    [9]: jacob.e.keller@intel.com
    [8]: colin.foster@in-advantage.com
  INACTIVE MAINTAINER Claudiu Manoil <claudiu.manoil@nxp.com>

Acked-by: Claudiu Manoil <claudiu.manoil@nxp.com>
Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
---
Cc: vladimir.oltean@nxp.com
Cc: claudiu.manoil@nxp.com
Cc: alexandre.belloni@bootlin.com
---
 MAINTAINERS | 2 --
 1 file changed, 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 8123339e4769..8f208f877746 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -19218,8 +19218,6 @@ F:	tools/objtool/
 
 OCELOT ETHERNET SWITCH DRIVER
 M:	Vladimir Oltean <vladimir.oltean@nxp.com>
-M:	Claudiu Manoil <claudiu.manoil@nxp.com>
-M:	Alexandre Belloni <alexandre.belloni@bootlin.com>
 M:	UNGLinuxDriver@microchip.com
 L:	netdev@vger.kernel.org
 S:	Supported
-- 
2.53.0


  parent reply	other threads:[~2026-03-03 21:53 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-03 21:53 [PATCH net 00/11] MAINTAINERS: annual cleanup of inactive maintainers Jakub Kicinski
2026-03-03 21:53 ` [PATCH net 01/11] MAINTAINERS: remove Johan Hedberg from Bluetooth subsystem Jakub Kicinski
2026-03-03 21:53 ` [PATCH net 02/11] MAINTAINERS: remove Manish Chopra from QLogic QL4xxx (now orphan) Jakub Kicinski
2026-03-03 21:53 ` [PATCH net 03/11] MAINTAINERS: remove Jerin Jacob from Marvell OcteonTX2 Jakub Kicinski
2026-03-03 21:53 ` [PATCH net 04/11] MAINTAINERS: remove Salil Mehta from HiSilicon network drivers Jakub Kicinski
2026-03-04 12:17   ` Jijie Shao
2026-03-04 17:44     ` Jakub Kicinski
2026-03-03 21:53 ` [PATCH net 05/11] MAINTAINERS: remove Sean Wang from MediaTek Ethernet and switch Jakub Kicinski
2026-03-03 21:53 ` [PATCH net 06/11] MAINTAINERS: remove DENG Qingfang from MediaTek switch Jakub Kicinski
2026-03-03 21:53 ` [PATCH net 07/11] MAINTAINERS: replace Clark Wang with Frank Li for Freescale FEC Jakub Kicinski
2026-03-04  1:38   ` Wei Fang
2026-03-03 21:53 ` [PATCH net 08/11] MAINTAINERS: remove Jonathan Lemon from OpenCompute PTP Jakub Kicinski
2026-03-03 21:53 ` [PATCH net 09/11] MAINTAINERS: replace Taras Chornyi with Elad Nachman for Marvell Prestera Jakub Kicinski
2026-03-03 21:53 ` Jakub Kicinski [this message]
2026-03-03 21:53 ` [PATCH net 11/11] MAINTAINERS: remove Thomas Falcon from IBM ibmvnic Jakub Kicinski
2026-03-05 16:00 ` [PATCH net 00/11] MAINTAINERS: annual cleanup of inactive maintainers patchwork-bot+netdevbpf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260303215339.2333548-11-kuba@kernel.org \
    --to=kuba@kernel.org \
    --cc=alexandre.belloni@bootlin.com \
    --cc=andrew+netdev@lunn.ch \
    --cc=claudiu.manoil@nxp.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=horms@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=vladimir.oltean@nxp.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox