From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 65A364C78 for ; Wed, 25 Apr 2018 12:08:16 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Apr 2018 03:08:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,325,1520924400"; d="scan'208";a="48956504" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by fmsmga004.fm.intel.com with ESMTP; 25 Apr 2018 03:08:14 -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 w3PA8Dup015533; Wed, 25 Apr 2018 11:08:13 +0100 Received: from sivswdev01.ir.intel.com (localhost [127.0.0.1]) by sivswdev01.ir.intel.com with ESMTP id w3PA8DmG030570; Wed, 25 Apr 2018 11:08:13 +0100 Received: (from aburakov@localhost) by sivswdev01.ir.intel.com with LOCAL id w3PA8DU0030566; Wed, 25 Apr 2018 11:08:13 +0100 From: Anatoly Burakov To: dev@dpdk.org Cc: thomas@monjalon.net Date: Wed, 25 Apr 2018 11:08:12 +0100 Message-Id: X-Mailer: git-send-email 1.7.0.7 In-Reply-To: References: Subject: [dpdk-dev] [PATCH v2] 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: Wed, 25 Apr 2018 10:08:16 -0000 This patchset fixes a few Coverity fixes in EAL introduced by recent DPDK memory hotplug patchset. Coverity issues fixed: - 272607 - error condition not handled Coverity issues not fixed: - 272600 - negative return not handled - Proper usage of API guarantees no negative return 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/ v2: - Dropped fix for 272600 and marked it as false positive Anatoly Burakov (1): eal: remove call to unlock lib/librte_eal/linuxapp/eal/eal_hugepage_info.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) -- 2.7.4