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 14804C32771 for ; Mon, 26 Sep 2022 17:00:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230046AbiIZRAZ (ORCPT ); Mon, 26 Sep 2022 13:00:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45804 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230008AbiIZQ7g (ORCPT ); Mon, 26 Sep 2022 12:59:36 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 69FDC28E24; Mon, 26 Sep 2022 08:59:53 -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 dfw.source.kernel.org (Postfix) with ESMTPS id 52FBC60DBF; Mon, 26 Sep 2022 15:59:53 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 260B1C433C1; Mon, 26 Sep 2022 15:59:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1664207992; bh=T62VMtRqEZ1ynuRiLve/sryNWui8CQ7pF8ybsY5aRus=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=if5lJPaLrzPnCW0qkc4dhYdV84CagZCivk9x9UScmTKJxGEAfDgX5+IZKCwUy8mzS n7qLALuX+USlJbJEiouPPpfiNJBGfDhEE5tIzVMv4ryC0GtvRmDNlgwcOsP/2hRR2L C9PnJVraK2zzggToj5y3cDD6Ga8+36U37lzRfyfg= Date: Mon, 26 Sep 2022 17:59:49 +0200 From: Greg Kroah-Hartman To: Guenter Roeck Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, 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, slade@sladewatkins.com Subject: Re: [PATCH 5.4 000/120] 5.4.215-rc1 review Message-ID: References: <20220926100750.519221159@linuxfoundation.org> <39503234-9c35-cdd8-bd8c-d5c3d7d3af1e@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <39503234-9c35-cdd8-bd8c-d5c3d7d3af1e@roeck-us.net> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 26, 2022 at 06:38:39AM -0700, Guenter Roeck wrote: > On 9/26/22 03:10, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 5.4.215 release. > > There are 120 patches in this series, all will be posted as a response > > to this one. If anyone has any issues with these being applied, please > > let me know. > > > > Responses should be made by Wed, 28 Sep 2022 10:07:26 +0000. > > Anything received after that time might be too late. > > > > Building arm:ixp4xx_defconfig ... failed > -------------- > Error log: > drivers/gpio/gpio-ixp4xx.c:171:18: error: 'IRQCHIP_IMMUTABLE' undeclared here (not in a function); did you mean 'IS_IMMUTABLE'? > 171 | .flags = IRQCHIP_IMMUTABLE, > | ^~~~~~~~~~~~~~~~~ > | IS_IMMUTABLE > drivers/gpio/gpio-ixp4xx.c:172:9: error: 'GPIOCHIP_IRQ_RESOURCE_HELPERS' undeclared here (not in a function) > 172 | GPIOCHIP_IRQ_RESOURCE_HELPERS, > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > drivers/gpio/gpio-ixp4xx.c:172:9: warning: excess elements in struct initializer > drivers/gpio/gpio-ixp4xx.c:172:9: note: (near initialization for 'ixp4xx_gpio_irqchip') > drivers/gpio/gpio-ixp4xx.c: In function 'ixp4xx_gpio_probe': > drivers/gpio/gpio-ixp4xx.c:296:9: error: implicit declaration of function 'gpio_irq_chip_set_chip' [-Werror=implicit-function-declaration] > 296 | gpio_irq_chip_set_chip(girq, &ixp4xx_gpio_irqchip); > | ^~~~~~~~~~~~~~~~~~~~~~ Offending patch now dropped, will do a -rc2 soon. thanks, greg k-h