From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4] eal/linuxapp: fix resource leak Date: Sun, 10 Jul 2016 15:29:06 +0200 Message-ID: <2859166.nCZ2JCNXBu@xps13> References: <1462982465-129762-1-git-send-email-danielx.t.mrzyglod@intel.com> <1467801893-73003-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, Sergio Gonzalez Monroy , david.marchand@6wind.com To: Daniel Mrzyglod Return-path: Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id C0BED1396 for ; Sun, 10 Jul 2016 15:29:08 +0200 (CEST) Received: by mail-wm0-f48.google.com with SMTP id p190so10518231wmp.1 for ; Sun, 10 Jul 2016 06:29:08 -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-07-06 11:48, Sergio Gonzalez Monroy: > On 06/07/2016 11:44, Daniel Mrzyglod wrote: > > Current code does not munmap 'hugepage' mapping (hugepage info file) on > > function exit, leaking resources. > > > > Coverity issue: 97920 > > Fixes: b6a468ad41d5 ("memory: add --socket-mem option") > > > > Signed-off-by: Daniel Mrzyglod > > --- > > Please next time remember to keep patch version history after the triple > dashes. > > Acked-by: Sergio Gonzalez Monroy Applied, thanks