From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id E7D784A59 for ; Sun, 4 Dec 2016 17:36:39 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP; 04 Dec 2016 08:36:38 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,299,1477983600"; d="scan'208";a="908577112" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by orsmga003.jf.intel.com with ESMTP; 04 Dec 2016 08:36:37 -0800 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.91]) by IRSMSX152.ger.corp.intel.com ([169.254.6.78]) with mapi id 14.03.0248.002; Sun, 4 Dec 2016 16:36:36 +0000 From: "Mcnamara, John" To: Yuanhan Liu , "dev@dpdk.org" CC: Thomas Monjalon Thread-Topic: [PATCH 3/3] maintainers: add stable mailing list Thread-Index: AQHSS6F06We4i9TM4Ee1WsXXT/Q74KD4AH0w Date: Sun, 4 Dec 2016 16:36:36 +0000 Message-ID: References: <1480575999-14453-1-git-send-email-yuanhan.liu@linux.intel.com> <1480575999-14453-4-git-send-email-yuanhan.liu@linux.intel.com> In-Reply-To: <1480575999-14453-4-git-send-email-yuanhan.liu@linux.intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZDUyYTMzOGUtMDY5Mi00NjZmLTgyYzItNjYzYmRiNTA1MmI2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6ImJ4Y2NTOVoxY0VqVmNwNnVrSWVpa3JCNjBHbjYrSGxLOTBFMlROeGNocXc9In0= x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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: Sun, 04 Dec 2016 16:36:40 -0000 > -----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 >=20 > Signed-off-by: Yuanhan Liu > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) >=20 > 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 stab= le@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 sepa= rate line. This would be clearer way of showing the stable release tree maintainer. John=20