From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Rafael J. Wysocki" Subject: Re: [PATCH v4 0/2] Fix and cleanup iowait boost Date: Wed, 23 May 2018 13:37:52 +0200 Message-ID: <1864026.X9Jp3j4sSN@aspire.rjw.lan> References: <20180522110754.20832-1-patrick.bellasi@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: <20180522110754.20832-1-patrick.bellasi@arm.com> Sender: linux-kernel-owner@vger.kernel.org To: Patrick Bellasi Cc: linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, Ingo Molnar , Peter Zijlstra , "Rafael J . Wysocki" , Viresh Kumar , Vincent Guittot , Dietmar Eggemann , Juri Lelli , Joel Fernandes List-Id: linux-pm@vger.kernel.org On Tuesday, May 22, 2018 1:07:52 PM CEST Patrick Bellasi wrote: > Here is the (hopefully) final update of: > > https://lkml.org/lkml/2018/5/21/114 > 20180521085120.7902-1-patrick.bellasi@arm.com > > which just includes the small typo fixes suggested by Jeol and the ack > and review tags collected so far. > > Cheers Patrick > > Changes in v4: > - fixed typos in changelog (Joel) > - added Reviewed-by Joel Fernandes > - added Acked-by Viresh and Peter > > Changes in v3: > - renamed the iowait boost functions (Peter) > - moved boost reset into a dedicated function (Peter) > - split the fix into a separated patch (Viresh) > - added "Fixes" tag (Viresh) > > Patrick Bellasi (2): > cpufreq: schedutil: Fix iowait boost reset > cpufreq: schedutil: Cleanup and document iowait boost > > kernel/sched/cpufreq_schedutil.c | 152 +++++++++++++++++++++++++++------------ > 1 file changed, 108 insertions(+), 44 deletions(-) > > Both patches applied, thanks!