From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id DD12D68CA; Tue, 13 Sep 2016 15:13:17 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 13 Sep 2016 06:13:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,328,1470726000"; d="scan'208";a="1029279156" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.106]) ([10.237.220.106]) by orsmga001.jf.intel.com with ESMTP; 13 Sep 2016 06:13:13 -0700 To: zhouyangchao References: <20160911095923.7923-1-zhouyates@gmail.com> Cc: dev@dpdk.org, stable@dpdk.org From: Ferruh Yigit Message-ID: <888c505d-c5c8-1603-8ad9-17c5d5d8e9ae@intel.com> Date: Tue, 13 Sep 2016 14:13: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: <20160911095923.7923-1-zhouyates@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-stable] [PATCH] kni: unregister an unregisterd net_device could cause a kernel crash 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: Tue, 13 Sep 2016 13:13:18 -0000 On 9/11/2016 10:59 AM, zhouyangchao wrote: > Signed-off-by: zhouyangchao > --- There is a typo in the patch subject, I suggest: kni: fix error rollback kernel crash Fixes: 9c61145ff6f9 ("kni: allow multiple threads") Acked-by: Ferruh Yigit