On Wed, 6 Nov 2024 at 12:57, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> wrote: > > This is the start of the stable review cycle for the 5.4.285 release. > There are 462 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 Fri, 08 Nov 2024 12:02:47 +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/v5.x/stable-review/patch-5.4.285-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-5.4.y > and the diffstat can be found below. > > thanks, > > greg k-h The arm builds failed with gcc-8, gcc-12 on the Linux stable-rc linux-5.4.y and linux-4.19.y. First seen on Linux stable-rc v5.4.284-463-g21641076146f Good: v5.4.283-122-g10d97a96b444 Bad: v5.4.284-463-g21641076146f arm: build: * gcc-8-lkftconfig * gcc-12-lkftconfig Reported-by: Linux Kernel Functional Testing <lkft@xxxxxxxxxx> Build log: --------- drivers/pinctrl/mvebu/pinctrl-dove.c: In function 'dove_pinctrl_probe': drivers/pinctrl/mvebu/pinctrl-dove.c:787:16: error: implicit declaration of function 'devm_platform_get_and_ioremap_resource'; did you mean 'devm_platform_ioremap_resource'? [-Werror=implicit-function-declaration] 787 | base = devm_platform_get_and_ioremap_resource(pdev, 0, &mpp_res); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | devm_platform_ioremap_resource drivers/pinctrl/mvebu/pinctrl-dove.c:787:14: warning: assignment to 'void *' from 'int' makes pointer from integer without a cast [-Wint-conversion] 787 | base = devm_platform_get_and_ioremap_resource(pdev, 0, &mpp_res); | ^ cc1: some warnings being treated as errors Build image: ----------- - https://storage.tuxsuite.com/public/linaro/lkft/builds/2oTfYomC7gxQMBPlC8XecubDfEA/ - https://storage.tuxsuite.com/public/linaro/lkft/builds/2oTfYomC7gxQMBPlC8XecubDfEA/build-debug.log - https://storage.tuxsuite.com/public/linaro/lkft/builds/2oTfYomC7gxQMBPlC8XecubDfEA/config - https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-5.4.y/build/v5.4.284-463-g21641076146f/testrun/25690547/suite/build/test/gcc-12-lkftconfig/details/ Steps to reproduce: ------------ - tuxmake --runtime podman --target-arch arm --toolchain gcc-12 --kconfig https://storage.tuxsuite.com/public/linaro/lkft/builds/2oTfYomC7gxQMBPlC8XecubDfEA/config metadata: ---- git describe: v5.4.284-463-g21641076146f git repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git git sha: 21641076146f6d3076b915009a45a9b8ac7b78fb kernel config: https://storage.tuxsuite.com/public/linaro/lkft/builds/2oTfYomC7gxQMBPlC8XecubDfEA/config build url: https://storage.tuxsuite.com/public/linaro/lkft/builds/2oTfYomC7gxQMBPlC8XecubDfEA/ toolchain: gcc-12 and gcc-8 config: lkftconfig arch: arm -- Linaro LKFT https://lkft.linaro.org