From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 51EEADE5 for ; Fri, 20 Jan 2017 17:20:48 +0100 (CET) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga105.fm.intel.com with ESMTP; 20 Jan 2017 08:20:47 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,259,1477983600"; d="scan'208";a="50812458" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.38]) ([10.237.220.38]) by orsmga004.jf.intel.com with ESMTP; 20 Jan 2017 08:20:46 -0800 To: Yuanhan Liu , Thomas Monjalon References: <1484664872-26859-1-git-send-email-thomas.monjalon@6wind.com> <20170120075958.GV10293@yliu-dev.sh.intel.com> <9526071.0GfyZqNgQv@xps13> <20170120102326.GX10293@yliu-dev.sh.intel.com> Cc: dev@dpdk.org, pablo.de.lara.guarch@intel.com, bruce.richardson@intel.com From: Ferruh Yigit Message-ID: <0450d62c-dcb2-a1d8-dded-550f2308a501@intel.com> Date: Fri, 20 Jan 2017 16:20:45 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <20170120102326.GX10293@yliu-dev.sh.intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] devtools: check stable tag 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: Fri, 20 Jan 2017 16:20:48 -0000 On 1/20/2017 10:23 AM, Yuanhan Liu wrote: > On Fri, Jan 20, 2017 at 11:10:54AM +0100, Thomas Monjalon wrote: >> 2017-01-20 15:59, Yuanhan Liu: >>> On Thu, Jan 19, 2017 at 12:00:23PM +0000, Ferruh Yigit wrote: >>>> To highlight, and double check, the process will be updated as following: >>>> >>>> - Author may or may not have "CC: stable@dpdk.org" for fixes. >>>> >>>> - Maintainer/Committer may add "CC: stable@dpdk.org" tag to commit log, >>>> but won't send a mail to the stable mail list. >>>> >>>> - "CC: stable@dpdk.org" tags will remain in commit logs. >>> >>> Yes. >> >> Sorry, I do not understand why a maintainer or a committer would not send a >> mail to the stable ML. If we add the CC: tag, we can also CC:stable@dpdk.org >> in our reply. > > Oh, right. Because if the decision will be given based on parsing git history, same patch being sent to stable mail list will be duplicate and will create noise. But if this will help somebody, somehow, I don't see any issue to sending mail to stable mail list. > > --yliu >