From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wes1-so1.wedos.net (wes1-so1-b.wedos.net [46.28.106.43]) by dpdk.org (Postfix) with ESMTP id 37A321E34 for ; Fri, 4 Nov 2016 08:24:27 +0100 (CET) Received: from jvn (dynamic-109-81-211-249.ipv4.broadband.iol.cz [109.81.211.249]) by wes1-so1.wedos.net (Postfix) with ESMTPSA id 3t9CyL4wWbzYk; Fri, 4 Nov 2016 08:24:26 +0100 (CET) Date: Fri, 4 Nov 2016 08:24:23 +0100 From: viktorin@rehivetech.com To: Jianbo Liu Cc: dev@dpdk.org, chaozhu@linux.vnet.ibm.com Message-ID: <20161104082423.1f5a7a1c@jvn> In-Reply-To: <1478240949-13487-1-git-send-email-jianbo.liu@linaro.org> References: <1478240949-13487-1-git-send-email-jianbo.liu@linaro.org> Organization: RehiveTech X-Mailer: Claws Mail 3.14.0 (GTK+ 2.24.31; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 1/2] arch/arm: fix file descriptors leakage when getting CPU features X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Nov 2016 07:24:27 -0000 Hello Jianbo Liu, thank you, a good catch! Can you please git blame for the commit introducing the issue and add the "Fixes:" tag as described in [1]? Same for ppc. Regards Jan [1] http://dpdk.org/doc/guides/contributing/patches.html#commit-messages-body On Fri, 4 Nov 2016 11:59:08 +0530 Jianbo Liu wrote: > Signed-off-by: Jianbo Liu Acked-by: Jan Viktorin