Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755859AbdLVMWW (ORCPT ); Fri, 22 Dec 2017 07:22:22 -0500 Received: from bombadil.infradead.org ([65.50.211.133]:55247 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750995AbdLVMWU (ORCPT ); Fri, 22 Dec 2017 07:22:20 -0500 Date: Fri, 22 Dec 2017 13:22:14 +0100 From: Peter Zijlstra To: Patrick Bellasi Cc: Juri Lelli , linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, Ingo Molnar , "Rafael J . Wysocki" , Viresh Kumar , Vincent Guittot , Dietmar Eggemann , Morten Rasmussen , Todd Kjos , Joel Fernandes Subject: Re: [PATCH v3 0/6] cpufreq: schedutil: fixes for flags updates Message-ID: <20171222122214.dzzx2pjja3wn5f4q@hirez.programming.kicks-ass.net> References: <20171130114723.29210-1-patrick.bellasi@arm.com> <20171220153029.dqrtjbyowhqdl56r@hirez.programming.kicks-ass.net> <20171220173814.GC22246@localhost.localdomain> <20171222100626.7g5yklspjofcp2we@hirez.programming.kicks-ass.net> <20171222110206.GA6414@e110439-lin> <20171222114618.mlbqdbagrbr7oert@hirez.programming.kicks-ass.net> <20171222120714.GL18612@localhost.localdomain> <20171222121445.GB30968@e110439-lin> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171222121445.GB30968@e110439-lin> User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 563 Lines: 14 On Fri, Dec 22, 2017 at 12:14:45PM +0000, Patrick Bellasi wrote: > I think that check is already gone for CFS in the current PeterZ tree. > It seems we use TICK_NS just for the reset of iowait_boost, isn't it? Easy enough to bring back though. > However, if the remote updates of CFS works as expected, > the removal of the TICK_NS for CFS is not intentional? So I killed that because I now do get_util for all CPUs and figured get_util provides up-to-date numbers. So we don't need no artificial aging. Esp. once we get that whole blocked load stuff sorted.