kernel test robot <lkp@xxxxxxxxx> writes: > Hi Vitaly, > > FYI, the error/warning still remains. > > tree: > https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git > linux-5.15.y ... > > All warnings (new ones prefixed by >>): > >>> arch/x86/kvm/hyperv.c:2185:5: warning: stack frame size (1036) exceeds limit (1024) in 'kvm_hv_hypercall' [-Wframe-larger-than] > int kvm_hv_hypercall(struct kvm_vcpu *vcpu) > ^ > 1 warning generated. For the reference, previous discussion of the problem: https://lore.kernel.org/kvm/87zgg6sza8.fsf@xxxxxxxxxx/ The patch to fix this: https://lore.kernel.org/kvm/20221004123956.188909-19-vkuznets@xxxxxxxxxx/ is part of "KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features" series (v11: https://lore.kernel.org/kvm/20221004123956.188909-1-vkuznets@xxxxxxxxxx/) which I hope to see in 6.2 (fingers crossed!), however, it is unlikely to go to stable@ unless we know that there's a real problem to fix. I'll backport it then. -- Vitaly