From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A292FC04AB1 for ; Thu, 9 May 2019 13:02:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 748592173C for ; Thu, 9 May 2019 13:02:26 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="oKXDYugM" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726742AbfEINCZ (ORCPT ); Thu, 9 May 2019 09:02:25 -0400 Received: from bombadil.infradead.org ([198.137.202.133]:57618 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726054AbfEINCZ (ORCPT ); Thu, 9 May 2019 09:02:25 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=Zs0QwpA986xBV8SHwzSyfAtMa6UMTB6GSBeVfJrlmPg=; b=oKXDYugMnMb7TATIUk352eY8M kC6Q/0/Jfs4X6iuyC4CytddI06oUr//opY/9OmboGGQ/FEay0t6+gZSljBPYHUygpF79SIRuIUfi0 fl2WudmUn0sK/3wI5H3kfPg9cVNSvnPeec+KeswOh9cMMiUq1aC1kfBp5nI3gd+FT8gz67iXXT4ZR GPGvL+GDSHLzMDNKN35dsw3jI3j41na34Gu0Y0+z76vGXKOW/TOmP4lSWLBz8OUjyaonmVzNLiVtr PngCxAwPnRi1oILq5cJ10hM3MRkkgNxnDiqGsKdq6g44YQ4PI4VDy03xXxwL6bspqaY9cnDEjTva6 87iTWVlzQ==; Received: from j217100.upc-j.chello.nl ([24.132.217.100] helo=hirez.programming.kicks-ass.net) by bombadil.infradead.org with esmtpsa (Exim 4.90_1 #2 (Red Hat Linux)) id 1hOigj-0006DQ-JA; Thu, 09 May 2019 13:02:17 +0000 Received: by hirez.programming.kicks-ass.net (Postfix, from userid 1000) id 5ECA32006F48C; Thu, 9 May 2019 15:02:15 +0200 (CEST) Date: Thu, 9 May 2019 15:02:15 +0200 From: Peter Zijlstra To: Patrick Bellasi Cc: linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, linux-api@vger.kernel.org, Ingo Molnar , Tejun Heo , "Rafael J . Wysocki" , Vincent Guittot , Viresh Kumar , Paul Turner , Quentin Perret , Dietmar Eggemann , Morten Rasmussen , Juri Lelli , Todd Kjos , Joel Fernandes , Steve Muckle , Suren Baghdasaryan Subject: Re: [PATCH v8 00/16] Add utilization clamping support Message-ID: <20190509130215.GV2623@hirez.programming.kicks-ass.net> References: <20190402104153.25404-1-patrick.bellasi@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190402104153.25404-1-patrick.bellasi@arm.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 02, 2019 at 11:41:36AM +0100, Patrick Bellasi wrote: > Series Organization > =================== > > The series is organized into these main sections: > > - Patches [01-07]: Per task (primary) API > - Patches [08-09]: Schedutil integration for FAIR and RT tasks > - Patches [10-11]: Integration with EAS's energy_compute() Aside from the comments already provided, I think this is starting to look really good. Thanks! > - Patches [12-16]: Per task group (secondary) API I still have to stare at these, but maybe a little later...