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=-15.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 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 240E3C07E9B for ; Tue, 20 Jul 2021 10:21:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0457A6121E for ; Tue, 20 Jul 2021 10:21:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236159AbhGTJkZ (ORCPT ); Tue, 20 Jul 2021 05:40:25 -0400 Received: from foss.arm.com ([217.140.110.172]:55304 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236690AbhGTJjH (ORCPT ); Tue, 20 Jul 2021 05:39:07 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id B1FD36D; Tue, 20 Jul 2021 03:18:41 -0700 (PDT) Received: from [10.57.6.251] (unknown [10.57.6.251]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 8AD943F73D; Tue, 20 Jul 2021 03:18:38 -0700 (PDT) Subject: Re: [PATCH v2 1/1] PM: EM: Increase energy calculation precision To: Greg KH Cc: linux-kernel@vger.kernel.org, Chris.Redpath@arm.com, dietmar.eggemann@arm.com, morten.rasmussen@arm.com, qperret@google.com, linux-pm@vger.kernel.org, stable@vger.kernel.org, peterz@infradead.org, rjw@rjwysocki.net, viresh.kumar@linaro.org, vincent.guittot@linaro.org, mingo@redhat.com, juri.lelli@redhat.com, rostedt@goodmis.org, segall@google.com, mgorman@suse.de, bristot@redhat.com, CCj.Yeh@mediatek.com References: <20210720094153.31097-1-lukasz.luba@arm.com> <20210720094153.31097-2-lukasz.luba@arm.com> From: Lukasz Luba Message-ID: <3578f5dc-fc6c-da1d-9bf5-092522a35f97@arm.com> Date: Tue, 20 Jul 2021 11:18:36 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Greg, On 7/20/21 10:45 AM, Greg KH wrote: > On Tue, Jul 20, 2021 at 10:41:53AM +0100, Lukasz Luba wrote: [snip] >> >> Fixes: 27871f7a8a341ef ("PM: Introduce an Energy Model management framework") >> Reported-by: CCJ Yeh >> Signed-off-by: Lukasz Luba >> --- >> include/linux/energy_model.h | 16 ++++++++++++++++ >> kernel/power/energy_model.c | 3 ++- >> 2 files changed, 18 insertions(+), 1 deletion(-) >> > > > > This is not the correct way to submit patches for inclusion in the > stable kernel tree. Please read: > https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html > for how to do this properly. > > > I shouldn't have sent to CC -stable for now. I will create and send a dedicated patch for stable with proper commit ID after it's merged (like I did last time). We are heading to stable 5.4+ (so the Android could get it). Regards, Lukasz