From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH 3/3] maintainers: add stable mailing list Date: Mon, 5 Dec 2016 12:36:33 +0800 Message-ID: <20161205043633.GH24403@yliu-dev.sh.intel.com> References: <1480575999-14453-1-git-send-email-yuanhan.liu@linux.intel.com> <1480575999-14453-4-git-send-email-yuanhan.liu@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "dev@dpdk.org" , Thomas Monjalon To: "Mcnamara, John" Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 48AA34B79 for ; Mon, 5 Dec 2016 05:35:50 +0100 (CET) Content-Disposition: inline In-Reply-To: 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 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? --yliu