On Sat, Sep 28, 2024 at 8:29 PM Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx> wrote: > > Hi Sasha, LoongArch, > > In a stable-rc/linux-6.10.y build-test today, I got: > > arch/loongarch/kvm/vcpu.c:575:15: error: no member named 'st' in > 'struct kvm_vcpu_arch' > 575 | vcpu->arch.st.guest_addr = 0; > > which I guess is triggered by missing prerequisites for commit > 56f7eeae40de ("LoongArch: KVM: Invalidate guest steal time address on > vCPU reset"). Hmm, please drop the backported patch "LoongArch: KVM: Invalidate guest steal time address on vCPU reset". Huacai > > HTH! > > Cheers, > Miguel