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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5E31AC6FA92 for ; Mon, 26 Sep 2022 16:59:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230137AbiIZQ7p (ORCPT ); Mon, 26 Sep 2022 12:59:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40510 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229551AbiIZQ7V (ORCPT ); Mon, 26 Sep 2022 12:59:21 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BC090295; Mon, 26 Sep 2022 08:58:54 -0700 (PDT) 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 73446B80B04; Mon, 26 Sep 2022 15:58:53 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BD8B2C433C1; Mon, 26 Sep 2022 15:58:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1664207932; bh=6goCMhp0QclAXt8SDNg2O5UCNbJOnZFpxY/FtGz5WHA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=yaLQTID+rUCem2Q3DIN6ZNB8PCdOP3iNmY4UbDsFmSpjDxgNiPQZavy0oShSRep5G t1egDJB8itUlUIbTwmywm3LmGmj3qhdYa9C/BN0fcVPE4l+efMOOylkgRUL+NN9iuD TQSDipX1D3tg0L4WEbmIKhk5+uBzFJdUbj479vfU= Date: Mon, 26 Sep 2022 17:58:49 +0200 From: Greg Kroah-Hartman To: Marc Zyngier Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Linus Walleij , Bartosz Golaszewski , Sasha Levin Subject: Re: [PATCH 5.4 097/120] gpio: ixp4xx: Make irqchip immutable Message-ID: References: <20220926100750.519221159@linuxfoundation.org> <20220926100754.551266309@linuxfoundation.org> <86a66m8lml.wl-maz@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86a66m8lml.wl-maz@kernel.org> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Sep 26, 2022 at 06:40:02AM -0400, Marc Zyngier wrote: > Greg, > > On Mon, 26 Sep 2022 06:12:10 -0400, > Greg Kroah-Hartman 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 > > We had that discussion[1], and concluded that none of these should be > backported to a kernel earlier than 5.19. 5.4 doesn't currently > contain the relevant infrastructure, nor should that infrastructure > should be backported either. > > Can we *please* stop this? > > M. > > [1] https://lore.kernel.org/all/CAMRc=Md9JKdW8wmbun_0_1y2RQbck7q=vzOkdw6n+FBgpf0h8w@mail.gmail.com/ Sasha, what went wrong here? Now dropped from all but 5.19.y, thanks. greg k-h