From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 5F87F2BF6 for ; Mon, 5 Dec 2016 09:39:29 +0100 (CET) Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id B7C203B3E7; Mon, 5 Dec 2016 08:39:28 +0000 (UTC) Received: from [10.36.126.11] ([10.36.126.11]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id uB58dOIG006377 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 5 Dec 2016 03:39:27 -0500 To: Yuanhan Liu , "Mcnamara, John" References: <1480575999-14453-1-git-send-email-yuanhan.liu@linux.intel.com> <1480575999-14453-4-git-send-email-yuanhan.liu@linux.intel.com> <20161205043633.GH24403@yliu-dev.sh.intel.com> Cc: "dev@dpdk.org" , Thomas Monjalon From: Maxime Coquelin Message-ID: <64469bb9-ac40-2902-d8f5-ebf0b996158d@redhat.com> Date: Mon, 5 Dec 2016 09:39:24 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <20161205043633.GH24403@yliu-dev.sh.intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.26]); Mon, 05 Dec 2016 08:39:28 +0000 (UTC) Subject: Re: [dpdk-dev] [PATCH 3/3] maintainers: add stable mailing list X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Dec 2016 08:39:29 -0000 On 12/05/2016 05:36 AM, Yuanhan Liu wrote: > On Sun, Dec 04, 2016 at 04:36:36PM +0000, Mcnamara, John wrote: >> >> >>> -----Original Message----- >>> From: Yuanhan Liu [mailto:yuanhan.liu@linux.intel.com] >>> Sent: Thursday, December 1, 2016 7:07 AM >>> To: dev@dpdk.org >>> Cc: Thomas Monjalon ; Mcnamara, John >>> ; Yuanhan Liu >>> Subject: [PATCH 3/3] maintainers: add stable mailing list >>> >>> Signed-off-by: Yuanhan Liu >>> --- >>> MAINTAINERS | 1 + >>> 1 file changed, 1 insertion(+) >>> >>> diff --git a/MAINTAINERS b/MAINTAINERS >>> index 3df1754..076e86c 100644 >>> --- a/MAINTAINERS >>> +++ b/MAINTAINERS >>> @@ -35,6 +35,7 @@ F: scripts/test-build.sh Stable Branches >>> --------------- >>> T: git://dpdk.org/dpdk-stable >>> +M: stable@dpdk.org >> >> I acked this previously but looking at it again I'm not 100% sure that stable@dpdk.org >> should be the maintainer. >> >> The glossary at the top of the file says: >> >> Descriptions of section entries: >> M: Maintainer's Full Name >> >> So maybe the entry should have your name and also stable@dpdk.org on a separate line. >> This would be clearer way of showing the stable release tree maintainer. > > I actually just meant to add the stable mailing list addr (as the > subject says). Seems there are no such field for it? "L: stable@dpdk.org" ? This is how MLs are added in Kernel's MAINTAINER file. Cheers, Maxime > > --yliu >