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.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 538ABC433E0 for ; Fri, 15 May 2020 12:42:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 34BD820759 for ; Fri, 15 May 2020 12:42:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726216AbgEOMmg (ORCPT ); Fri, 15 May 2020 08:42:36 -0400 Received: from foss.arm.com ([217.140.110.172]:55360 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726135AbgEOMmg (ORCPT ); Fri, 15 May 2020 08:42:36 -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 570B31042; Fri, 15 May 2020 05:42:35 -0700 (PDT) Received: from bogus (unknown [10.37.12.6]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 8EC8A3F305; Fri, 15 May 2020 05:42:32 -0700 (PDT) Date: Fri, 15 May 2020 13:42:17 +0100 From: Sudeep Holla To: Ulf Hansson Cc: Lorenzo Pieralisi , Linux PM , "Rafael J . Wysocki" , Daniel Lezcano , Lina Iyer , Vincent Guittot , Stephen Boyd , Sudeep Holla , Bjorn Andersson , Benjamin Gaignard , Linux ARM Subject: Re: [PATCH] cpuidle: psci: Fixup execution order when entering a domain idle state Message-ID: <20200515124154.GA1303@bogus> References: <20200511133346.21706-1-ulf.hansson@linaro.org> <20200514142015.GA23401@bogus> <20200514172816.GA42669@bogus> <20200515102255.GA25927@bogus> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org On Fri, May 15, 2020 at 01:29:27PM +0200, Ulf Hansson wrote: > On Fri, 15 May 2020 at 12:23, Sudeep Holla wrote: > > > > On Thu, May 14, 2020 at 09:11:50PM +0200, Ulf Hansson wrote: > > > > > > No worries, thanks for reviewing. > > > > > > > You are welcome. > > > > > That said, are you fine with Rafel queuing this then? > > > > > > > I am fine with that. However I told if you need fixes tags as there are > > no users of the notification yet in the kernel. Though this is trivial, > > but do we need this backported to stable kernel. I don't have strong > > opinion and leave it to you and Rafael. > > I wanted to add the fixes tag, to make it obvious that there is an > error being fixed. > > On the other hand, no need to tag this for stable, nor to need to send > it as fix for 5.7, > Sometimes bots pick up patches for stable based on Fixes tag, hence I thought of mentioning that. -- Regards, Sudeep