get_maintainer.pl bug? (was: Re: [PATCH 0/8] linker-section array fix and clean ups)

From: Johan Hovold
Date: Wed Nov 04 2020 - 04:16:29 EST


Hi Joe,

Running scrips/get_maintainer.pl on this series [1] gave the wrong
address for Nick Desaulniers:

Nick Desaulniers <ndesaulniers@xxxxxxxxxxx> (commit_signer:1/2=50%,commit_signer:1/8=12%)

It seems he recently misspelled his address in a reviewed-by tag to
commit 33def8498fdd ("treewide: Convert macro and uses of __section(foo)
to __section("foo")") and that is now being picked up by the script.

I guess that's to be considered a bug?

> Johan Hovold (8):
> of: fix linker-section match-table corruption
> earlycon: simplify earlycon-table implementation
> module: drop version-attribute alignment
> module: simplify version-attribute handling
> init: use type alignment for kernel parameters
> params: drop redundant "unused" attributes
> params: use type alignment for kernel parameters
> params: clean up module-param macros

[1] https://lore.kernel.org/lkml/20201103175711.10731-1-johan@xxxxxxxxxx/

Johan