From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH 0/6] fix i40e problematic dereference Date: Thu, 21 Apr 2016 12:01:40 +0100 Message-ID: <20160421110139.GC11224@bricha3-MOBL3> References: <1461210177-29330-1-git-send-email-helin.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Helin Zhang Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id DF42F9E7 for ; Thu, 21 Apr 2016 13:02:10 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1461210177-29330-1-git-send-email-helin.zhang@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Thu, Apr 21, 2016 at 11:42:51AM +0800, Helin Zhang wrote: > It fixes several problematic dereferences in i40e driver, > reported by Coverity. > > Helin Zhang (6): > i40e: fix problematic dereference > i40e: fix problematic dereference > i40e: fix problematic dereference > i40e: fix problematic dereference > i40e: fix problematic dereference > i40e: fix problematic dereference > Since this is the same issue fixed multiple times, I think it might be best to just merge these patches into just one patch to fix the dereferences. You can include all the fixes lines and coverity defect references in the one commit message. /Bruce