On Tue, 17 Jan 2023 14:27:07 -0800, David Matlack wrote: > Remove the assumption from kvm_binary_stats_test that all stats are > laid out contiguously in memory. The current stats in KVM are > contiguously laid out in memory, but that may change in the future and > the ABI specifically allows holes in the stats data (since each stat > exposes its own offset). > > While here drop the check that each stats' offset is less than > size_data, as that is now always true by construction. > > [...] Applied to kvm-x86 selftests, thanks! [1/1] KVM: selftests: Stop assuming stats are contiguous in kvm_binary_stats_test https://github.com/kvm-x86/linux/commit/d9e552858fab -- https://github.com/kvm-x86/linux/tree/next https://github.com/kvm-x86/linux/tree/fixes