Re: [GIT PULL] KVM: Generic changes for 6.19
From: Paolo Bonzini
Date: Wed Nov 26 2025 - 03:59:37 EST
On Wed, Nov 26, 2025 at 2:45 AM Sean Christopherson <seanjc@xxxxxxxxxx> wrote:
>
> A tweak to account for an upcoming API change, and a doc fix.
>
> The following changes since commit 3a8660878839faadb4f1a6dd72c3179c1df56787:
>
> Linux 6.18-rc1 (2025-10-12 13:42:36 -0700)
>
> are available in the Git repository at:
>
> https://github.com/kvm-x86/linux.git tags/kvm-x86-generic-6.19
>
> for you to fetch changes up to 04fd067b770d19fee39759d994c4bfa2fb332d9f:
>
> KVM: Fix VM exit code for full dirty ring in API documentation (2025-10-14 15:19:05 -0700)
This could have been even 6.18 material, so I pulled it first just in
case. Though it's pretty late now so probably not.
Thanks,
Paolo
> ----------------------------------------------------------------
> KVM generic changes for 6.19:
>
> - Use the recently-added WQ_PERCPU when creating the per-CPU workqueue for
> irqfd cleanup.
>
> - Fix a goof in the dirty ring documentation.
>
> ----------------------------------------------------------------
> Leonardo Bras (1):
> KVM: Fix VM exit code for full dirty ring in API documentation
>
> Marco Crivellari (1):
> KVM: Explicitly allocate/setup irqfd cleanup as per-CPU workqueue
>
> Documentation/virt/kvm/api.rst | 2 +-
> virt/kvm/eventfd.c | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>