Hi Greg,
On Mon, May 15, 2023 at 06:24:11PM +0200, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.10.180 release. There are 381 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.
Build test (gcc version 11.3.1 20230511): mips: 63 configs -> no failure arm: 104 configs -> no failure arm64: 3 configs -> 1 failure x86_64: 4 configs -> no failure alpha allmodconfig -> no failure powerpc allmodconfig -> no failure riscv allmodconfig -> no failure s390 allmodconfig -> no failure xtensa allmodconfig -> no failure
arm64 allmodconfig build fails with the error:
/gcc/bin/aarch64-linux-ld: arch/arm64/kvm/hyp/nvhe/kvm_nvhe.o: in function `__kvm_nvhe___kvm_tlb_flush_vmid_ipa': (.hyp.text+0x1a4c): undefined reference to `__kvm_nvhe_memset' /gcc/bin/aarch64-linux-ld: arch/arm64/kvm/hyp/nvhe/kvm_nvhe.o: in function `__kvm_nvhe___kvm_tlb_flush_vmid': (.hyp.text+0x1b20): undefined reference to `__kvm_nvhe_memset' /gcc/bin/aarch64-linux-ld: arch/arm64/kvm/hyp/nvhe/kvm_nvhe.o: in function `__kvm_nvhe___kvm_flush_cpu_context': (.hyp.text+0x1b80): undefined reference to `__kvm_nvhe_memset'
Boot test: x86_64: Booted on my test laptop. No regression. x86_64: Booted on qemu. No regression. [1] arm64: Booted on rpi4b (4GB model). No regression. [2]
[1]. https://openqa.qa.codethink.co.uk/tests/3530 [2]. https://openqa.qa.codethink.co.uk/tests/3531
Tested-by: Sudip Mukherjee sudip.mukherjee@codethink.co.uk