On Tue, 3 Dec 2024 at 14:23, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> wrote: > > On Tue, Dec 03, 2024 at 12:00:46AM +0530, Naresh Kamboju wrote: > > The arm64 queues build gcc-12 defconfig-lkftconfig failed on the > > Linux stable-rc queue 5.15 for the arm64 architectures. > > > > arm64 > > * arm64, build > > - build/gcc-12-defconfig-lkftconfig > > > > Reported-by: Linux Kernel Functional Testing <lkft@xxxxxxxxxx> > > > > Build errors: > > ------ > > arch/arm64/kvm/vgic/vgic-its.c:870:24: error: implicit declaration of > > function 'vgic_its_write_entry_lock' > > [-Werror=implicit-function-declaration] > > 870 | return vgic_its_write_entry_lock(its, gpa, 0, ite_esz); > > | ^~~~~~~~~~~~~~~~~~~~~~~~~ > > cc1: some warnings being treated as errors > > > > Links: > > --- > > - https://qa-reports.linaro.org/lkft/linux-stable-rc-queues-queue_5.15/build/v5.15.173-312-gc83ccef4e8ee/testrun/26166362/suite/build/test/gcc-12-defconfig-lkftconfig/log > > - https://qa-reports.linaro.org/lkft/linux-stable-rc-queues-queue_5.15/build/v5.15.173-312-gc83ccef4e8ee/testrun/26166362/suite/build/test/gcc-12-defconfig-lkftconfig/history/ > > - https://qa-reports.linaro.org/lkft/linux-stable-rc-queues-queue_5.15/build/v5.15.173-312-gc83ccef4e8ee/testrun/26166362/suite/build/test/gcc-12-defconfig-lkftconfig/details/ > > > > Steps to reproduce: > > ------------ > > - tuxmake \ > > --runtime podman \ > > --target-arch arm64 \ > > --toolchain gcc-12 \ > > --kconfig > > https://storage.tuxsuite.com/public/linaro/lkft/builds/2pfZrGeL0phpW3aHlpr5cjEzz3r/config > > > > metadata: > > ---- > > git describe: v5.15.173-312-gc83ccef4e8ee > > git repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git > > git sha: c83ccef4e8ee73e988561f85f18d2d73c7626ad0 > > kernel config: > > https://storage.tuxsuite.com/public/linaro/lkft/builds/2pfZrGeL0phpW3aHlpr5cjEzz3r/config > > build url: https://storage.tuxsuite.com/public/linaro/lkft/builds/2pfZrGeL0phpW3aHlpr5cjEzz3r/ > > toolchain: gcc-12 > > config: gcc-12-defconfig-lkftconfig > > arch: arm64 > > > > -- > > Conflicting commit now dropped, thanks. Thank you. I see the reported issues on 6.1 branch also. /arch/arm64/kvm/vgic/vgic-its.c:870:24: error: implicit declaration of function 'vgic_its_write_entry_lock' [-Werror=implicit-function-declaration] 870 | return vgic_its_write_entry_lock(its, gpa, 0, ite_esz); | ^~~~~~~~~~~~~~~~~~~~~~~~~ cc1: some warnings being treated as errors Links: --- - https://storage.tuxsuite.com/public/linaro/lkft/builds/2phryzHX4rmjhKAc2d5Wtq7QijV/ - https://qa-reports.linaro.org/lkft/linux-stable-rc-queues-queue_6.1/build/v6.1.119-434-g5bbf9d2a0ecf/testrun/26175571/suite/build/test/gcc-13-defconfig-lkftconfig/history/ - Naresh