From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 2D324A0C40; Thu, 15 Apr 2021 23:55:06 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1A943162492; Thu, 15 Apr 2021 23:55:06 +0200 (CEST) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by mails.dpdk.org (Postfix) with ESMTP id 68893162491 for ; Thu, 15 Apr 2021 23:55:04 +0200 (CEST) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id 1CA8C5C015A; Thu, 15 Apr 2021 17:55:04 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute2.internal (MEProxy); Thu, 15 Apr 2021 17:55:04 -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=fm3; bh= 9AxATjwULFrxxzhLpGqZOnfQmc5zdEL600wIowwg2ic=; b=A1jlkBtCOESe14tH R21sJGFygXsXZq79svc0Qtdlklo7t5wASN1VJz9MRfBOqNAZt50TxFpaXdAv1g7I IWaY+81d6afglNVBhT6nTZaRzxrfbVOFc62WKOG/s+phSrVttor36aLUWCRmdTWD CUd2A15NG65rZ1iO2oNCiKezLlTav3F2CmXASbq3FJrLCg39LLihf/T8tVP1I56h KseUyICj5CW9LX6BHgYs/N9cAflyyOR6OTQu5CKxzX8dag9rhfq/fK/sHcmUGiDD Ef93+tgud1ZFBtKkg+YLmhFB2wDvQ3Akt24HvgM2u6CvFz34eGXQX2Zuk5NVpewL wGeT4g== 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=9AxATjwULFrxxzhLpGqZOnfQmc5zdEL600wIowwg2 ic=; b=c0bJTLNipLWhks4Ghz14gvqB7PcSOFRH0MBMruqMjXNBQ8G82VYYRpeR3 299pVDBXZUQTyH6ehRAWSwpSX8xBdmwysNtaBjrDdTOIWcREmob10nwjnqaToxpv iCVuVOdLiIGZdteezhmqsbl88OQc2AeZlwGfB9AHMXfOixxa8A3Gol91UjP7MplW RC+53IOfaArrUdv2Wy6Sb/qJf+MhNlx7gtk8j7JliIVMIv6Q9M+0uyr6CyQxiwmC xbfbBuRU1sWkENp9MgR1xyss7+MStAtjdDmbgeQGIILnikzSQ71nKB+Jk1ERs9RR jaaX4xQNdXrqdDpdh9u/35KfwBSlw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrudelgedgtdegucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepudeggfdvfeduffdtfeeglefghfeukefgfffhueejtdetuedtjeeu ieeivdffgeehnecukfhppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghruf hiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghl ohhnrdhnvght 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 838C4240069; Thu, 15 Apr 2021 17:55:02 -0400 (EDT) From: Thomas Monjalon To: "Burakov, Anatoly" Cc: "dev@dpdk.org" , "Hunt, David" , "Pattan, Reshma" Date: Thu, 15 Apr 2021 23:55:00 +0200 Message-ID: <2362080.ndQTXv0EL9@thomas> In-Reply-To: References: <20210413122208.101057-1-anatoly.burakov@intel.com> <20210414100700.127129-1-anatoly.burakov@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] power: fix resource leak X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" > > From: Burakov, Anatoly > > Coverity issue: 369693 > > > > Fixes: 8a5febaac4f7 ("power: fix P-state base frequency handling") > > Acked-By: Reshma Pattan Applied, thanks