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 81CCEC00A8F for ; Tue, 24 Oct 2023 08:32:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233903AbjJXIcD (ORCPT ); Tue, 24 Oct 2023 04:32:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35502 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233907AbjJXIb7 (ORCPT ); Tue, 24 Oct 2023 04:31:59 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BF51F120; Tue, 24 Oct 2023 01:31:57 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D290AC433C8; Tue, 24 Oct 2023 08:31:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1698136317; bh=BYQEbgrs6X61ixSYGvdHAsL1b7y8U2m7ZhKq7Y4SGFA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ZclkhsmNsPql+3TnbKv3S9YL0/90JmCDTmuUBbfu9KU11Balc4EBEbMBO13/cewqR yG9vukpc5PoknNU9WWCuktsBCa4TbzfYzjGFegxJMrooam7euifBvrUtuetHrY7niH cipNa+8ZAxXGnyF3Ub8bpPxiK+uMJ8LDtEz1iQCU= Date: Tue, 24 Oct 2023 10:31:54 +0200 From: Greg Kroah-Hartman To: Dominique Martinet Cc: stable@vger.kernel.org, patches@lists.linux.dev, linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org, lkft-triage@lists.linaro.org, pavel@denx.de, jonathanh@nvidia.com, f.fainelli@gmail.com, sudipm.mukherjee@gmail.com, srw@sladewatkins.net, rwarsow@gmx.de, conor@kernel.org Subject: Re: [PATCH 5.10 000/202] 5.10.199-rc1 review Message-ID: <2023102443-woozy-spud-171a@gregkh> References: <20231023104826.569169691@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Oct 24, 2023 at 04:50:37PM +0900, Dominique Martinet wrote: > Greg Kroah-Hartman wrote on Mon, Oct 23, 2023 at 12:55:07PM +0200: > > The whole patch series can be found in one patch at: > > https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.10.199-rc1.gz > > or in the git tree and branch at: > > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.10.y > > and the diffstat can be found below. > > Not much point in adding to the IRQCHIP_IMMUTABLE errors reports; I went > ahead and reverted these two commits: > da4ad7dba3a1 ("gpio: vf610: mask the gpio irq in system suspend and support wakeup") > 90225415cad6 ("gpio: vf610: make irq_chip immutable") Thanks, I'm dropping them now as well. greg k-h