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