[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1360607428.2028.37.camel@joe-AO722>
Date: Mon, 11 Feb 2013 10:30:28 -0800
From: Joe Perches <joe@...ches.com>
To: Stephen Warren <swarren@...dotorg.org>
Cc: arm@...nel.org, linux-tegra@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
Stephen Warren <swarren@...dia.com>
Subject: Re: [PATCH V2] MAINTAINERS: add keyword "tegra" to Tegra section
On Mon, 2013-02-11 at 10:19 -0800, Joe Perches wrote:
> On Mon, 2013-02-11 at 11:12 -0700, Stephen Warren wrote:
> > On 02/11/2013 11:04 AM, Joe Perches wrote:
> > > ./scripts/get_maintainer.pl -f arch/arm/mach-tegra
> > > wouldn't match anything.
> >
> > That's annoying; it kinda defeats the whole purpose of this patch then.
> >
> > The way this patch works out with a patch is because the file-names are
> > matched against the keywords since they appear in the patch. A solution
> > to the issue you raise would be to do the same in -f mode, by adding an
> > explicit pass to check the filenames that are found against MAINTAINERS
> > too. Do you have any objection to that?
>
> Knock yourself out.
>
> Are there any tegra related files that would not
> have tegra in the path?
To answer my own question:
$ git ls-files | grep -v tegra | xargs grep -Pl "(?i)[^a-z]tegra"
...
Several. Most are Kconfig and Makefiles.
Most except staging/nvec don't seem to be very important.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists