On Wed, 14 Aug 2024 at 20:54, Naresh Kamboju <naresh.kamboju@xxxxxxxxxx> wrote: > > The arm64 kernel booting on bcm2711-rpi-4-b boot failed with today's Linux > next-20240814 tag. The boot failed with half boot log [1] > > Reported-by: Linux Kernel Functional Testing <lkft@xxxxxxxxxx> > > GOOD: next-20240813 > BAD: next-20240814 > > The first investigation show the following to changes and I have reverted the > following two commits and the boot test is back to pass [2]. > > $ git log --oneline next-20240813..next-20240814 > arch/arm64/boot/dts/broadcom/ > 6e7b99d720da6 ARM: dts: bcm271x: add missing properties to local_intc > eb81f43c901ff ARM: dts: bcm2837/bcm2712: adjust local intc node names > Anders bisected down to first bad commit as, 6e7b99d720da ("ARM: dts: bcm271x: add missing properties to local_intc") > Links: > --- > Boot failed log: > [1] https://lkft.validation.linaro.org/scheduler/job/7799601#L430 > Boot pass log after the reverts: > [2] https://lkft.validation.linaro.org/scheduler/job/7799885#L440 > > metadata: > ------- > git_describe: next-20240814 > git_repo: https://gitlab.com/Linaro/lkft/mirrors/next/linux-next > git_sha: 320eb81df4f6c1a1814fd02ebb4ba41eb80a3c7e > kernel_version: 6.11.0-rc3 > toolchain: gcc-13 > artifact-location: > https://storage.tuxsuite.com/public/linaro/lkft/builds/2kdXLykPUNEquDyvXHZbubB5T4p/ > build-url: https://storage.tuxsuite.com/public/linaro/lkft/builds/2kdXLykPUNEquDyvXHZbubB5T4p/ > kernel-config: > https://storage.tuxsuite.com/public/linaro/lkft/builds/2kdXLykPUNEquDyvXHZbubB5T4p/config > build_name: gcc-13-lkftconfig-debug > > -- > Linaro LKFT > https://lkft.linaro.org - Naresh