Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753874AbcK2A6J (ORCPT ); Mon, 28 Nov 2016 19:58:09 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:46014 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751064AbcK2A6B (ORCPT ); Mon, 28 Nov 2016 19:58:01 -0500 DMARC-Filter: OpenDMARC Filter v1.3.1 smtp.codeaurora.org 5BA8B613A9 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=pass smtp.mailfrom=sboyd@codeaurora.org Date: Mon, 28 Nov 2016 16:57:59 -0800 From: Stephen Boyd To: Viresh Kumar Cc: Rafael Wysocki , nm@ti.com, Viresh Kumar , linaro-kernel@lists.linaro.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, Vincent Guittot , robh@kernel.org, d-gerlach@ti.com, broonie@kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH V4 03/10] PM / OPP: Don't use OPP structure outside of rcu protected section Message-ID: <20161129005759.GR6095@codeaurora.org> References: <7817d2d3ccc77680c6e40101e80d201794398693.1479986491.git.viresh.kumar@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7817d2d3ccc77680c6e40101e80d201794398693.1479986491.git.viresh.kumar@linaro.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 466 Lines: 15 On 11/24, Viresh Kumar wrote: > The OPP structure must not be used out of the rcu protected section. > Cache the values to be used in separate variables instead. > > Signed-off-by: Viresh Kumar > Tested-by: Dave Gerlach > --- Reviewed-by: Stephen Boyd Should this have a fixes tag? -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project