Re: [PATCH 5.10 000/135] 5.10.203-rc1 review

From: Guenter Roeck
Date: Mon Dec 04 2023 - 22:47:57 EST


On 12/4/23 19:15, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.10.203 release.
There are 135 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 Thu, 07 Dec 2023 03:14:57 +0000.
Anything received after that time might be too late.


drivers/s390/crypto/ap_bus.c: In function 'ap_bus_force_rescan':
drivers/s390/crypto/ap_bus.c:791:28: error: 'ap_scan_bus_count' undeclared

Seen with various s390 builds. Caused by commit 4c61e62ecde8 ("s390/ap: fix AP
bus crash on early config change callback invocation") which uses the
undeclared variable but does not introduce it.

Guenter