On Wed, Nov 06, 2024 at 02:46:04PM +0000, Naresh Kamboju wrote: > On Wed, 6 Nov 2024 at 12:07, Greg Kroah-Hartman > <gregkh@xxxxxxxxxxxxxxxxxxx> wrote: > > > > This is the start of the stable review cycle for the 4.19.323 release. > > There are 350 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/v4.x/stable-review/patch-4.19.323-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 > > The arm builds failed with gcc-8, gcc-12 on the Linux stable-rc > linux-4.19.y and linux-5.4.y. > > First seen on Linux v4.19.322-351-ge024cd330026 > Good: v4.19.321-96-g00a71bfa9b89 > Bad: v4.19.322-351-ge024cd330026 > > 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:791:9: error: implicit > declaration of function 'devm_platform_get_and_ioremap_resource'; did > you mean 'devm_platform_ioremap_resource'? > [-Werror=implicit-function-declaration] > base = devm_platform_get_and_ioremap_resource(pdev, 0, &mpp_res); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > devm_platform_ioremap_resource > drivers/pinctrl/mvebu/pinctrl-dove.c:791:7: warning: assignment to > 'void *' from 'int' makes pointer from integer without a cast > [-Wint-conversion] > 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/2oTbkOSx8FRoSUpBZX23UatyPIP/ > - https://storage.tuxsuite.com/public/linaro/lkft/builds/2oTbkOSx8FRoSUpBZX23UatyPIP/build.log > - https://storage.tuxsuite.com/public/linaro/lkft/builds/2oTbkOSx8FRoSUpBZX23UatyPIP/config > - https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-4.19.y/build/v4.19.322-351-ge024cd330026/testrun/25686486/suite/build/test/gcc-12-lkftconfig/details/ > - 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/log > > Steps to reproduce: > ------------ > - tuxmake --runtime podman --target-arch arm --toolchain gcc-12 > --kconfig https://storage.tuxsuite.com/public/linaro/lkft/builds/2oTbkOSx8FRoSUpBZX23UatyPIP/config > > metadata: > ---- > git describe: v4.19.322-351-ge024cd330026 > git repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git > git sha: e024cd330026af478986a90829dd6ff03e3c1f92 > kernel config: > https://storage.tuxsuite.com/public/linaro/lkft/builds/2oTbkOSx8FRoSUpBZX23UatyPIP/config > build url: https://storage.tuxsuite.com/public/linaro/lkft/builds/2oTbkOSx8FRoSUpBZX23UatyPIP/ > toolchain: gcc-12 and gcc-8 > config: lkftconfig > arch: arm Thanks, I'll go fix this up in 4.19 and 5.4 and push out new -rc2 releases now. greg k-h