From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 8E0BBA04C2 for ; Tue, 26 Nov 2019 00:27:16 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6BC104C93; Tue, 26 Nov 2019 00:27:16 +0100 (CET) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id B0B7F235; Tue, 26 Nov 2019 00:27:13 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 522622283D; Mon, 25 Nov 2019 18:27:13 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Mon, 25 Nov 2019 18:27:13 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=1uUBCnu/miIY5kcko2DfPwydJqLG6dFD7mBCXr69juU=; b=soG+4V++4vii O/Ul2YqYfLQzQeRsxD6m8vtGl2ajPIs/TOYSjO9uXSZxxvpF2+UF9BwfWT6hVqsk FN2p43iC+VC12AiFai7bk0wFraFx7z9eCPLtBr4P9ZG7S+jIyKEwCvgeY87pehvP 9hIvy0sE1PCHktJQcRoChjemFLvldtA= 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=1uUBCnu/miIY5kcko2DfPwydJqLG6dFD7mBCXr69j uU=; b=etlTCxZ/eieA7zwk1eDen2KlCDw6ArrXJsVh651kiEOXIOVFNLNZfHBVn hwt14Zy+TBpD2OliqUCp690aVAFhslLHV9LsQzb2skEr+8k/CuOQ88fi7ZFdu4hB WL+8PB2pIeWx4UUXdnMI4ii43epOmR6QF0Cl/dOFyo0CD5JyVBnc7gsJML3PUt2o MyKMHdn28n4e2dn+Jj9oibUY+iZexxADuY2sx6f5iWzi97oLUBNM/ZATJtmJfPHT 37RZ1F0iAlpPBHtnfrZW9GmYXwcBwPoFfy9OKlVVTpRojUBmgYuZhXby8p92ipYb 7o8imppbB12X8NqlCSxQYN5uhZ+/w== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrudeivddgtdelucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedu X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 218AD3060057; Mon, 25 Nov 2019 18:27:12 -0500 (EST) From: Thomas Monjalon To: David Hunt Cc: dev@dpdk.org, john.mcnamara@intel.com, stable@dpdk.org Date: Tue, 26 Nov 2019 00:27:11 +0100 Message-ID: <5727061.JBQD0Gl6vS@xps> In-Reply-To: <20191125150042.12340-1-david.hunt@intel.com> References: <20191125150042.12340-1-david.hunt@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH v1] lib/power: fix incorrect parameter to strerror X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" 25/11/2019 16:00, David Hunt: > Should be passing errno rather than ret, which could be negative. > > Coverity issue: 350362 > Fixes: 9dc843eb273b ("power: extend guest channel API for reading") > Cc: stable@dpdk.org > > Signed-off-by: David Hunt Applied, thanks