From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 718FD8C18 for ; Mon, 29 May 2023 15:38:29 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9C934C433EF; Mon, 29 May 2023 15:38:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1685374709; bh=OH/vh5ucJsvWdnT5PvqiPVI/rDkbKH6ANrnU5OP0+Q8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PdldZdPR6Ez7zOchY3JlqxbOOzzF90yZMzXS/YAvbWdzX18sd1tRWSZY+XIOU4IlC l1E0qlZ9VqJxtwlRt6R4AZMTjUTMUk6+NNOzLA+J+I1RRhuZr9J+vE2QkVhuplVQVI qZy02Bug+4fvhtVEsGi273o0DIRfLYdAQV2vvik8= Date: Mon, 29 May 2023 16:38:26 +0100 From: Greg Kroah-Hartman To: Guenter Roeck Cc: Naresh Kamboju , Bartosz Golaszewski , stable@vger.kernel.org, patches@lists.linux.dev, linux-kernel@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, srw@sladewatkins.net, rwarsow@gmx.de, Linus Walleij , Andy Shevchenko Subject: Re: [PATCH 4.19 000/132] 4.19.284-rc1 review Message-ID: <2023052914-lustrous-sandpaper-d025@gregkh> References: <20230528190833.565872088@linuxfoundation.org> <468bc707-0814-4d83-9087-74768d98203a@roeck-us.net> Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Mon, May 29, 2023 at 08:20:23AM -0700, Guenter Roeck wrote: > On 5/29/23 07:28, Naresh Kamboju wrote: > > On Mon, 29 May 2023 at 19:19, Guenter Roeck wrote: > > > > > > On Mon, May 29, 2023 at 06:48:10AM -0700, Guenter Roeck wrote: > > > > On Sun, May 28, 2023 at 08:08:59PM +0100, Greg Kroah-Hartman wrote: > > > > > This is the start of the stable review cycle for the 4.19.284 release. > > > > > There are 132 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 Tue, 30 May 2023 19:08:13 +0000. > > > > > Anything received after that time might be too late. > > > > > > > > > > > > > Building s390:defconfig ... failed > > > > Building s390:allnoconfig ... failed > > > > Building s390:tinyconfig ... failed > > > > We do noticed these set of build failures, > > > > Seems like the following commit might have caused this > > build break > > > > drivers: provide devm_platform_ioremap_resource() > > [ Upstream commit 7945f929f1a77a1c8887a97ca07f87626858ff42 ] > > > > > > Yes. devm_ioremap_resource() is only defined with CONFIG_HAS_IOMEM, > That dependency was added to platform.c with commit 837ccda3480d > ("drivers: depend on HAS_IOMEM for devm_platform_ioremap_resource()") > which wasn't backported. Thanks, I've queued that up now, and will push out a -rc2. greg k-h