Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1706820
| From | Linus Torvalds <torvalds@linux-foundation.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 4/4] scripts/move_maintainer_sections.bash |
| Date | 2017-08-08 20:40 +0200 |
| Message-ID | <uchA6-3Kf-35@gated-at.bofh.it> (permalink) |
| References | <ubiRz-4c2-3@gated-at.bofh.it> <ubiRA-4c2-7@gated-at.bofh.it> <ubTHs-3b4-27@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Mon, Aug 7, 2017 at 10:04 AM, Joe Perches <joe@perches.com> wrote:
> On Sat, 2017-08-05 at 18:45 -0700, Joe Perches wrote:
>> Move MAINTAINERS into a separate directory and reorder it.
>> Separate various blocks of MAINTAINER sections into separate files.
>
> Hey Linus.
>
> If/when you try this out, do please let me know what
> you think.
Ok, I've applied the preparatory patches, but not run the script.
Or rather, I ran the script to see what happens, but I'm not going to
push the end result.
From a quick look at the end result, I note:
- the arch maintainer split is pointless. It ends up being just one
entry per architecture, and for x86_64 not even that (because the x86
pattern matched all of them)
- the two arch maintainer lists that end up being bigger is x86 and
arm, but the x86 one picked up a log of misleading ones (not just PCI:
EFI, various random other things too)
- they all end up having the empty line at the top because of how the
parse-maintainers.pl script works.
But *some* of it looks really nice.
The other thing I note is that the way the patches look, this is going
to be a disaster to merge with any other work - and there really tends
to be a lot of things touching MAINTAINERS.
I'll have to think about it.
But at least the infrastructure patches are applied,
Linus
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/4] Scripted update of the MAINTAINERS files Joe Perches <joe@perches.com> - 2017-08-06 03:50 +0200
[PATCH 4/4] scripts/move_maintainer_sections.bash Joe Perches <joe@perches.com> - 2017-08-06 03:50 +0200
Re: [PATCH 4/4] scripts/move_maintainer_sections.bash Joe Perches <joe@perches.com> - 2017-08-07 19:10 +0200
Re: [PATCH 4/4] scripts/move_maintainer_sections.bash Linus Torvalds <torvalds@linux-foundation.org> - 2017-08-08 20:40 +0200
Re: [PATCH 4/4] scripts/move_maintainer_sections.bash Joe Perches <joe@perches.com> - 2017-08-09 02:40 +0200
[PATCH 2/4] parse-maintainers: Use perl hash references and specific filenames Joe Perches <joe@perches.com> - 2017-08-06 03:50 +0200
[PATCH 3/4] parse-maintainers: Move matching sections from MAINTAINERS Joe Perches <joe@perches.com> - 2017-08-06 03:50 +0200
csiph-web