Re: [PATCH 5.15 000/110] 5.15.133-rc1 review

From: Guenter Roeck
Date: Thu Sep 21 2023 - 13:22:41 EST


On Wed, Sep 20, 2023 at 01:30:58PM +0200, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 5.15.133 release.
> There are 110 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, 22 Sep 2023 11:28:09 +0000.
> Anything received after that time might be too late.
>

Build results:
total: 160 pass: 157 fail: 3
Failed builds:
i386:tools/perf
powerpc:ppc32_allmodconfig
x86_64:tools/perf
Qemu test results:
total: 509 pass: 509 fail: 0

perf:

gcc-10: fatal error: no input files

same as the problem in 5.10.y.

powerpc:ppc32_allmodconfig:

Building powerpc:ppc32_allmodconfig ... failed
--------------
Error log:
drivers/usb/gadget/udc/fsl_qe_udc.c: In function 'ch9getstatus':
drivers/usb/gadget/udc/fsl_qe_udc.c:1961:17: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement]
1961 | struct qe_ep *target_ep = &udc->eps[pipe];

Guenter