Hello folks, can you give this test kernel a try: https://people.canonical.com/~phlin/kernel/lp-1966499-kvm-warn-flood/
Which contains the following commits: * KVM: VMX: prepare sync_pir_to_irr for running with APICv disabled * KVM: x86: Use KVM_BUG/KVM_BUG_ON to handle bugs that are fatal to the VM * KVM: Add infrastructure and macro to mark VM as bugged $ uname -a Linux fili 5.13.0-41-generic #46+lp1966499v2 SMP Fri Apr 8 05:39:48 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux I am not sure how to reproduce this issue by creating a new VM, so I have it verified on my bare-metal testing node with the hyperv_stimer test in: https://code.launchpad.net/~canonical-kernel-team/+git/kvm-unit-tests Steps: 1. sudo apt install -y build-essential cpu-checker qemu-kvm git gcc 2. git clone -b hirsute --depth=1 https://code.launchpad.net/~canonical-kernel-team/+git/kvm-unit-tests 3. cd kvm-unit-tests; make standalone 4. sudo ./tests/hyperv_stimer With unpatched kernel the test will fail with timeout. And dmesg will be flooded with this warning until disk ran out of space: WARNING: CPU: 13 PID: 6997 at arch/x86/kvm/vmx/vmx.c:6336 vmx_sync_pir_to_irr+0x9e/0xc0 [kvm_intel] With the patched kernel this test will pass with clean dmesg. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1966499 Title: Recent 5.13 kernel has broken KVM support Status in linux package in Ubuntu: Confirmed Status in linux source package in Impish: Confirmed Bug description: Upgrading to 5.13.0-37 or 5.13.0-39 immediately crashes my production servers as they hit: https://lore.kernel.org/all/f1ea22d3-cff8-406a-ad6a-cb8e0124a...@leemhuis.info/T/#md1f5c8c4aa01130a449a47f3e7559f06b0372f55 It looks like we need to get e90e51d5f01d included in those kernels. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1966499/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp