]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge branch 'maintainers-annual-cleanup-of-inactive-maintainers'
authorJakub Kicinski <kuba@kernel.org>
Thu, 5 Mar 2026 15:35:45 +0000 (07:35 -0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 5 Mar 2026 15:35:47 +0000 (07:35 -0800)
commit02b2920e30e323522438593e6ed9525f31cc727e
treec7c8931229ed3ce82e7b7eabdce0b2e3e16bfa50
parentc952291593e54415a7bb74c4a7187a7c7c7e8651
parented6579002548f3d9c00380e2aeaa8305d3ed8fc5
Merge branch 'maintainers-annual-cleanup-of-inactive-maintainers'

Jakub Kicinski says:

====================
MAINTAINERS: annual cleanup of inactive maintainers

Annual cleanup of inactive maintainers under networking.
The goal is to make sure MAINTAINERS reflect reality for
code which is relatively actively changed (at least 70 commits
in the last 2 years or at least 120 commits in the last 5 years).

Those who either:
 - were the initial author / "upstreamer" of the driver; or
 - authored at least 1/3rd of the exiting code base (per git blame); or
 - authored at least 25% of commits before becoming inactive
are moved to CREDITS.

The discovery of inactive maintainers was done using gitdm tools,
with a bunch of ad-hoc scripts on top to do the rest. I tried to
double check the results but this is mostly a scripted cleanup
so please report inaccuracies if any.
====================

Link: https://patch.msgid.link/20260303215339.2333548-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>