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=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 43F5BC04AA7 for ; Mon, 13 May 2019 13:52:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2134C21019 for ; Mon, 13 May 2019 13:52:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729558AbfEMNwx (ORCPT ); Mon, 13 May 2019 09:52:53 -0400 Received: from foss.arm.com ([217.140.101.70]:56538 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729452AbfEMNwx (ORCPT ); Mon, 13 May 2019 09:52:53 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id DEB6680D; Mon, 13 May 2019 06:52:52 -0700 (PDT) Received: from [10.1.195.43] (e107049-lin.cambridge.arm.com [10.1.195.43]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 63A453F71E; Mon, 13 May 2019 06:52:51 -0700 (PDT) Subject: Re: [RFC PATCH 0/7] sched/cpufreq: Make schedutil energy aware To: Viresh Kumar Cc: Linux Kernel Mailing List , Linux PM list , Ingo Molnar , Peter Zijlstra , quentin.perret@arm.com, patrick.bellasi@arm.com, Dietmar Eggemann , rjw@rjwysocki.net References: <20190508174301.4828-1-douglas.raillard@arm.com> From: Douglas Raillard Organization: ARM Message-ID: <054f34d5-1b88-9337-501f-321519f5d27c@arm.com> Date: Mon, 13 May 2019 14:52:49 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="UTF-8"; format="flowed" Content-Language: en-GB-large Content-Transfer-Encoding: 7bit Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org Message-ID: <20190513135249.KFes6pqqO7oQ1jPI7jyN2wpQfFT1eK6_tIjZoyp7x8Q@z> Hi Viresh, Rafael, On 5/13/19 8:12 AM, Viresh Kumar wrote: > On Wed, May 8, 2019 at 11:57 PM wrote: >> >> From: Douglas RAILLARD >> >> Make schedutil cpufreq governor energy-aware. > > Hi Douglas, > > I was wondering on why the cpufreq maintainers weren't cc'd for this set and > then I noticed that get_maintainers doesn't report us at all for schedutil :( > > I have sent a patch to fix that, but please include us as well in the > future even > if get_maintainers doesn't report us :) Looks like it was a mix of me not checking my checklist and get_maintainers not catching it, I'll make sure both of you are in CC next time :) > > -- > viresh Thanks, Douglas