From: Paolo Bonzini Date: Fri, 12 Jun 2026 08:08:52 +0000 (+0200) Subject: Merge tag 'kvm-x86-gmem-7.2' of https://github.com/kvm-x86/linux into HEAD X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=06ba195f136a34f0a6e41f252002368d57875db9;p=thirdparty%2Flinux.git Merge tag 'kvm-x86-gmem-7.2' of https://github.com/kvm-x86/linux into HEAD KVM guest_memfd changes for 7.2 - Return -EEXIST instead of -EINVAL if userspace attempts to bind a gmem range to multiple memslots, and fix the test that was supposed to ensure KVM returns -EEXIST. - Treat memslot binding offsets and sizes as unsigned values to fix a bug where KVM interprets a large "offset + size" as a negative value and allows a nonsensical offset. - Use the inode number instead of the page offset for the NUMA interleaving index to fix a bug where the effective index would jump by two for consecutive pages (the caller also adds in the page offset). --- 06ba195f136a34f0a6e41f252002368d57875db9