]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'kvm-x86-dirty_ring-6.17' of https://github.com/kvm-x86/linux into HEAD
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 28 Jul 2025 15:05:24 +0000 (11:05 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 29 Jul 2025 12:36:41 +0000 (08:36 -0400)
commitcc5a1021aa50b0b63d8a71f3ccfc51ed876ee92d
treea75b8487514fb9790b4bb086580b982e158b47f1
parentd284562862959a7a5057bd0fcb1f0bd41df72332
parent614fb9d1479b1d90721ca70da8b7c55f69fe9ad2
Merge tag 'kvm-x86-dirty_ring-6.17' of https://github.com/kvm-x86/linux into HEAD

KVM Dirty Ring changes for 6.17

Fix issues with dirty ring harvesting where KVM doesn't bound the processing
of entries in any way, which allows userspace to keep KVM in a tight loop
indefinitely.  Clean up code and comments along the way.
virt/kvm/kvm_main.c