From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 3C3A0A0096 for ; Thu, 9 May 2019 16:32:03 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2263C37B7; Thu, 9 May 2019 16:32:02 +0200 (CEST) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 9FE87239; Thu, 9 May 2019 16:32:01 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 3BBC42210C; Thu, 9 May 2019 10:32:01 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 09 May 2019 10:32:01 -0400 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=bHqhxkil8LN9yym6I7Hl71EZXd3ht7qGnIDMyCD78Cg=; b=A4HwrWUWnf0N MQxbkMLhS66qxEKJiRajBWVPj+RaZ630j3toAs01TtTJvjwF8NmatK0AurdMfE5x ONI7ciPOX21jX/Y1/JXYVq3MQM2Xm+BcErea1ruohMad322CHlIg2nRaYAF+mGRj O718LI7igJEEQXnJI+LT7PNsePh3l+Y= 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=fm2; bh=bHqhxkil8LN9yym6I7Hl71EZXd3ht7qGnIDMyCD78 Cg=; b=xA01Z2JuP/DZVLljB2kFFz5Etjphl0F5gZf36j77n/Wuyp92kAzCPpTS7 zAuOiD0aN1Y79UO/WM5LUdv8g3mUS4r0iHlcdlYhsZxS2VclRtNA3ALN4AD9yPoS W+mSNK0bTdpBIOCFTuIC9XIDye26OJBUYD/dWTgUvMj6LZZ305KZAZ1b217DIjhe gCanj8EESd3aOkbhpywqk/cb+gus4vWiTDLdZzmBRmLYnEgnEYNToW2DkG9/JShP ysTsddjFQkuVlmAOHh00qohMkpAGx/eftcYUevA4ZHGzOzSwyyMTmK6gyw1Ggt3D 8YgOZWe6WgATXI31V3kH84bfKF5RA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrkeeigdduhecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd 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 3C779103CC; Thu, 9 May 2019 10:31:59 -0400 (EDT) From: Thomas Monjalon To: Aaron Conole Cc: dev@dpdk.org, "Burakov, Anatoly" , Herakliusz Lipiec , stable@dpdk.org, David Marchand Date: Thu, 09 May 2019 16:31:57 +0200 Message-ID: <91636857.OJfJr0Itlo@xps> In-Reply-To: <1b580bd4-e2c7-d018-f7ea-6b8e7c6b342e@intel.com> References: <20190506131120.25140-1-aconole@redhat.com> <20190506134825.20706-1-aconole@redhat.com> <1b580bd4-e2c7-d018-f7ea-6b8e7c6b342e@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v2] ipc: unlock on failure 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Message-ID: <20190509143157.kBjPoBKEdPiYtT9InzTdhUqCunuujDTpMokegu32wbs@z> 09/05/2019 13:50, Burakov, Anatoly: > On 06-May-19 2:48 PM, Aaron Conole wrote: > > Reported by Coverity. > > Maybe have a more descriptive commit message? > > > > > Fixes: a2a06860b8c4 ("ipc: fix memory leak on request failure") > > Cc: Herakliusz Lipiec > > Cc: stable@dpdk.org > > Cc: Anatoly Burakov > > Signed-off-by: Aaron Conole > > --- > > Acked-by: Anatoly Burakov Applied, thanks