From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] eal: Fix wrong resource release while unmapping pci devices Date: Mon, 20 Jun 2016 10:50:02 +0200 Message-ID: <1583312.jEsf5NXWoG@xps13> References: <1465961221-28357-1-git-send-email-mukawa@igel.co.jp> <1466044391-3210-2-git-send-email-mukawa@igel.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, David Marchand , "Mcnamara, John" , michalx.k.jastrzebski@intel.com To: Tetsuya Mukawa Return-path: Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id EB6C89A9D for ; Mon, 20 Jun 2016 10:50:03 +0200 (CEST) Received: by mail-wm0-f43.google.com with SMTP id a66so68119300wme.0 for ; Mon, 20 Jun 2016 01:50:03 -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-06-17 14:12, David Marchand: > On Thu, Jun 16, 2016 at 4:33 AM, Tetsuya Mukawa wrote: > > This patch fixes wrong resource release of pci_uio_unmap(). > > The 'path' member of mapped_pci_resource structure is allocated by > > primary process, but currently it will be freed by both primary > > and secondary process. > > The patch fixes to be freed by only primary process. > > > > Signed-off-by: Tetsuya Mukawa > > Wrong headline uppercase: > eal: Fix wrong resource release while unmapping pci devices > Wrong headline lowercase: > eal: Fix wrong resource release while unmapping pci devices > Missing 'Fixes' tag: > eal: Fix wrong resource release while unmapping pci devices > > Then you can add my ack. Applied, thanks