From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54])
 by dpdk.org (Postfix) with ESMTP id 1932637B8
 for <dev@dpdk.org>; Thu,  1 Dec 2016 16:03:45 +0100 (CET)
Received: by mail-wm0-f54.google.com with SMTP id t79so250268348wmt.0
 for <dev@dpdk.org>; Thu, 01 Dec 2016 07:03:45 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=6wind-com.20150623.gappssmtp.com; s=20150623;
 h=from:to:cc:subject:date:message-id:user-agent:in-reply-to
 :references:mime-version:content-transfer-encoding;
 bh=YSLzCjIHWYHWT/j/Khi8TVvEvND6zcItOMgPLNF4jPw=;
 b=M2LAYynHyhhueiRIq+95oHtnm5j1QZJI40r5ZgDZ+VRELBYXfBOpY/hlS6cckLws1o
 dBEBtrnJXPTYAq1yefiMEDpnPKi1brNW9Rvq6DbtohMoyahQp3qwuTEVxO/DNP2xRe4P
 fc6pJavEzmtpPEVcMFzqrECg1mb4ptPdZffwHvB/cDFjTyaw60zFDldvqfbqnED1GSNZ
 1buVBXhFGllMEWLggLs2fmeQzaoZaTSNHdzZaOJIVn9tCZnHYaOkoPWp+TKqwDA/ZU7b
 1rHThOBjh1VVq5cdOSDEHNR0QGO6Il9yAeQhl94hh6oimIWJlf3Oo/X4sWv1E36/2LSt
 ufPw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding;
 bh=YSLzCjIHWYHWT/j/Khi8TVvEvND6zcItOMgPLNF4jPw=;
 b=CLqunb/zol9ZBmk3AJT4qS1NNyyAiINj3oDSJmnj0UOeXP6v0TTZb9Z9oVmjtRXkWO
 qGoLbnmsc4NPvrz6Y0cN2aMMPGjzJYacxR+CT1L8TteCLrw+0GJbA0oBObJK/AH6UyM5
 vbhWH3DruUov57vuKBESjPy0YlgpdQNikUjidi2orjHkT9Xhg8fRarATKGUE/MGsd1UU
 keC7qLLqFTQMwXS5UmHGWtiR9EDyEX6gG5yJezWvNfD0NwMWnqmByWLmp5diud3pEcVK
 I+itn5lY9JvF7aUCX82OEyxwgahyZM03AIXTWqY9nrPE5uZGIHRYn1Op1ZGPkki/ITQo
 QHJQ==
X-Gm-Message-State: AKaTC00lXim4H7+hEOLCfC3B9Vuay/zncfso3YACkFli3lCZ2HUk78SuGO+aMTLnvQA3c76W
X-Received: by 10.28.133.144 with SMTP id h138mr36053484wmd.12.1480604624854; 
 Thu, 01 Dec 2016 07:03:44 -0800 (PST)
Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184])
 by smtp.gmail.com with ESMTPSA id xu5sm628385wjc.49.2016.12.01.07.03.43
 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Thu, 01 Dec 2016 07:03:44 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Ferruh Yigit <ferruh.yigit@intel.com>
Cc: dev@dpdk.org
Date: Thu, 01 Dec 2016 16:03:43 +0100
Message-ID: <1618861.Cj4ZpaT0fN@xps13>
User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <bb9337aa-9987-7472-c15a-73f11b4f9b34@intel.com>
References: <1479768194-6255-1-git-send-email-thomas.monjalon@6wind.com>
 <1480599818-14911-1-git-send-email-thomas.monjalon@6wind.com>
 <bb9337aa-9987-7472-c15a-73f11b4f9b34@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH v2] scripts: check cc stable mailing list in
	commit
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <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: Thu, 01 Dec 2016 15:03:45 -0000

2016-12-01 15:00, Ferruh Yigit:
> On 12/1/2016 1:43 PM, Thomas Monjalon wrote:
> > Add a check for commits fixing a released bug.
> > Such commits are found thanks to scripts/git-log-fixes.sh.
> > They must be sent CC: stable@dpdk.org.
> > In order to avoid forgetting CC, this mail header can be written
> > in the git commit message.
> > 
> > Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
> 
> Tested-by: Ferruh Yigit <ferruh.yigit@intel.com>

Applied