On Mon, 28 Aug 2023 at 15:54, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 4.19.293 release. There are 129 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 Wed, 30 Aug 2023 10:11:30 +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.293-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
Results from Linaro’s test farm. Regressions on arm.
stable-rc linux-4.19.y arm gcc-12 builds fails with following warnings / errors.
Build errors: -------------- drivers/bus/ti-sysc.c: In function 'sysc_reset': drivers/bus/ti-sysc.c:982:15: error: implicit declaration of function 'sysc_read_sysconfig' [-Werror=implicit-function-declaration] 982 | val = sysc_read_sysconfig(ddata); | ^~~~~~~~~~~~~~~~~~~ cc1: some warnings being treated as errors
Reported-by: Linux Kernel Functional Testing lkft@linaro.org
Tony Lindgren tony@atomide.com bus: ti-sysc: Flush posted write on enable before reset
bus: ti-sysc: Flush posted write on enable before reset commit 34539b442b3bc7d5bf10164750302b60b91f18a7 upstream.
The above commit is causing this build warnings / errors.
Links, https://storage.tuxsuite.com/public/linaro/lkft/builds/2UbpNRPtHJcx6nk8e60am...
steps to reproduce: tuxmake --runtime podman --target-arch arm --toolchain gcc-12 --kconfig https://storage.tuxsuite.com/public/linaro/lkft/builds/2UbpNRPtHJcx6nk8e60am...
-- Linaro LKFT https://lkft.linaro.org