]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
KVM: Don't WARN if updating IRQ bypass route fails
authorSean Christopherson <seanjc@google.com>
Wed, 11 Jun 2025 22:45:35 +0000 (15:45 -0700)
committerSean Christopherson <seanjc@google.com>
Mon, 23 Jun 2025 16:50:32 +0000 (09:50 -0700)
commitb33252b9d17238a4a9fa5a29af6e6a2922a6c2b0
tree4e55e27958b0fee36c9c180d18cd320bbb78fa3a
parent53527ea1b70224d16d29edbd5c850456469f00ec
KVM: Don't WARN if updating IRQ bypass route fails

Don't bother WARNing if updating an IRTE route fails now that vendor code
provides much more precise WARNs.  The generic WARN doesn't provide enough
information to actually debug the problem, and has obviously done nothing
to surface the myriad bugs in KVM x86's implementation.

Drop all of the associated return code plumbing that existed just so that
common KVM could WARN.

Link: https://lore.kernel.org/r/20250611224604.313496-34-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/arm64/kvm/arm.c
arch/arm64/kvm/vgic/vgic-v4.c
arch/x86/kvm/irq.c
include/kvm/arm_vgic.h
include/linux/kvm_host.h
virt/kvm/eventfd.c