Re: [PATCH] scripts/get_maintainer.pl: Add tested-by signature

From: Joe Perches
Date: Wed Jun 20 2012 - 12:25:22 EST


On Wed, 2012-06-20 at 08:51 -0300, Alexandre Pereira da Silva wrote:
> The tester of the patch should also be listed to receive patch
> notifications.
[]
> diff --git a/scripts/get_maintainer.pl b/scripts/get_maintainer.pl
[]
> @@ -81,6 +81,7 @@ my $penguin_chiefs = "\(" . join("|", @penguin_chief_names) . "\)";
> my @signature_tags = ();
> push(@signature_tags, "Signed-off-by:");
> push(@signature_tags, "Reviewed-by:");
> +push(@signature_tags, "Tested-by:");
> push(@signature_tags, "Acked-by:");

I have no objections to this, but maybe Florian Mickler
(cc'd) who did analysis on signatures awhile ago might.



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/