Re: [PATCH] KVM: x86: Drop redundant call to kvm_deliver_exception_payload()
From: Sean Christopherson
Date: Thu Mar 05 2026 - 12:13:07 EST
On Mon, 02 Mar 2026 15:42:49 +0000, Yosry Ahmed wrote:
> In kvm_check_and_inject_events(), kvm_deliver_exception_payload() is
> called for pending #DB exceptions. However, shortly after, the
> per-vendor inject_exception callbacks are made. Both
> vmx_inject_exception() and svm_inject_exception() unconditionally call
> kvm_deliver_exception_payload(), so the call in
> kvm_check_and_inject_events() is redundant.
>
> [...]
Applied to kvm-x86 misc, thanks!
[1/1] KVM: x86: Drop redundant call to kvm_deliver_exception_payload()
https://github.com/kvm-x86/linux/commit/43e41846ac7e
--
https://github.com/kvm-x86/linux/tree/next