On Tue, 25 Jun 2024 at 16:39, Naresh Kamboju <naresh.kamboju@xxxxxxxxxx> wrote: > > On Tue, 25 Jun 2024 at 15:18, Greg Kroah-Hartman > <gregkh@xxxxxxxxxxxxxxxxxxx> wrote: > > > > This is the start of the stable review cycle for the 6.6.36 release. > > There are 192 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 Thu, 27 Jun 2024 08:54:55 +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/v6.x/stable-review/patch-6.6.36-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-6.6.y > > and the diffstat can be found below. > > > > thanks, > > > > greg k-h > > The arm builds are failing on stable-rc 6.6 branch due to following errors. > > Reported-by: Linux Kernel Functional Testing <lkft@xxxxxxxxxx> > > Build log: > -------- > arm-linux-gnueabihf-ld: drivers/firmware/efi/efi-init.o: in function > `.LANCHOR1': > efi-init.c:(.data+0x0): multiple definition of `screen_info'; > arch/arm/kernel/setup.o:setup.c:(.data+0x12c): first defined here > make[3]: *** [scripts/Makefile.vmlinux_o:62: vmlinux.o] Error 1 git bisect is pointing to this commit, [13cfc04b25c30b9fea2c953b7ed1c61de4c56c1f] efi: move screen_info into efi init code > metadata: > git_repo: > https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git > git_sha: > 580e509ea1348fc97897cf4052be03c248be6ab6 > git_short_log: > 580e509ea134 ("Linux 6.6.36-rc1") > > Links: > - https://storage.tuxsuite.com/public/linaro/lkft/builds/2iMq0CHppQGxkVSsEPFtnw08bc6/ > - https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.6.y/build/v6.6.35-193-g580e509ea134/testrun/24441308/suite/build/test/gcc-13-lkftconfig-debug/log > - https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.6.y/build/v6.6.35-193-g580e509ea134/testrun/24441308/suite/build/test/gcc-13-lkftconfig-debug/details/ > > -- > Linaro LKFT > https://lkft.linaro.org - Naresh