[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <e43f0cf0117fbfa8fe8c7e62538fd47a24b4657a.camel@perches.com>
Date: Wed, 04 Mar 2020 14:57:04 -0800
From: Joe Perches <joe@...ches.com>
To: Lukas Bulwahn <lukas.bulwahn@...il.com>,
Jonathan Corbet <corbet@....net>
Cc: Mauro Carvalho Chehab <mchehab+huawei@...nel.org>,
linux-doc@...r.kernel.org, linux-fsdevel@...r.kernel.org,
kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] MAINTAINERS: adjust to filesystem doc ReST conversion
On Wed, 2020-03-04 at 21:50 +0100, Lukas Bulwahn wrote:
>
> On Wed, 4 Mar 2020, Jonathan Corbet wrote:
>
> > On Wed, 4 Mar 2020 08:29:50 +0100
> > Lukas Bulwahn <lukas.bulwahn@...il.com> wrote:
> > > Jonathan, pick pick this patch for doc-next.
> >
> > Sigh, I need to work a MAINTAINERS check into my workflow...
> >
>
> I getting closer to have zero warnings on the MAINTAINER file matches and
> then, I would set up a bot following the mailing lists to warn when anyone
> sends a patch that potentially introduces such warning.
Hey Lukas.
I wrote a hacky script that sent emails
for invalid MAINTAINER F: and X: patterns
a couple years back.
I ran it in September 2018 and March 2019.
It's attached if you want to play with it.
The email sending bit is commented out.
The script is used like:
$ perl ./scripts/get_maintainer.pl --self-test=patterns | \
cut -f2 -d: | \
while read line ; do \
perl ./dump_section.perl $line \
done
Download attachment "dump_section.perl" of type "application/x-perl" (3558 bytes)
Powered by blists - more mailing lists