Message ID | 20240614202859.3597745-1-minipli@grsecurity.net (mailing list archive) |
---|---|
Headers | show |
Series | KVM: Reject vCPU IDs above 2^32 | expand |
On Fri, 14 Jun 2024 22:28:54 +0200, Mathias Krause wrote: > This small series evolved from a single vCPU ID limit check to > multiple ones, including sanity checks among them and enhanced > selftests. Applied to kvm-x86 generic, with a few tweaks (emails incoming). Thanks! [1/5] KVM: Reject overly excessive IDs in KVM_CREATE_VCPU https://github.com/kvm-x86/linux/commit/8b8e57e5096e [2/5] KVM: x86: Limit check IDs for KVM_SET_BOOT_CPU_ID https://github.com/kvm-x86/linux/commit/7c305d5118e6 [3/5] KVM: x86: Prevent excluding the BSP on setting max_vcpu_ids https://github.com/kvm-x86/linux/commit/d29bf2ca1404 [4/5] KVM: selftests: Test max vCPU IDs corner cases https://github.com/kvm-x86/linux/commit/4b451a57809c [5/5] KVM: selftests: Test vCPU boot IDs above 2^32 https://github.com/kvm-x86/linux/commit/438a496b9041 -- https://github.com/kvm-x86/linux/tree/next
On 18.06.24 23:41, Sean Christopherson wrote: > On Fri, 14 Jun 2024 22:28:54 +0200, Mathias Krause wrote: >> This small series evolved from a single vCPU ID limit check to >> multiple ones, including sanity checks among them and enhanced >> selftests. > > Applied to kvm-x86 generic, with a few tweaks (emails incoming). Thanks! > > [1/5] KVM: Reject overly excessive IDs in KVM_CREATE_VCPU > https://github.com/kvm-x86/linux/commit/8b8e57e5096e > [2/5] KVM: x86: Limit check IDs for KVM_SET_BOOT_CPU_ID > https://github.com/kvm-x86/linux/commit/7c305d5118e6 > [3/5] KVM: x86: Prevent excluding the BSP on setting max_vcpu_ids > https://github.com/kvm-x86/linux/commit/d29bf2ca1404 > [4/5] KVM: selftests: Test max vCPU IDs corner cases > https://github.com/kvm-x86/linux/commit/4b451a57809c > [5/5] KVM: selftests: Test vCPU boot IDs above 2^32 > https://github.com/kvm-x86/linux/commit/438a496b9041 Looking good, thanks Sean! Mathias