]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
Revert "svm: Add warning message for AVIC IPI invalid target"
authorSean Christopherson <seanjc@google.com>
Fri, 4 Feb 2022 21:41:55 +0000 (21:41 +0000)
committerStefan Bader <stefan.bader@canonical.com>
Thu, 14 Apr 2022 09:32:12 +0000 (11:32 +0200)
commit3c1ca3d81fff658b47120713aa37e94195935c8a
tree465de2b773b0bf98b5a92acde650f27fc85067ca
parent95d95f929f421913bf803065c526879ed478c67a
Revert "svm: Add warning message for AVIC IPI invalid target"

BugLink: https://bugs.launchpad.net/bugs/1967582
commit dd4589eee99db8f61f7b8f7df1531cad3f74a64d upstream.

Remove a WARN on an "AVIC IPI invalid target" exit, the WARN is trivial
to trigger from guest as it will fail on any destination APIC ID that
doesn't exist from the guest's perspective.

Don't bother recording anything in the kernel log, the common tracepoint
for kvm_avic_incomplete_ipi() is sufficient for debugging.

This reverts commit 37ef0c4414c9743ba7f1af4392f0a27a99649f2a.

Cc: stable@vger.kernel.org
Signed-off-by: Sean Christopherson <seanjc@google.com>
Message-Id: <20220204214205.3306634-2-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
arch/x86/kvm/svm.c