From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergio Gonzalez Monroy Subject: Re: [PATCH v4] eal/linuxapp: fix resource leak Date: Wed, 6 Jul 2016 11:48:49 +0100 Message-ID: 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=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Daniel Mrzyglod , david.marchand@6wind.com Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 41D296CA5 for ; Wed, 6 Jul 2016 12:48:52 +0200 (CEST) In-Reply-To: <1467801893-73003-1-git-send-email-danielx.t.mrzyglod@intel.com> 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 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