On Thu, Sep 22, 2022 at 11:35 AM Sudip Mukherjee (Codethink) sudipm.mukherjee@gmail.com wrote:
Hi Sudip,
On Wed, Sep 21, 2022 at 05:45:50PM +0200, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.15.70 release. There are 45 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 Fri, 23 Sep 2022 15:36:33 +0000. Anything received after that time might be too late.
Build test (gcc version 12.2.1 20220919): mips: 62 configs -> no failure arm: 99 configs -> no failure arm64: 3 configs -> 2 failures x86_64: 4 configs -> no failure alpha allmodconfig -> no failure csky allmodconfig -> no failure powerpc allmodconfig -> no failure riscv allmodconfig -> no failure s390 allmodconfig -> no failure xtensa allmodconfig -> no failure
arm64 allmodconfig and rpi4 config have failed with the error: (fails with both gcc-12 and gcc-11).
arch/arm64/kernel/kexec_image.c:136:23: error: 'kexec_kernel_verify_pe_sig' undeclared here (not in a function); did you mean 'arch_kexec_kernel_verify_sig'? 136 | .verify_sig = kexec_kernel_verify_pe_sig, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | arch_kexec_kernel_verify_sig
Bisect pointed to 3a27b0950129 ("arm64: kexec_file: use more system keyrings to verify kernel image signature").