From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933106Ab3CVHMy (ORCPT ); Fri, 22 Mar 2013 03:12:54 -0400 Received: from sema.semaphore.gr ([78.46.194.137]:54458 "EHLO sema.semaphore.gr" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S932464Ab3CVHMx (ORCPT ); Fri, 22 Mar 2013 03:12:53 -0400 Message-ID: <514C0471.5000306@semaphore.gr> Date: Fri, 22 Mar 2013 09:12:49 +0200 From: Stratos Karafotis User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130311 Thunderbird/17.0.4 MIME-Version: 1.0 To: "Rafael J. Wysocki" CC: Viresh Kumar , cpufreq@vger.kernel.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 linux-next] cpufreq: governors: Calculate iowait time only when necessary References: <512E45E9.5020801@semaphore.gr> <512F8C7C.2020101@semaphore.gr> <1776032.T2F0vtOmT3@vostro.rjw.lan> In-Reply-To: <1776032.T2F0vtOmT3@vostro.rjw.lan> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/22/2013 01:54 AM, Rafael J. Wysocki wrote: > > Applied to linux-pm.git/bleeding-edge and will be moved to linux-next if there > are no build problems in the bleeding-edge branch. > > Thanks, > Rafael Hi Rafael, I just noticed a regression with this patch with the calculation of wall time in get get_cpu_idle_time that prevents the CPU to increase to max frequency, when we use ondemand with io_is_busy = 1. I'm sorry about that, I'm sending a patch to fix it. Regards, Stratos