Received: by 2002:ac0:a594:0:0:0:0:0 with SMTP id m20-v6csp723154imm; Wed, 23 May 2018 04:39:10 -0700 (PDT) X-Google-Smtp-Source: AB8JxZoAh399eLVdBILGOcWk/+W5WzVrsBOoU5uUxmdqaD+CdNisYiJeUIryfmSY8JnTqKpRDv7d X-Received: by 2002:a65:4a87:: with SMTP id b7-v6mr2051820pgu.271.1527075550304; Wed, 23 May 2018 04:39:10 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1527075550; cv=none; d=google.com; s=arc-20160816; b=lKe1KxBovrpixNyUaDRJOGtsy7zLBHFoZ5C7dITKZGLkeObYltmtkUTZMogWEDR/5u YpDByOCyLmwMUv514Q/T8QcarLTrks/fPHvcFcRwJPeI3CaTbZy4rg3PcSm9khjGFTdX n0iu8SNNJYnYJSyy4YFM9gNDWMICvFc6unRpxmddWf96qM+5Xu42oX+rUMgPykCGSvTt gRjt0uVwxuqWSf97si+lTosktS7GMyePNy59BCtyLK41GfpOpge6sooPUttZ3Kss0XuZ UvLj6Rkuj2U4JuZOTCuE1yhOty2yrKey5Gwg7Sh6AlhYRCZB5xl1DW4ZiUSfzoibmqnl W8DA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=FZLwuZI4LaZ8lqAbwI1vyIKfPfNhUD7fqG75xjYmWVY=; b=YT2PV29+K8OqI4bdBl+pbLqoHQ76KKEDMS77d0iGD5S3/xc6LI0VdZQ3j16Cdy2GH+ Fa/s1WaoCD/Zm3Jqe+bv1a0KuWySMBXue43H7wzQGP47P2+FQA2b2Lz/+ImRqXqvIKOw k2iT39NZLOQ3AarzOOxtMdi32EoS6AVnrv8CFeNPjNQKSDRfHtomdDy2zlR9tpqT7Fhq NLvbCLsgJWG4UN5K0P7NysGWyQ/w9lk8LrUACqPuJktBWV0FiOmsdcjgRhmmEvxX4wr9 3CuzHZhWXdoqodGfWPFO9+GVbzawYCdC319VuQad0oQWV5JyEdhBvWi54VNG3cNA0tV1 w1Tg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id e129-v6si19075606pfa.217.2018.05.23.04.38.55; Wed, 23 May 2018 04:39:10 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932681AbeEWLii (ORCPT + 99 others); Wed, 23 May 2018 07:38:38 -0400 Received: from cloudserver094114.home.pl ([79.96.170.134]:51146 "EHLO cloudserver094114.home.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932543AbeEWLid (ORCPT ); Wed, 23 May 2018 07:38:33 -0400 Received: from 79.184.253.39.ipv4.supernova.orange.pl (79.184.253.39) (HELO aspire.rjw.lan) by serwer1319399.home.pl (79.96.170.134) with SMTP (IdeaSmtpServer 0.83) id e50a122992be0d2d; Wed, 23 May 2018 13:38:31 +0200 From: "Rafael J. Wysocki" 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 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> In-Reply-To: <20180522110754.20832-1-patrick.bellasi@arm.com> References: <20180522110754.20832-1-patrick.bellasi@arm.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@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!