[PATCH V2] MAINTAINERS: add keyword "tegra" to Tegra section
Joe Perches
joe at perches.com
Mon Feb 11 13:30:28 EST 2013
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.
More information about the linux-arm-kernel
mailing list