lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Tue, 28 Aug 2018 11:16:33 -0700
From:   Joe Perches <joe@...ches.com>
To:     Miguel Ojeda <miguel.ojeda.sandonis@...il.com>,
        Richard Fitzgerald <rf@...nsource.cirrus.com>
Cc:     Geert Uytterhoeven <geert+renesas@...der.be>,
        Linus Torvalds <torvalds@...ux-foundation.org>,
        Stephen Rothwell <sfr@...b.auug.org.au>,
        Lee Jones <lee.jones@...aro.org>,
        linux-kernel <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] MAINTAINERS: Move entry for Cirrus Logic Madera codecs

On Tue, 2018-08-28 at 17:28 +0200, Miguel Ojeda wrote:
> Hi,
> 
> On Tue, Aug 28, 2018 at 3:57 PM, Richard Fitzgerald
> <rf@...nsource.cirrus.com> wrote:
> > Reviewed-by: Richard Fitzgerald <rf@...nsource.cirrus.com>
> > 
> > A maintainer for MAINTAINERS would help avoid these problems, which will
> > tend to happen when changes to the file go through many trees.
> > 
> 
> A year ago Linus committed 7683e9e52 ("Properly alphabetize
> MAINTAINERS file") which adds scripts/parse-maintainers.pl.
> 
> I guess it could just be run once in a while (e.g. before a kernel is
> released, for instance).

And a few patches for parse-maintainers.pl were
added after that.

The latest version also reorders and alphabetizes
the subfields of each section to a preferred order.

So running that latest version would produce quite
a large diff.

That large a diff should only occur once though.

$ perl ./scripts/parse-maintainers.pl --output MAINTAINERS
$ git diff --stat MAINTAINERS
 MAINTAINERS | 4014 +++++++++++++++++++++++++++++------------------------------
 1 file changed, 2007 insertions(+), 2007 deletions(-)

vs

$ git checkout 7683e9e52 -- scripts/parse-maintainers.pl
$ perl ./scripts/parse-maintainers.pl < MAINTAINERS > MAINTAINERS.new
$ mv MAINTAINERS.new MAINTAINERS
$ git diff --stat MAINTAINERS
 MAINTAINERS | 574 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 287 insertions(+), 287 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ