From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id 8775A37B2 for ; Wed, 21 Sep 2016 18:41:37 +0200 (CEST) Received: by mail-wm0-f42.google.com with SMTP id l132so278625173wmf.0 for ; Wed, 21 Sep 2016 09:41:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=Z/Pfj0jZcmf0+6Z9ftBGQksaOaoTK6lCL2xx6jqvTh0=; b=ihs31a5ik04uw4BpuFuD9kPmasReDZs8o9wauKwsKAz24mRqLe3ErINSb9jwTMb8ae A4ImJZ1ozKXgCiIRxml9RdFlNGsRNfkgmDyi6+21gKE0znva4ImzdCGTLhS+x663wqtW lOi19hNuGHbLCz1VxRz7q1B/dpy+z54f9IOKdI4Gtp+wO9pY3wmb9MqeHDrpB0UV+pAY RWrkwqwhKU7qfPz7hKiRUBi3zcefPTZKZX8PzTgZ+hAReMrb0uwLwgxFbUNo6o6SSRrX IH2Jg0DjSe9/TmtkM92r05Zh1GAjOs8yQGpq5Qx7K7wsGDhqrb2vSEjvuiuffRhY9T9s LFSQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=Z/Pfj0jZcmf0+6Z9ftBGQksaOaoTK6lCL2xx6jqvTh0=; b=R8ClLKjD2hb4mBKy/Fz41FxkZLB+OnvIG3c7af/UIvo/1Z/phC1fgZaIX69FgDKQwB qqFXS2qBSPMw+3vXimF9QZhKlAZ0riJ8iGThT57pkgJFr8egaxoX54ZzgaazvTZRWZQ9 lzJLEqSgPbuSeMMq3A77uVs5kvW9Ytl+x+DPCY2RxccAQReGgFqn7SQtNH4Pd/x6QiqH bFMpvEUt2LAOJLrIK1zOgrCC43sicrgt0o9VPZXlgE9cG9F2tAtpFxzpK2QVaVEdnZGf gslFK8P8nZY41eBRFJibao1a7NKPZK4I6orbFMPIbMs8cLUFY0MHBrLNYO3FU0jqDuK9 7SVg== X-Gm-Message-State: AE9vXwN7nPlGmQ+qGeIbcu+N72vKBgYQjl4VON8dMRcWsVLWsAQwV7jXBYQamsyyjRmXQUdI X-Received: by 10.28.41.131 with SMTP id p125mr4279513wmp.15.1474476097236; Wed, 21 Sep 2016 09:41:37 -0700 (PDT) Received: from xps13.localnet (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by smtp.gmail.com with ESMTPSA id z4sm33381783wmg.19.2016.09.21.09.41.35 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 21 Sep 2016 09:41:35 -0700 (PDT) From: Thomas Monjalon To: zhouyangchao Cc: dev@dpdk.org, Ferruh Yigit , stable@dpdk.org Date: Wed, 21 Sep 2016 18:41:34 +0200 Message-ID: <1568933.YGvsM5tFec@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <888c505d-c5c8-1603-8ad9-17c5d5d8e9ae@intel.com> References: <20160911095923.7923-1-zhouyates@gmail.com> <888c505d-c5c8-1603-8ad9-17c5d5d8e9ae@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-stable] [dpdk-dev] [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: Wed, 21 Sep 2016 16:41:37 -0000 2016-09-13 14:13, Ferruh Yigit: > 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 Applied, thanks