[PATCH 0/2] KVM: x86: Fix and a cleanup for async #PFs

Sean Christopherson posted 2 patches 10 months, 1 week ago
arch/x86/include/asm/kvm_host.h | 2 +-
arch/x86/kvm/x86.c              | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
[PATCH 0/2] KVM: x86: Fix and a cleanup for async #PFs
Posted by Sean Christopherson 10 months, 1 week ago
Fix an issue with async #PF and protected guests (which really shouldn't be
using PV asyng #PFs), and clean up naming related to SEND_ALWAYS.

Sean Christopherson (2):
  KVM: x86: Don't inject PV async #PF if SEND_ALWAYS=0 and guest state
    is protected
  KVM: x86: Rename and invert async #PF's send_user_only flag to
    send_always

 arch/x86/include/asm/kvm_host.h | 2 +-
 arch/x86/kvm/x86.c              | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)


base-commit: fed48e2967f402f561d80075a20c5c9e16866e53
-- 
2.48.1.601.g30ceb7b040-goog
Re: [PATCH 0/2] KVM: x86: Fix and a cleanup for async #PFs
Posted by Sean Christopherson 9 months, 3 weeks ago
On Fri, 14 Feb 2025 17:06:07 -0800, Sean Christopherson wrote:
> Fix an issue with async #PF and protected guests (which really shouldn't be
> using PV asyng #PFs), and clean up naming related to SEND_ALWAYS.
> 
> Sean Christopherson (2):
>   KVM: x86: Don't inject PV async #PF if SEND_ALWAYS=0 and guest state
>     is protected
>   KVM: x86: Rename and invert async #PF's send_user_only flag to
>     send_always
> 
> [...]

Applied to kvm-x86 misc, thanks!

[1/2] KVM: x86: Don't inject PV async #PF if SEND_ALWAYS=0 and guest state is protected
      https://github.com/kvm-x86/linux/commit/b9595d1ddef8
[2/2] KVM: x86: Rename and invert async #PF's send_user_only flag to send_always
      https://github.com/kvm-x86/linux/commit/4fa0efb43a78

--
https://github.com/kvm-x86/linux/tree/next