On Thu, 13 Jun 2024 at 17:07, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> wrote: > > This is the start of the stable review cycle for the 4.19.316 release. > There are 213 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 Sat, 15 Jun 2024 11:31:50 +0000. > Anything received after that time might be too late. > > The whole patch series can be found in one patch at: > https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.19.316-rc1.gz > or in the git tree and branch at: > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.19.y > and the diffstat can be found below. > > thanks, > > greg k-h As other reported, The arm omap2plus_defconfig builds failed on stable-rc 4.19 due to following warnings and errors. * arm, build - clang-18-omap2plus_defconfig - gcc-12-omap2plus_defconfig - gcc-8-omap2plus_defconfig Build log: --------- drivers/hsi/controllers/omap_ssi_core.c:653:10: error: 'struct platform_driver' has no member named 'remove_new'; did you mean 'remove'? 653 | .remove_new = ssi_remove, | ^~~~~~~~~~ | remove drivers/hsi/controllers/omap_ssi_core.c:653:23: error: initialization of 'int (*)(struct platform_device *)' from incompatible pointer type 'void (*)(struct platform_device *)' [-Werror=incompatible-pointer-types] 653 | .remove_new = ssi_remove, | ^~~~~~~~~~ Reported-by: Linux Kernel Functional Testing <lkft@xxxxxxxxxx> Liks: -- - https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-4.19.y/build/v4.19.315-214-gafbf71016269/testrun/24321970/suite/build/test/gcc-12-omap2plus_defconfig/log - https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-4.19.y/build/v4.19.315-214-gafbf71016269/testrun/24321970/suite/build/test/gcc-12-omap2plus_defconfig/details/ - https://storage.tuxsuite.com/public/linaro/lkft/builds/2hp7W1xcas5CN3psaeGX1n8sAj8/ -- Linaro LKFT https://lkft.linaro.org