netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jakub Kicinski <kuba@kernel.org>
To: davem@davemloft.net
Cc: netdev@vger.kernel.org, corbet@lwn.net, Jakub Kicinski <kuba@kernel.org>
Subject: [PATCH net 0/9] MAINTAINERS: remove inactive folks from networking
Date: Sun, 10 Jan 2021 21:27:50 -0800	[thread overview]
Message-ID: <20210111052759.2144758-1-kuba@kernel.org> (raw)

Hi!

This series intends to remove some most evidently inactive maintainers.

To make maintainers' lives easier we're trying to nudge people
towards CCing all the relevant folks on patches, in an attempt
to improve review rate. We have a check in patchwork which validates
the CC list against get_maintainers.pl. It's a little awkward, however,
to force people to CC maintainers who we haven't seen on the mailing
list for years. This series removes from maintainers folks who didn't
provide any tag (incl. authoring a patch) in the last 5 years.
To ensure reasonable signal to noise ratio we only considered
MAINTAINERS entries which had more than 100 patches fall under
them in that time period.

All this is purely a process-greasing exercise, I hope nobody
sees this series as an affront. Most folks are moved to CREDITS,
a couple entries are simply removed. 

The following inactive maintainers are kept, because they indicated
the intention to come back in the near future:

 - Veaceslav Falico (bonding)
 - Christian Benvenuti (Cisco drivers)

Patches in this series contain report from a script which did
the analysis. Big thanks to Jonathan Corbet for help and writing
the script (although I feel like I used it differently than Jon
may have intended ;)). The output format is thus:

 Subsystem $name
  Changes $reviewed / $total ($percent%)           // how many changes to the subsystem had at least one ack/review
  Last activity: $date_of_most_recent_patch
  $maintainer/reviewer1:
    Author $last_commit_authored_by_the_person $how_many_in_5yrs
    Committer $last_committed $how_many
    Tags $last_tag_like_review_signoff_etc $how_many
  $maintainer/reviewer2:
    Author $last_commit_authored_by_the_person $how_many_in_5yrs
    Committer $last_committed $how_many
    Tags $last_tag_like_review_signoff_etc $how_many
  Top reviewers: // Top 3 reviewers (who are not listed in MAINTAINERS)
    [$count_of_reviews_and_acks]: $email
  INACTIVE MAINTAINER $name   // maintainer / reviewer who has done nothing in last 5yrs

Jakub Kicinski (9):
  MAINTAINERS: altx: move Jay Cliburn to CREDITS
  MAINTAINERS: net: move Alexey Kuznetsov to CREDITS
  MAINTAINERS: vrf: move Shrijeet to CREDITS
  MAINTAINERS: ena: remove Zorik Machulsky from reviewers
  MAINTAINERS: tls: move Aviad to CREDITS
  MAINTAINERS: mtk-eth: remove Felix
  MAINTAINERS: ipvs: move Wensong Zhang to CREDITS
  MAINTAINERS: dccp: move Gerrit Renker to CREDITS
  MAINTAINERS: skge/sky2: move Mirko Lindner to CREDITS

 CREDITS     | 28 ++++++++++++++++++++++++++++
 MAINTAINERS | 11 +----------
 2 files changed, 29 insertions(+), 10 deletions(-)

-- 
2.26.2


             reply	other threads:[~2021-01-11  5:29 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-11  5:27 Jakub Kicinski [this message]
2021-01-11  5:27 ` [PATCH net 1/9] MAINTAINERS: altx: move Jay Cliburn to CREDITS Jakub Kicinski
2021-01-11  5:36   ` Chris Snook
2021-01-12  2:39     ` Jakub Kicinski
2021-01-12  3:31       ` Chris Snook
2021-01-11  5:27 ` [PATCH net 2/9] MAINTAINERS: net: move Alexey Kuznetsov " Jakub Kicinski
2021-01-11  5:27 ` [PATCH net 3/9] MAINTAINERS: vrf: move Shrijeet " Jakub Kicinski
2021-01-11  5:27 ` [PATCH net 4/9] MAINTAINERS: ena: remove Zorik Machulsky from reviewers Jakub Kicinski
2021-01-11  5:27 ` [PATCH net 5/9] MAINTAINERS: tls: move Aviad to CREDITS Jakub Kicinski
2021-01-11  5:27 ` [PATCH net 6/9] MAINTAINERS: mtk-eth: remove Felix Jakub Kicinski
2021-01-11  5:45   ` Joe Perches
2021-01-11 17:41     ` Jakub Kicinski
2021-01-11 19:20       ` Joe Perches
2021-01-11 19:21       ` Felix Fietkau
2021-01-11 19:45         ` Jakub Kicinski
2021-01-11  5:27 ` [PATCH net 7/9] MAINTAINERS: ipvs: move Wensong Zhang to CREDITS Jakub Kicinski
2021-01-11  5:27 ` [PATCH net 8/9] MAINTAINERS: dccp: move Gerrit Renker " Jakub Kicinski
2021-01-11  5:27 ` [PATCH net 9/9] MAINTAINERS: skge/sky2: move Mirko Lindner " Jakub Kicinski

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=20210111052759.2144758-1-kuba@kernel.org \
    --to=kuba@kernel.org \
    --cc=corbet@lwn.net \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    /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;
as well as URLs for NNTP newsgroup(s).