Re: [PATCH 5.10 000/187] 5.10.202-rc3 review

From: Greg Kroah-Hartman
Date: Mon Nov 27 2023 - 08:11:03 EST


On Sun, Nov 26, 2023 at 10:23:24AM -0800, Guenter Roeck wrote:
> 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

Now dropped, thanks.

greg k-h