From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Apr 2018 08:42:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,464,1517904000"; d="scan'208";a="221143975" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by fmsmga006.fm.intel.com with ESMTP; 17 Apr 2018 08:42:30 -0700 Received: from sivswdev01.ir.intel.com (sivswdev01.ir.intel.com [10.237.217.45]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id w3HFgU7d029674; Tue, 17 Apr 2018 16:42:30 +0100 Received: from sivswdev01.ir.intel.com (localhost [127.0.0.1]) by sivswdev01.ir.intel.com with ESMTP id w3HFgUcj020521; Tue, 17 Apr 2018 16:42:30 +0100 Received: (from aburakov@localhost) by sivswdev01.ir.intel.com with LOCAL id w3HFgTRu020517; Tue, 17 Apr 2018 16:42:29 +0100 From: Anatoly Burakov To: dev@dpdk.org Cc: thomas@monjalon.net Date: Tue, 17 Apr 2018 16:42:27 +0100 Message-Id: X-Mailer: git-send-email 1.7.0.7 Subject: [dpdk-dev] [PATCH 0/2] Coverity fixes for EAL X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Apr 2018 15:42:33 -0000 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