On Tue, 9 Feb 2021 at 12:22, Rolf Eike Beer <eb@xxxxxxxxx> wrote: > > Am Dienstag, 9. Februar 2021, 03:31:44 CET schrieb Naresh Kamboju: > > On Mon, 8 Feb 2021 at 20:44, Greg Kroah-Hartman > > > > <gregkh@xxxxxxxxxxxxxxxxxxx> wrote: > > > This is the start of the stable review cycle for the 5.10.15 release. > > > There are 120 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 Wed, 10 Feb 2021 14:57: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/v5.x/stable-review/patch-5 > > > .10.15-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.10.y> > > > and the diffstat can be found below. > > > > > > thanks, > > > > > > greg k-h > > > > Due to the patch below, the x86_64 build breaks with gcc 7.3.x > > This issue is specific to openembedded kernel builder. > > > > We have also noticed on mainline, Linux next and now on stable-rc 5.10. > > > > collect2: error: ld returned 1 exit status > > make[2]: *** [scripts/Makefile.host:95: scripts/extract-cert] Error 1 > > > > ref: > > Build failure link, > > https://ci.linaro.org/view/lkft/job/openembedded-lkft-linux-stable-rc-5.10/D > > ISTRO=lkft,MACHINE=intel-corei7-64,label=docker-buster-lkft/64/consoleText > > Is this part relevant or does that always happen with your builder. > > | /srv/oe/build/tmp-lkft-glibc/hosttools/ld: cannot find /lib/libc.so.6 inside > / > | /srv/oe/build/tmp-lkft-glibc/hosttools/ld: cannot find /usr/lib/ > libc_nonshared.a inside / > | /srv/oe/build/tmp-lkft-glibc/hosttools/ld: cannot find /lib/ld-linux- > x86-64.so.2 inside / > > Can you provide a log with V=1 where we can see what actually is going on? Daniel Díaz sent a fix patch on the stable mailing list. [PATCH] scripts: Fix linking extract-cert against libcrypto https://lore.kernel.org/stable/20210209050047.1958473-1-daniel.diaz@xxxxxxxxxx/T/#u - Naresh