From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Marchand Subject: Re: [PATCH v2] eal: Fix resource leak while secondary process maps pci devices Date: Fri, 17 Jun 2016 14:28:55 +0200 Message-ID: References: <1465961172-28253-1-git-send-email-mukawa@igel.co.jp> <1466044391-3210-1-git-send-email-mukawa@igel.co.jp> <1466044391-3210-3-git-send-email-mukawa@igel.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: "dev@dpdk.org" , "Mcnamara, John" , michalx.k.jastrzebski@intel.com To: Tetsuya Mukawa , Thomas Monjalon Return-path: Received: from mail-wm0-f52.google.com (mail-wm0-f52.google.com [74.125.82.52]) by dpdk.org (Postfix) with ESMTP id 035B9CCBA for ; Fri, 17 Jun 2016 14:29:15 +0200 (CEST) Received: by mail-wm0-f52.google.com with SMTP id v199so228318170wmv.0 for ; Fri, 17 Jun 2016 05:29:15 -0700 (PDT) In-Reply-To: <1466044391-3210-3-git-send-email-mukawa@igel.co.jp> 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, Jun 16, 2016 at 4:33 AM, Tetsuya Mukawa wrote: > This patch fixes resource leak of pci_uio_map_secondary(). > If pci_map_resource() succeeds but mapped address is different from an > address primary process mapped, this should be error. > Then the addresses secondary process mapped should be freed. > > Signed-off-by: Tetsuya Mukawa scripts/check-git-log.sh is not happy : Wrong headline uppercase: eal: Fix resource leak while secondary process maps pci devices Wrong headline lowercase: eal: Fix resource leak while secondary process maps pci devices Headline too long: eal: Fix resource leak while secondary process maps pci devices Missing 'Fixes' tag: eal: Fix resource leak while secondary process maps pci devices checkpatch is not happy, but I think we can ignore it. WARNING:LONG_LINE: line over 80 characters #48: FILE: lib/librte_eal/common/eal_common_pci_uio.c:93: + (size_t)uio_res->maps[j].size); Anyways, looks good to me, Thomas, can you fix the commit logs of those last 3 patches on eal ? Thanks. -- David Marchand