Re: [PATCH 5.15 00/92] 5.15.126-rc1 review

From: Greg Kroah-Hartman
Date: Fri Aug 11 2023 - 06:05:13 EST


On Thu, Aug 10, 2023 at 09:06:01AM -0700, Guenter Roeck wrote:
> On Wed, Aug 09, 2023 at 12:40:36PM +0200, Greg Kroah-Hartman wrote:
> > This is the start of the stable review cycle for the 5.15.126 release.
> > There are 92 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 Fri, 11 Aug 2023 10:36:10 +0000.
> > Anything received after that time might be too late.
> >
>
> Build results:
> total: 160 pass: 157 fail: 3
> Failed builds:
> arm:allmodconfig
> arm64:defconfig
> arm64:allmodconfig
> Qemu test results:
> total: 501 pass: 423 fail: 78
> Failed tests:
> <most arm>
> <all arm64/arm64be>
>
> As already reported, plus:
>
> Error log:
> drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_plane.c:176:20: error: 'drm_plane_helper_destroy' undeclared here

Offending commit now dropped, Sasha's dep-bot went a little crazy there,
and this wasn't needed, sorry for not catching that sooner.

> for arm:multi_v7_defconfig
>
> Side note: I am surprised about successful arm64 tests/builds
> since arm64:defconfig fails to build with obvious code errors.
>
> drivers/firmware/arm_scmi/smc.c:39:13: error: duplicate member 'irq'
>
> drivers/firmware/arm_scmi/smc.c: In function 'smc_chan_setup':
> drivers/firmware/arm_scmi/smc.c:118:34: error: 'irq' undeclared

Should now be fixed, thanks.

greg k-h