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 85C9B37B4 for ; Mon, 26 Sep 2016 11:21:20 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga103.jf.intel.com with ESMTP; 26 Sep 2016 02:21:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,398,1470726000"; d="scan'208";a="13205934" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.221.93]) ([10.237.221.93]) by fmsmga006.fm.intel.com with ESMTP; 26 Sep 2016 02:21:12 -0700 To: Yuanhan Liu References: <1472648786-32404-1-git-send-email-ferruh.yigit@intel.com> <6154238.UfqKImgbgb@xps13> <20160926083407.GA20278@yliu-dev.sh.intel.com> Cc: dpdk stable From: Ferruh Yigit Message-ID: <2d1d852b-f124-e939-3b2a-7979fcc5f79e@intel.com> Date: Mon, 26 Sep 2016 10:21:12 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <20160926083407.GA20278@yliu-dev.sh.intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] kni: fix crash for KNI interface remove X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2016 09:21:20 -0000 On 9/26/2016 9:34 AM, Yuanhan Liu wrote: > On Fri, Sep 09, 2016 at 03:46:01PM +0200, Thomas Monjalon wrote: >> 2016-08-31 14:06, Ferruh Yigit: >>> Removing KNI interface that has no PCI driver for ethtool support cause >>> kernel crash. >>> >>> Fixes: 109febfe58f9 ("net/igb: move PCI device IDs from EAL") >>> Fixes: 221fba3b987c ("net/ixgbe: move PCI device IDs from EAL") >>> >>> Signed-off-by: Ferruh Yigit >> >> Applied, thanks > > FYI, this patch has been applied to stable branch v16.07. > > It hasn't been pushed to http://dpdk.org/browse/dpdk-stable/ yet. > It will be pushed if I get no objections in around TWO days. So > please shutout if you have objections. If the patches mentioned in Fixes line applied to stable branch, this one also should be applied. Thanks, ferruh