All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC] Add a 'tag' field to MAINTAINERS
@ 2021-12-16 21:43 Matthew Wilcox
  2021-12-17  2:39 ` Joe Perches
  0 siblings, 1 reply; 3+ messages in thread
From: Matthew Wilcox @ 2021-12-16 21:43 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

People find it hard to use the right tag when sending patches which
affect a maintainer that they don't interact with often.  If we add
a field to MAINTAINERS, perhaps a tool will be written some day that
automatically adds it to patches.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>

diff --git a/MAINTAINERS b/MAINTAINERS
index 0a1410d5a621..c6358fa58fed 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -81,6 +81,7 @@ Descriptions of section entries:
 	R: Designated reviewer: FullName <address@domain>
 	   These reviewers should be CCed on patches.
 	L: Mailing list that is relevant to this area
+	J: Prefix to use when sending a patch
 	W: Web-page with status/info
 	B: URI for where to file bugs. A web-page with detailed bug
 	   filing info, a direct bug tracker link, or a mailto: URI.
@@ -2667,6 +2668,7 @@ F:	drivers/leds/leds-blinkm.c
 BLOCK LAYER
 M:	Jens Axboe <axboe@kernel.dk>
 L:	linux-block@vger.kernel.org
+J:	block
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
 S:	Maintained
 F:	block/
@@ -14927,6 +14929,7 @@ M:	Pawel Osciak <pawel@osciak.com>
 M:	Marek Szyprowski <m.szyprowski@samsung.com>
 M:	Kyungmin Park <kyungmin.park@samsung.com>
 L:	linux-media@vger.kernel.org
+J:	videobuf
 S:	Maintained
 F:	drivers/media/v4l2-core/videobuf2-*
 F:	include/media/videobuf2-*


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

end of thread, other threads:[~2021-12-17  2:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-16 21:43 [RFC] Add a 'tag' field to MAINTAINERS Matthew Wilcox
2021-12-17  2:39 ` Joe Perches
2021-12-17  2:45   ` Joe Perches

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.