From mboxrd@z Thu Jan 1 00:00:00 1970 From: Viresh Kumar Subject: Re: [PATCH 2/11] cpufreq: governor: Use common mutex for dbs_data protection Date: Fri, 5 Feb 2016 08:54:44 +0530 Message-ID: <20160205032444.GC21792@vireshk> References: <3705929.bslqXH980s@vostro.rjw.lan> <1529283.0IedZktI9q@vostro.rjw.lan> <20160204050954.GU3469@vireshk> <20160205025948.GE3068@vireshk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: "Rafael J. Wysocki" Cc: "Rafael J. Wysocki" , Linux PM list , Linux Kernel Mailing List , Srinivas Pandruvada , Juri Lelli , Steve Muckle , Saravana Kannan List-Id: linux-pm@vger.kernel.org On 05-02-16, 04:17, Rafael J. Wysocki wrote: > And don't we switch governors under policy->rwsem anyway? So ? That is blocking only a single policy only, but with the new change, we will block all policies from doing that concurrently. -- viresh