From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id E624AF94B for ; Wed, 18 Jan 2017 11:02:05 +0100 (CET) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga104.jf.intel.com with ESMTP; 18 Jan 2017 02:02:05 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,249,1477983600"; d="scan'208";a="54626762" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by fmsmga005.fm.intel.com with ESMTP; 18 Jan 2017 02:02:04 -0800 Date: Wed, 18 Jan 2017 18:04:18 +0800 From: Yuanhan Liu To: Thomas Monjalon Cc: dev@dpdk.org Message-ID: <20170118100418.GS10293@yliu-dev.sh.intel.com> References: <1484664872-26859-1-git-send-email-thomas.monjalon@6wind.com> <1484732272-29137-1-git-send-email-thomas.monjalon@6wind.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1484732272-29137-1-git-send-email-thomas.monjalon@6wind.com> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v2] devtools: relax tag checking in fixes 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: Wed, 18 Jan 2017 10:02:06 -0000 On Wed, Jan 18, 2017 at 10:37:52AM +0100, Thomas Monjalon wrote: > The tag "Cc: stable@dpdk.org" must be set when the commit must be > backported to a stable branch. The reminder is reworded. > > It should be located just below the "Fixes:" tag (without blank line) > and followed by a blank line, separated from SoB and review tags below. > However, there is no strong need for checking blank lines. > > Signed-off-by: Thomas Monjalon Reviewed-by: Yuanhan Liu Thanks! --yliu