From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatoly Burakov Subject: [PATCH 0/2] Coverity fixes for EAL Date: Tue, 17 Apr 2018 16:42:27 +0100 Message-ID: Cc: thomas@monjalon.net To: dev@dpdk.org Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 94958CFC6 for ; Tue, 17 Apr 2018 17:42:32 +0200 (CEST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This patchset fixes a few Coverity fixes in EAL introduced by recent DPDK memory hotplug patchset. Coverity issues fixed: - 272600 - negative return not handled - 272607 - error condition not handled One of existing coverity issues is not fixed by this patchset: - 272585 - memory leak due to being independently discovered and addressed in a separate patch [1]. [1] http://dpdk.org/dev/patchwork/patch/38301/ Anatoly Burakov (2): eal: fix potential negative return eal: fix not checking unlock result lib/librte_eal/linuxapp/eal/eal_hugepage_info.c | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) -- 2.7.4