lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 25 Jan 2022 12:05:18 +0100
From:   Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To:     Pavel Machek <pavel@...x.de>
Cc:     linux-kernel@...r.kernel.org, torvalds@...ux-foundation.org,
        akpm@...ux-foundation.org, linux@...ck-us.net, shuah@...nel.org,
        patches@...nelci.org, lkft-triage@...ts.linaro.org,
        jonathanh@...dia.com, f.fainelli@...il.com,
        sudipm.mukherjee@...il.com, stable@...r.kernel.org
Subject: Re: [PATCH 5.10 000/563] 5.10.94-rc1 review

On Mon, Jan 24, 2022 at 09:22:34PM +0100, Pavel Machek wrote:
> Hi!
> 
> > This is the start of the stable review cycle for the 5.10.94 release.
> > There are 563 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.
> 
> Our tests are unhappy, and it is more than gmp.h problem:
> 
> https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/tree/linux-5.10.y
> 
> arm64_ctj:
> 
> https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/jobs/2010070033
> 
> arch/arm64/mm/extable.c: In function 'fixup_exception':
> 1095arch/arm64/mm/extable.c:17:6: error: implicit declaration of function 'in_bpf_jit' [-Werror=implicit-function-declaration]
> 1096  if (in_bpf_jit(regs))
> 1097      ^~~~~~~~~~
> 1098cc1: some warnings being treated as errors
> 1099scripts/Makefile.build:280: recipe for target 'arch/arm64/mm/extable.o' failed
> 1100make[2]: *** [arch/arm64/mm/extable.o] Error 1
> 1101make[2]: *** Waiting for unfinished jobs....
> 1102  CC      kernel/sched/loadavg.o
> 1103  CC      arch/arm64/kernel/entry-common.o
> 1104
> 
> arm64_defconfig:
> 
> https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/jobs/2010070044
> 
> arch/arm64/mm/extable.c: In function 'fixup_exception':
> 1129arch/arm64/mm/extable.c:17:6: error: implicit declaration of function 'in_bpf_jit' [-Werror=implicit-function-declaration]
> 1130  if (in_bpf_jit(regs))
> 1131      ^~~~~~~~~~
> 1132  CC      arch/arm64/crypto/ghash-ce-glue.o
> 1133cc1: some warnings being treated as errors
> 1134scripts/Makefile.build:280: recipe for target 'arch/arm64/mm/extable.o' failed
> 1135make[2]: *** [arch/arm64/mm/extable.o] Error 1
> 1136make[2]: *** Waiting for unfinished jobs....
> 1137  CC      arch/arm64/kvm/hyp/vhe/sysreg-sr.o
> 1138
> 
> Best regards,

Found the offending commit, will fix this in -rc2, thanks.

greg k-h

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ