From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id B2C9A1B4F5; Thu, 12 Jul 2018 11:36:47 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Jul 2018 02:36:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,342,1526367600"; d="scan'208";a="55957515" Received: from rhorton-mobl1.ger.corp.intel.com (HELO [163.33.179.30]) ([163.33.179.30]) by orsmga007.jf.intel.com with ESMTP; 12 Jul 2018 02:36:45 -0700 To: Qi Zhang References: <20180702041801.27072-1-qi.z.zhang@intel.com> Cc: wenzhuo.lu@intel.com, dev@dpdk.org, stable@dpdk.org From: Remy Horton Organization: Intel Shannon Limited Message-ID: <56be08c3-405e-2784-a1d8-d6c07cd34f0d@intel.com> Date: Thu, 12 Jul 2018 10:36:44 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <20180702041801.27072-1-qi.z.zhang@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [PATCH] net/ixgbe: fix missing NULL point check X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2018 09:36:48 -0000 Patch doesn't apply to latest master, but otherwise seems fine to me. On 02/07/2018 05:18, Qi Zhang wrote: > Add missing NULL point check in ixgbe_pf_host_uninit, or it may cause > segement fault when detach a device. > > Fixes: cf80ba6e2038 ("net/ixgbe: add support for representor ports") > Cc: stable@dpdk.org > > Signed-off-by: Qi Zhang