From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] libs/power: fix the resource leaking issue Date: Mon, 14 Jan 2019 23:35:59 +0100 Message-ID: <2018531.3oe2IaU2Kv@xps> References: <1545996779-4098-1-git-send-email-liang.j.ma@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, david.hunt@intel.com, anatoly.burakov@intel.com, lei.a.yao@intel.com To: Liang Ma Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 73FCF1B107 for ; Mon, 14 Jan 2019 23:36:02 +0100 (CET) In-Reply-To: <1545996779-4098-1-git-send-email-liang.j.ma@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 28/12/2018 12:32, Liang Ma: > Fixes: e6c6dc0f96c8 ("power: add p-state driver compatibility") > Coverity issue: 328528 > > Also add the missing functionality of enable/disable turbo If you are changing two things, you probably need to split in two patches. In 19.02 timeframe, we will get only the fix. Dave, please could you help?