On Sat, Jun 15, 2024 at 04:03:04PM +0530, Naresh Kamboju wrote:
On Thu, 13 Jun 2024 at 17:07, Greg Kroah-Hartman gregkh@linuxfoundation.org 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-rc... 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@linaro.org
Liks:
- https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-4.19.y/build/v4.19....
- https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-4.19.y/build/v4.19....
- https://storage.tuxsuite.com/public/linaro/lkft/builds/2hp7W1xcas5CN3psaeGX1...
-- Linaro LKFT https://lkft.linaro.org
Now fixed up, thanks.
greg k-h