From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com
 [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 1B3A7D4AA
 for <dev@dpdk.org>; Tue, 17 Apr 2018 17:56:57 +0200 (CEST)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id ACC4521F26;
 Tue, 17 Apr 2018 11:56:56 -0400 (EDT)
Received: from mailfrontend1 ([10.202.2.162])
 by compute1.internal (MEProxy); Tue, 17 Apr 2018 11:56:56 -0400
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h=
 cc:content-transfer-encoding:content-type:date:from:in-reply-to
 :message-id:mime-version:references:subject:to:x-me-sender
 :x-me-sender:x-sasl-enc; s=mesmtp; bh=3bpCuhJiUdL5BlvGzvYEaPUplV
 dYR3OCYbX9GoSjCTY=; b=FYWN9k6uZGqdjDhEXI6veuqt85+znnEb8ah3Dnwyai
 WtSySotCqtfLuP/yjK3ZFxqM+C7MVmV3MMri19ZfnY+UlmR3u9Bz3Ve/bEUM4vqA
 z0ILuLwEKIJ6kvPMOXOF716uD3xxM+v44z1xoffgVCpJBh2FO24jKF9O0OcMjN82
 M=
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=
 messagingengine.com; h=cc:content-transfer-encoding:content-type
 :date:from:in-reply-to:message-id:mime-version:references
 :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=3bpCuh
 JiUdL5BlvGzvYEaPUplVdYR3OCYbX9GoSjCTY=; b=LWraM0/vyRU6IJcEY0BU+V
 P9KunISIHHJt5m/It8C4pbo+Kyhs7Qnjqfy1JPv4KWMRLt0H/uwc2JhGclsiS2v+
 Btj6CdCCJ/PqZqfcnIJ5vNYjDuYROWGi1EhF40N1F1BxNtjKg70x61EKGkT3E+5G
 rrX5lK1DM9dtOoqqzQJiFSkdyNA9hC+CWQdvkNT+lhKxadyHGIMB+m337XG2xwm4
 y3nAkxit19RVuCF79fhEIx1aCQizLBtFJazMaLazjLfyLHntb5NNCk96n6hM9rdu
 WNb4FvbfKwfG2VS9EYk7rJpk7YwNcmpAAOS9Ol8JPvGVOqEo+b4on/bTJuXhXk4w
 ==
X-ME-Sender: <xms:SBnWWlxEgurSLnY4B1BjPGZ9AvEfT5L4HnRz0muGz_n2ecbZPS3Bbw>
Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184])
 by mail.messagingengine.com (Postfix) with ESMTPA id 1CEBEE4120;
 Tue, 17 Apr 2018 11:56:56 -0400 (EDT)
From: Thomas Monjalon <thomas@monjalon.net>
To: Anatoly Burakov <anatoly.burakov@intel.com>
Cc: dev@dpdk.org
Date: Tue, 17 Apr 2018 17:56:55 +0200
Message-ID: <2822934.JnSj6TxSKo@xps>
In-Reply-To: <cover.1523977588.git.anatoly.burakov@intel.com>
References: <cover.1523977588.git.anatoly.burakov@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH 00/10] Coverity fixes for EAL memory
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Tue, 17 Apr 2018 15:56:57 -0000

17/04/2018 17:50, Anatoly Burakov:
> This patchset fixes a host of coverity issues in memory subsystem
> introduced with recent DPDK memory hotplug patchset.
> 
> Coverity issues fixed:
> - 272601 - leaking fd
> - 272560 - double close fd
> - 272568 - leaking fd
> - 272570 - leaking fd
> - 272589 - dereference before null check
> - 272602 - freeing wrong pointer
> - 272608 - expression does nothing
> - 272577 - negative return not handled
> - 272578 - negative return not handled
> - 272584 - use after free

Looks like you should buy a Coverity license
to run it locally before submitting ;)