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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 3BC12C7618E for ; Fri, 21 Apr 2023 09:48:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=e2PGb2XzcA9z1E0kIMIQeaoS0YFvrHVmpdzQO6kJ+S4=; b=gsuZqLxr/CLWcQ /svAAZupzSXe9DUkWrJQt9gHB4FhXvO8yImtvxElxnAIGZV7hj5NV4YCswchRLVo03RjalZIo42Fv 3of3hk4YpEKrh+cq0kQFgYN8jAGdrfp+ciUG2rpmtjY1FyI2lFtsd8qNMOF+laTyHsmK0lWF9q48A p8guhiQnv+iIrw10JFR+7Oj2h2JvccUnGNiZJXLDDwfOprgWSJ4cHOx6nmVSjT8WhrwaFqQX/avWA ZhSxwDu3PA+U+ETKKGfkv6Tfon/G34fFE7lf12JgDmOClLAZQlsb6+5OedpPYsQuFuM3S7zUBa+cO TgNZSXEFhqC1WCyciKsQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1ppnNG-00AMiA-1u; Fri, 21 Apr 2023 09:48:14 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1ppnNB-00AMgk-2f for linux-arm-kernel@lists.infradead.org; Fri, 21 Apr 2023 09:48:11 +0000 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 3E326150C; Fri, 21 Apr 2023 02:48:51 -0700 (PDT) Received: from bogus (e103737-lin.cambridge.arm.com [10.1.197.49]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 9F55A3F5A1; Fri, 21 Apr 2023 02:48:06 -0700 (PDT) Date: Fri, 21 Apr 2023 10:48:04 +0100 From: Sudeep Holla To: Cristian Marussi Cc: Tejun Heo , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kernel-team@fb.com Subject: Re: [PATCH] firmware: arm_scmi: Fix incorrect alloc_workqueue() invocation Message-ID: <20230421094804.7mbo37msebzaihq2@bogus> References: <20230421092742.jjr4gnkswj22yt76@bogus> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230421_024809_921299_09FAD7B0 X-CRM114-Status: GOOD ( 12.55 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, Apr 21, 2023 at 10:38:49AM +0100, Cristian Marussi wrote: > I though so, but as usual I am not sure what to do when we are fixing something > in the middle of a cycle... Raw support went in v6.3-rc1 and we are now in > v6.3-rc7, so if you want to pick this up now (as it seems the case) it will fix > the above yes, but it is anyway still on an unreleased kernel...so nothing really > to have to apply on any early stable kernels...buh..I dont know what is the rule, > but the Fix tag seems harmless ... so why not :D > Not that complicated TBH. If you know this fixes a particular commit in the tree, just add Fixes tag. The stable maintainers have made it easier in general by relying on the fixes tag and not needing explicit stable tag in most of the cases. I will add it. -- Regards, Sudeep _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel