All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH] MAINTAINERS: Add note on patches to MAINTAINERS itself
@ 2021-06-15 20:01 Paul Barker
  0 siblings, 0 replies; only message in thread
From: Paul Barker @ 2021-06-15 20:01 UTC (permalink / raw)
  To: Jonathan Corbet, linux-doc, linux-kernel; +Cc: Paul Barker

Since there is no entry in the maintainers list for the MAINTAINERS file
itself, we should add a short note on how to handle patches to this
file.

Signed-off-by: Paul Barker <paul@pbarker.dev>
---

I'm in the process of updating device tree files as part of $JOB and
would like to add relevant entries to the MAINTAINERS file. I've
searched through the maintainer list, read what I can find in the docs
and ran scripts/get_maintainer.pl but I can't see a clear statement of
where to send patches which modify MAINTAINERS. Looking at a couple of
examples of previous patches which modified MAINTAINERS and looking up
the relevant emails on lore.kernel.org I've made my best guess on how
these changes should be handled. This patch adds that best guess as a
note to the MAINTAINERS list so it's easy for folks to find in the
future.

This is an RFC as others probably know the correct way to handle patches
to the MAINTAINERS file. Even if this "best guess" is wrong I hope it
highlights that such a note would be useful. I've treated this patch as
a docs patch, please let me know if it should be sent to different
maintainers/lists.

 MAINTAINERS | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index bc0ceef87b73..b7873dad9997 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -143,6 +143,12 @@ Maintainers List
           first. When adding to this list, please keep the entries in
           alphabetical order.
 
+.. note:: There is no entry in this list for the MAINTAINERS file itself.
+          Patches which modify existing MAINTAINERS entries should be sent to
+          all other maintainers in the relevant entry. When adding new
+          MAINTAINERS entries please use ``scripts/get_maintainer.pl`` to find
+          other maintainers with overlapping entries in this list.
+
 3C59X NETWORK DRIVER
 M:	Steffen Klassert <klassert@kernel.org>
 L:	netdev@vger.kernel.org
-- 
2.32.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-15 20:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-15 20:01 [RFC PATCH] MAINTAINERS: Add note on patches to MAINTAINERS itself Paul Barker

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.