From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <john.mcnamara@intel.com>
Received: from mga01.intel.com (mga01.intel.com [192.55.52.88])
 by dpdk.org (Postfix) with ESMTP id E7D784A59
 for <dev@dpdk.org>; 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" <john.mcnamara@intel.com>
To: Yuanhan Liu <yuanhan.liu@linux.intel.com>, "dev@dpdk.org" <dev@dpdk.org>
CC: Thomas Monjalon <thomas.monjalon@6wind.com>
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: <B27915DBBA3421428155699D51E4CFE20266E3DA@IRSMSX103.ger.corp.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>
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 <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=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 <thomas.monjalon@6wind.com>; Mcnamara, John
> <john.mcnamara@intel.com>; Yuanhan Liu <yuanhan.liu@linux.intel.com>
> Subject: [PATCH 3/3] maintainers: add stable mailing list
>=20
> Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
> ---
>  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 <address@domain>

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