Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754726AbdCTMnC (ORCPT ); Mon, 20 Mar 2017 08:43:02 -0400 Received: from cloudserver094114.home.net.pl ([79.96.170.134]:49436 "EHLO cloudserver094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753477AbdCTMlo (ORCPT ); Mon, 20 Mar 2017 08:41:44 -0400 From: "Rafael J. Wysocki" To: Viresh Kumar Cc: Linux PM , LKML , Peter Zijlstra , Srinivas Pandruvada , Juri Lelli , Vincent Guittot , Patrick Bellasi , Joel Fernandes , Morten Rasmussen , Ingo Molnar Subject: Re: [PATCH 1/2] cpufreq: schedutil: Fix per-CPU structure initialization in sugov_start() Date: Mon, 20 Mar 2017 13:36:06 +0100 Message-ID: <3822450.QzCeJBOUoJ@aspire.rjw.lan> User-Agent: KMail/4.14.10 (Linux/4.10.0+; KDE/4.14.9; x86_64; ; ) In-Reply-To: <20170320032840.GA25659@vireshk-i7> References: <4366682.tsferJN35u@aspire.rjw.lan> <2230625.Zj7J7bOCCf@aspire.rjw.lan> <20170320032840.GA25659@vireshk-i7> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 745 Lines: 21 On Monday, March 20, 2017 08:58:40 AM Viresh Kumar wrote: > On 19-03-17, 14:30, Rafael J. Wysocki wrote: > > From: Rafael J. Wysocki > > > > sugov_start() only initializes struct sugov_cpu per-CPU structures > > for shared policies, but it should do that for single-CPU policies too. > > > > That in particular makes the IO-wait boost mechanism work in the > > cases when cpufreq policies correspond to individual CPUs. > > > > Fixes: 21ca6d2c52f8 (cpufreq: schedutil: Add iowait boosting) > > Signed-off-by: Rafael J. Wysocki > > Cc: 4.9+ # 4.9+ "stable" checks Fixes: tags too, but yes. > Acked-by: Viresh Kumar Thanks, Rafael