On Fri, Sep 06, 2019 at 09:34:47AM -0700, Sean Christopherson wrote: > Fix a bug Evgeny reported where init_apic_map() can cause random > corruption due accessing random bytes far beyond the bounds of > online_cpus. Take the opportunity to bump the max number of test CPUs > to a realistic maximum, i.e. what kvm-unit-tests can support without a > major rework. > > Sean Christopherson (3): > x86: Fix out of bounds access when processing online_cpus > x86: Declare online_cpus based on MAX_TEST_CPUS > x86: Bump max number of test CPUs to 255 Reviewed-by: Peter Xu <peterx@xxxxxxxxxx> -- Peter Xu