From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933901AbdKGJ75 (ORCPT ); Tue, 7 Nov 2017 04:59:57 -0500 Received: from mail-pg0-f45.google.com ([74.125.83.45]:55994 "EHLO mail-pg0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752666AbdKGJ7z (ORCPT ); Tue, 7 Nov 2017 04:59:55 -0500 X-Google-Smtp-Source: ABhQp+QdpwNOioL95xye65qeeJiN4fC4Wp9XYQDq0fzSXlRcDyI+E0edgRl/EjJmIGlJs7z/t3rCDQ== Date: Tue, 7 Nov 2017 15:29:51 +0530 From: Viresh Kumar To: Chris Redpath Cc: "Rafael J . Wysocki" , linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, Morten Rasmussen , Dietmar Eggemann , Ingo Molnar , Peter Zijlstra Subject: Re: [PATCH v3] cpufreq: schedutil: Examine the correct CPU when we update util Message-ID: <20171107095951.GE3297@vireshk-i7> References: <20171103034022.GD4240@vireshk-i7> <20171103133642.8636-1-chris.redpath@arm.com> <20171103154559.GJ4240@vireshk-i7> <65a16c84-d25f-26ce-b4cf-5edc3f9b6d32@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <65a16c84-d25f-26ce-b4cf-5edc3f9b6d32@arm.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07-11-17, 09:49, Chris Redpath wrote: > Hi Viresh, Rafael, > > Without this patch, schedutil is totally broken for us - is > there any chance at all this could go in 4.14 or is it just > too late? I see that Rafael has already applied it, but not sure if he is planning to send it for 4.14 (though he should IMHO, as it is a critical fix). commit d62d813c0d71 ("cpufreq: schedutil: Examine the correct CPU when we update util") -- viresh