From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id A96AC29CD; Thu, 13 Oct 2016 11:31:20 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga105.jf.intel.com with ESMTP; 13 Oct 2016 02:31:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,339,1473145200"; d="scan'208";a="1044101367" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.210.139]) by orsmga001.jf.intel.com with SMTP; 13 Oct 2016 02:31:17 -0700 Received: by (sSMTP sendmail emulation); Thu, 13 Oct 2016 10:31:16 +0025 Date: Thu, 13 Oct 2016 10:31:16 +0100 From: Bruce Richardson To: "John W. Linville" Cc: dev@dpdk.org, dpdk stable Message-ID: <20161013093116.GA130404@bricha3-MOBL3> References: <1475090404-20707-1-git-send-email-linville@tuxdriver.com> <1475170776-10130-1-git-send-email-linville@tuxdriver.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1475170776-10130-1-git-send-email-linville@tuxdriver.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v2 0/4] random fixes for bugs identified by Coverity 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: Thu, 13 Oct 2016 09:31:22 -0000 On Thu, Sep 29, 2016 at 01:39:32PM -0400, John W. Linville wrote: > Today I attempted to exercise my brain between meetings by handling > a few bugs identified by Coverity. > > All of the fixes are simple and (hopefully) obvious. They are > compile-tested only. > > v2: fix-up changelog entries based-on comments from Ferruh Yigit > Series applied to dpdk-next-net/rel_16_11 /Bruce