If vmx or svm is disabled in BIOS or the device isn't supported by vmm,
modinit won't allocate these state save areas. As kmem_free panics when
passing a NULL pointer to it, loading the vmm kernel module causes a
panic too.
PR: 271251
Differential D39974
vmm: don't free unallocated memory corvink on May 5 2023, 6:44 AM. Authored by Tags None Referenced Files
Details
If vmx or svm is disabled in BIOS or the device isn't supported by vmm, PR: 271251
Diff Detail
|