-
Avi Kivity authored
Under CONFIG_MAXSMP, cpus_hardware_enabled is allocated from the heap and not statically initialized. This causes a crash on reboot when kvm thinks vmx is enabled on random nonexistent cpus and accesses nonexistent percpu lists. Fix by explicitly clearing the variable. Cc: stable@kernel.org Reported-and-tested-by:
Yinghai Lu <yinghai@kernel.org> Signed-off-by:
Avi Kivity <avi@redhat.com>
a4c0364b
Code owners
Assign users and groups as approvers for specific file changes. Learn more.