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 AEBF7C07E9D for ; Sun, 25 Sep 2022 03:19:35 +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-Type: Content-Transfer-Encoding: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=i3LjOf6iu+hglPYkQxLKFbUwEX0d4XUd0m4XqZDQouc=; b=Divy3No6GkstRWA8n1Vsto9zl3 tg6laSnhj0rckyNxp9Tvy7q3PhXDbj2K4W5LGkrRJMce5UA7YFDwHV/CxkpsWlASANIJwwo4uQXyJ gKNbQvH0UeQu/Yhvw/UY62Tu6ulARJmxf6A8PWwVSB52YfrSX+L0ghy5EWuvpBSpKNye3Ao56bM71 SgHybw5YZCsWoambscP8fW+/mUjQJTqLBYOkl2nD0IkGn7lf3P61FtZ61C4cp4WT2W37Y6lCnzKwO 93ptvY/yvtM0AOcNIiSXf3+PGhHYfmi8Jaf15hfyr2fLbr3yaCjOvJnpzeDWq/l436fcTse4kInOR YjejVhMw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ocI9f-00AcjN-3r; Sun, 25 Sep 2022 03:18:07 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ocI9b-00AchF-U4 for linux-arm-kernel@lists.infradead.org; Sun, 25 Sep 2022 03:18:05 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 6CF1FB80DE6; Sun, 25 Sep 2022 03:18:01 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 128ABC433D6; Sun, 25 Sep 2022 03:18:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1664075880; bh=TBQWJYDnI1VFe2YiW1HW4vwlj64AKQWTH+Rj9lXyibA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=M2MC3Ey+3sGSjmE0gLaGOzvyyatTuha1bsGhiEu/eTySFhB35mqQjaPiUrOrqQPtX TKie3Txx9mm6ORKY8i4IVZ31ilVDj1lAOfXA1lGypq+V+Vf43MOswi4b7r2k8hDgFR VteY//FBvH4fE1Q3z9Vmkkh9Cp3boY6wrQaH7TWMDWTIKH2UBxaEnR/vPQR8owF0WF MwpPPxkXK0zQLFLbiiF3+P/Cxu6Rn1X7btoRkmbeifIN432x9R6xSHtUSy6dds3Ix5 TG1z9Z3Ut3OcBwVpZNJ2YmDYHUWroNYN8eJj+vrM30OU67dQGxdv9A7kj56S1T/JiU ZrvoLgF5VnLoA== Date: Sat, 24 Sep 2022 23:17:58 -0400 From: Sasha Levin To: Bartosz Golaszewski Cc: Marc Zyngier , linux-kernel@vger.kernel.org, stable@vger.kernel.org, Linus Walleij , linusw@kernel.org, kaloz@openwrt.org, khalasa@piap.pl, linux-arm-kernel@lists.infradead.org, linux-gpio@vger.kernel.org Subject: Re: [PATCH AUTOSEL 5.4 2/5] gpio: ixp4xx: Make irqchip immutable Message-ID: References: <20220921155436.235371-1-sashal@kernel.org> <20220921155436.235371-2-sashal@kernel.org> 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-20220924_201804_130137_FCD2035F X-CRM114-Status: GOOD ( 18.15 ) 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-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, Sep 21, 2022 at 10:04:27PM +0200, Bartosz Golaszewski wrote: >On Wed, Sep 21, 2022 at 6:57 PM Marc Zyngier wrote: >> >> On 2022-09-21 16:54, Sasha Levin wrote: >> > From: Linus Walleij >> > >> > [ Upstream commit 94e9bc73d85aa6ecfe249e985ff57abe0ab35f34 ] >> > >> > This turns the IXP4xx GPIO irqchip into an immutable >> > irqchip, a bit different from the standard template due >> > to being hierarchical. >> > >> > Tested on the IXP4xx which uses drivers/ata/pata_ixp4xx_cf.c >> > for a rootfs on compact flash with IRQs from this GPIO >> > block to the CF ATA controller. >> > >> > Cc: Marc Zyngier >> > Signed-off-by: Linus Walleij >> > Acked-by: Marc Zyngier >> > Signed-off-by: Bartosz Golaszewski >> > Signed-off-by: Sasha Levin >> >> Why? The required dependencies are only in 5,19, and are >> definitely NOT a stable candidate... >> >> This isn't a fix by any stretch of the imagination. >> > >Hi Marc, > >While I didn't mark it for stable (and it shouldn't go into any branch >earlier than 5.19.x), I did send the patches making the irqchips >immutable to Linus Torvalds as fixes as they technically do *fix* the >warning emitted by gpiolib and make the implementation correct. > >I think these patches should still be part of the v5.19.x stable branch. Yes, and as far as I see we are taking those fixes too. -- Thanks, Sasha _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel