On 07/06/2026 17:58, Pavel Machek wrote:
Hi!
This is the start of the stable review cycle for the 6.18.35 release. There are 315 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.
We see build problem here:
https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/jobs/1473222... https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/pipelines/25...
Best regards, Pavel
arch/arm64/kvm/nested.c: In function 'kvm_init_nv_sysregs': 1807 12:45:08 arch/arm64/kvm/nested.c:1776:9: error: 'resx' undeclared (first use in this function); did you mean 'res1'? 1808 12:45:08 1776 | resx.res0 = ZCR_ELx_RES0 | GENMASK_ULL(8, 4); 1809 12:45:08 | ^~~~ 1810 12:45:08 | res1 1811 12:45:08 arch/arm64/kvm/nested.c:1776:9: note: each undeclared identifier is reported only once for each function it appears in 1812 12:45:08 arch/arm64/kvm/nested.c:1778:9: error: too few arguments to function 'set_sysreg_masks' 1813 12:45:08 1778 | set_sysreg_masks(kvm, ZCR_EL2, resx); 1814 12:45:08 | ^~~~~~~~~~~~~~~~ 1815 12:45:08 arch/arm64/kvm/nested.c:1641:29: note: declared here 1816 12:45:08 1641 | static __always_inline void set_sysreg_masks(struct kvm *kvm, int sr, u64 res0, u64 res1) 1817 12:45:08 | ^~~~~~~~~~~~~~~~ 1818 12:45:08 CC block/holder.o 1819 12:45:08 CC drivers/irqchip/irq-ls-scfg-msi.o 1820 12:45:09 make[4]: *** [scripts/Makefile.build:287: arch/arm64/kvm/nested.o] Error 1
I am seeing the same build error for ARM64.
Jon