]> www.infradead.org Git - users/dwmw2/linux.git/commit
iommu/amd: Return an error if vCPU affinity is set for non-vCPU IRTE
authorSean Christopherson <seanjc@google.com>
Fri, 4 Apr 2025 19:38:20 +0000 (12:38 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 24 Apr 2025 13:52:31 +0000 (09:52 -0400)
commit07172206a26dcf3f0bf7c3ecaadd4242b008ea54
tree2abce98b8e0041aaf09b46871c043ee5d9d3d30c
parentf1fb088d9cecde5c3066d8ff8846789667519b7d
iommu/amd: Return an error if vCPU affinity is set for non-vCPU IRTE

Return -EINVAL instead of success if amd_ir_set_vcpu_affinity() is
invoked without use_vapic; lying to KVM about whether or not the IRTE was
configured to post IRQs is all kinds of bad.

Fixes: d98de49a53e4 ("iommu/amd: Enable vAPIC interrupt remapping mode by default")
Signed-off-by: Sean Christopherson <seanjc@google.com>
Message-ID: <20250404193923.1413163-6-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
drivers/iommu/amd/iommu.c