Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757178Ab2FTQZ3 (ORCPT ); Wed, 20 Jun 2012 12:25:29 -0400 Received: from perches-mx.perches.com ([206.117.179.246]:43901 "EHLO labridge.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754355Ab2FTQZ1 (ORCPT ); Wed, 20 Jun 2012 12:25:27 -0400 Message-ID: <1340209526.29885.14.camel@joe2Laptop> Subject: Re: [PATCH] scripts/get_maintainer.pl: Add tested-by signature From: Joe Perches To: Alexandre Pereira da Silva , Florian Mickler Cc: Andrew Morton , Ian Campbell , Richard Weinberger , linux-kernel@vger.kernel.org Date: Wed, 20 Jun 2012 09:25:26 -0700 In-Reply-To: <1340193105-10734-1-git-send-email-aletes.xgr@gmail.com> References: <1340193105-10734-1-git-send-email-aletes.xgr@gmail.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.2- Content-Transfer-Encoding: 7bit Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 868 Lines: 23 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/