From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v8] linuxapp, eal: Fix the memory leak issue of logid Date: Tue, 16 Oct 2018 16:33:54 +0100 Message-ID: <2a2844da-fbca-74fc-1767-a9c512ddaefc@intel.com> References: <1536125954-46632-1-git-send-email-ziye.yang@intel.com> <1536715910-38320-1-git-send-email-ziye.yang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: konstantin.ananyev@intel.com, Ziye Yang To: Ziye Yang , dev@dpdk.org Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 3A1611B10A for ; Tue, 16 Oct 2018 17:33:57 +0200 (CEST) In-Reply-To: <1536715910-38320-1-git-send-email-ziye.yang@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 9/12/2018 2:31 AM, Ziye Yang wrote: > From: Ziye Yang > > This patch is used to fix the memory leak issue of logid. > We use the ASAN test in SPDK when intergrating DPDK and > find this memory leak issue. > > Signed-off-by: Ziye Yang Reviewed-by: Ferruh Yigit check-git-log.sh complains about commit log, it can be: eal/linux: fix memory leak of logid Also needs: Fixes: d8a2bc71dfc2 ("log: remove app path from syslog id") CC: stable@dpdk.org