From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756952AbcEaJDA (ORCPT ); Tue, 31 May 2016 05:03:00 -0400 Received: from merlin.infradead.org ([205.233.59.134]:48021 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756701AbcEaJC5 (ORCPT ); Tue, 31 May 2016 05:02:57 -0400 Date: Tue, 31 May 2016 11:02:51 +0200 From: Peter Zijlstra To: Viresh Kumar Cc: "Rafael J. Wysocki" , Steve Muckle , Ingo Molnar , Linux Kernel Mailing List , "linux-pm@vger.kernel.org" , Vincent Guittot , Morten Rasmussen , Dietmar Eggemann , Juri Lelli , Patrick Bellasi , Michael Turquette Subject: Re: [PATCH v2 3/3] cpufreq: schedutil: map raw required frequency to driver frequency Message-ID: <20160531090251.GJ3193@twins.programming.kicks-ass.net> References: <1464231181-30741-1-git-send-email-smuckle@linaro.org> <1464231181-30741-4-git-send-email-smuckle@linaro.org> <20160526071629.GW17585@vireshk-i7> <20160530101830.GE30066@vireshk-i7> <20160530153233.GA9463@vireshk-i7> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160530153233.GA9463@vireshk-i7> User-Agent: Mutt/1.5.21 (2012-12-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 30, 2016 at 09:02:33PM +0530, Viresh Kumar wrote: > But this is something that is fundamentally broken for now. The user writes > updates the policy->max/min, we return the call to the user thinks that it has IMO the presence of these user min/max files is the broken part.