On 11/26/23 07:46, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.10.202 release. There are 187 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, 28 Nov 2023 15:43:06 +0000. Anything received after that time might be too late.
For v5.10.201-188-g2f84e268b78b (5.10.202-rc3): s390:defconfig, s390:allmodconfig, s390:debug_defconfig: 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 $ git grep ap_scan_bus_count drivers/s390/crypto/ap_bus.c: if (atomic64_read(&ap_scan_bus_count) <= 0) $ git blame drivers/s390/crypto/ap_bus.c |& grep ap_scan_bus_count 467f51fb3ab6e (Harald Freudenberger 2023-10-23 09:57:10 +0200 791) if (atomic64_read(&ap_scan_bus_count) <= 0) which is: 467f51fb3ab6 s390/ap: fix AP bus crash on early config change callback invocation Guenter