On Mon, 04 Aug 2025 08:44:05 +0200, Thijs Raymakers wrote: > min and dest_id are guest-controlled indices. Using array_index_nospec() > after the bounds checks clamps these values to mitigate speculative execution > side-channels. Finally applied to kvm-x86 fixes, thanks! [1/1] KVM: x86: use array_index_nospec with indices that come from guest https://github.com/kvm-x86/linux/commit/c87bd4dd43a6 -- https://github.com/kvm-x86/linux/tree/next