Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1257113

Re: [PATCH] get_maintainer: Don't fallback to git by default

From Joe Perches <joe@perches.com>
Newsgroups linux.kernel
Subject Re: [PATCH] get_maintainer: Don't fallback to git by default
Date 2015-10-27 19:30 +0100
Message-ID <qohap-8R-3@gated-at.bofh.it> (permalink)
References (5 earlier) <qo7NL-2U1-11@gated-at.bofh.it> <qo8JQ-3sW-1@gated-at.bofh.it> <qo9wd-3Yv-9@gated-at.bofh.it> <qo9Pz-455-5@gated-at.bofh.it> <qogxI-87V-31@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Tue, 2015-10-27 at 10:49 -0700, Joe Perches wrote:
> On Tue, 2015-10-27 at 11:29 +0100, Wolfram Sang wrote:
> > > act as reviewers, they should have a mention in MAINTAINERS for
> > > get_maintiner.pl to pull information from:
> > > 
> > > R: Designated reviewer: FullName <address@domain>
> > >    These reviewers should be CCed on patches.
> > 
> > I think this should do.
> > 
> > Interested parties should start by scanning the mailing list :)
> 
> I think the concept of reviewers is fine.
> 
> A couple weeks ago, I suggested a mechanism to have reviewers
> concentrate their entries into separate REVIEWERS file(s)
> 
> https://lkml.org/lkml/2015/10/16/649
> 
> These REVIEWERS* files would also work for companies that have
> people with specific areas of expertise that want internal review
> before public exposure.
> 
> Kconfig and Makefile files in directories like drivers/i2c/busses
> are outliers because all new individual drivers are added to both
> files.
> 
> The mechanism to limit git-fallback use is a directory depth match.
> 
> Wolfram has a MAINTAINERS entry of:
> 	F:	drivers/i2c/
> but that doesn't pattern doesn't match the directory depth of
> file drivers/i2c/busses/Kconfig so git-fallback is used for files
> that don't have specific MAINTAINERS.
> 
> It _might_ make some sense to limit activation of git history in
> that specific case, but for some path like arch/, that limitation
> might _not_ make sense.

Another option would be to add another pattern to the
I2C section that matches all subdirectories of drivers/i2c/:
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index fb7d2e4..c670e1f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5104,6 +5104,7 @@ S:	Maintained
 F:	Documentation/devicetree/bindings/i2c/
 F:	Documentation/i2c/
 F:	drivers/i2c/
+F:	drivers/i2c/*/
 F:	include/linux/i2c.h
 F:	include/linux/i2c-*.h
 F:	include/uapi/linux/i2c.h




--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] get_maintainer: Don't fallback to git by default Javier Martinez Canillas <javier@osg.samsung.com> - 2015-10-26 23:20 +0100
  Re: [PATCH] get_maintainer: Don't fallback to git by default Laura Abbott <labbott@redhat.com> - 2015-10-27 00:10 +0100
    Re: [PATCH] get_maintainer: Don't fallback to git by default Javier Martinez Canillas <javier@osg.samsung.com> - 2015-10-27 01:10 +0100
      Re: [PATCH] get_maintainer: Don't fallback to git by default Theodore Ts'o <tytso@mit.edu> - 2015-10-27 03:50 +0100
        Re: [PATCH] get_maintainer: Don't fallback to git by default joe@perches.com - 2015-10-27 06:00 +0100
          Re: [PATCH] get_maintainer: Don't fallback to git by default Laura Abbott <laura@labbott.name> - 2015-10-27 06:10 +0100
          Re: [PATCH] get_maintainer: Don't fallback to git by default Lee Jones <lee.jones@linaro.org> - 2015-10-27 09:30 +0100
            Re: [PATCH] get_maintainer: Don't fallback to git by default Wolfram Sang <wsa@the-dreams.de> - 2015-10-27 10:30 +0100
              Re: [PATCH] get_maintainer: Don't fallback to git by default Lee Jones <lee.jones@linaro.org> - 2015-10-27 11:20 +0100
                Re: [PATCH] get_maintainer: Don't fallback to git by default Wolfram Sang <wsa@the-dreams.de> - 2015-10-27 11:40 +0100
                Re: [PATCH] get_maintainer: Don't fallback to git by default Joe Perches <joe@perches.com> - 2015-10-27 18:50 +0100
                Re: [PATCH] get_maintainer: Don't fallback to git by default Joe Perches <joe@perches.com> - 2015-10-27 19:30 +0100
                Re: [PATCH] get_maintainer: Don't fallback to git by default Wolfram Sang <wsa@the-dreams.de> - 2015-10-28 00:30 +0100
                Re: [PATCH] get_maintainer: Don't fallback to git by default Joe Perches <joe@perches.com> - 2015-10-28 00:40 +0100
                Re: [PATCH] get_maintainer: Don't fallback to git by default Wolfram Sang <wsa@the-dreams.de> - 2015-10-28 01:10 +0100
                Re: [PATCH] get_maintainer: Don't fallback to git by default Joe Perches <joe@perches.com> - 2015-10-28 01:20 +0100
                Re: [PATCH] get_maintainer: Don't fallback to git by default Lee Jones <lee.jones@linaro.org> - 2015-10-28 10:00 +0100
            Re: [PATCH] get_maintainer: Don't fallback to git by default Joe Perches <joe@perches.com> - 2015-10-27 19:00 +0100
              Re: [PATCH] get_maintainer: Don't fallback to git by default Lee Jones <lee.jones@linaro.org> - 2015-10-27 19:10 +0100
                Re: [PATCH] get_maintainer: Don't fallback to git by default Javier Martinez Canillas <javier@osg.samsung.com> - 2015-10-27 20:30 +0100

csiph-web