From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/6] fix i40e problematic dereference Date: Thu, 21 Apr 2016 14:51:04 +0200 Message-ID: <2915898.Az2YfBdCvX@xps13> References: <1461210177-29330-1-git-send-email-helin.zhang@intel.com> <2527316.bbAjEpdD8d@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Zhang, Helin" Return-path: Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id 4C13D2BD3 for ; Thu, 21 Apr 2016 14:51:27 +0200 (CEST) Received: by mail-wm0-f50.google.com with SMTP id v188so243370361wme.1 for ; Thu, 21 Apr 2016 05:51:27 -0700 (PDT) In-Reply-To: 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" > > 2016-04-21 11:42, Helin Zhang: > > > 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 > > > > One patch is enough to fix all the occurences of the same issue. > > But their Fixes line are different. How to handle that? You can have several Fixes lines. Thanks