From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: [PATCH 3/3] maintainers: add stable mailing list Date: Mon, 5 Dec 2016 09:39:24 +0100 Message-ID: <64469bb9-ac40-2902-d8f5-ebf0b996158d@redhat.com> 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> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" , Thomas Monjalon To: Yuanhan Liu , "Mcnamara, John" 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) In-Reply-To: <20161205043633.GH24403@yliu-dev.sh.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 >