From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id A2F172934 for ; Fri, 4 Nov 2016 07:57:14 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP; 03 Nov 2016 23:57:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,442,1473145200"; d="scan'208";a="1080469373" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by fmsmga002.fm.intel.com with ESMTP; 03 Nov 2016 23:57:12 -0700 Date: Fri, 4 Nov 2016 14:58:02 +0800 From: Yuanhan Liu To: Thomas Monjalon Cc: dev@dpdk.org Message-ID: <20161104065802.GX16751@yliu-dev.sh.intel.com> References: <1475142110-8294-1-git-send-email-thomas.monjalon@6wind.com> <1475245122-23719-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: <1475245122-23719-1-git-send-email-thomas.monjalon@6wind.com> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v2] scripts: show fixes with release version of bug X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Nov 2016 06:57:15 -0000 On Fri, Sep 30, 2016 at 04:18:42PM +0200, Thomas Monjalon wrote: > This script can help to find commits to backport in stable branches. > > Fixes are found if there is the word "fix" in the headline or > if there is a tag Fixes: or Reverts: in the message. > Chained fixes of fixes are explored to find the oldest origin. > Fixes of not released bugs are ignored. Thomas, that saves my life! It helps a lot when I'm trying to pick commits for 16.07.2. So, Reviewed-by: Yuanhan Liu Thanks for the patch (and sorry for late reply). --yliu