From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] eal: fix resource leak Date: Mon, 11 Apr 2016 05:36:02 -0700 (PDT) Message-ID: <2505871.ANrr9LeTpD@xps13> References: <1460368014-9012-1-git-send-email-danielx.t.mrzyglod@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Burakov, Anatoly" To: "Mrzyglod, DanielX T" Return-path: Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id DD55D5585 for ; Mon, 11 Apr 2016 14:36:03 +0200 (CEST) Received: by mail-wm0-f41.google.com with SMTP id l6so143898807wml.1 for ; Mon, 11 Apr 2016 05:36: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" > > CID 13289 (#1-2 of 2): Resource leak (RESOURCE_LEAK): > > The system resource will not be reclaimed and reused, reducing the future > > availability of the resource. > > In pci_vfio_get_group_fd: Leak of memory or pointers to system resources > > > > Fixes: ff0b67d1c868 ("vfio: DMA mapping") > > > > Signed-off-by: Daniel Mrzyglod > > Acked-by: Anatoly Burakov Applied, thanks