Red Hat Enterprise Linux (RHEL) virtual machines may encounter a kernel panic when increasing the vCPU count on hosts equipped with AMD EPYC processors. This issue stems from a software race condition within the guest operating system's scheduler and is not a hypervisor or hardware defect.
__update_blocked_fair function.BUG: kernel NULL pointer dereference, address: 0000000000000000 RIP: 0010:__update_blocked_fair+0xd1/0x4b0 Call Trace: update_blocked_averages+0x238/0x5c0 run_rebalance_domains+0x7d/0xe0vmware.log reports: The CPU has been disabled by the guest operating system. Power off or reset the virtual machine.
A race condition exists in the RHEL kernel scheduler during the update of blocked load tracking when new vCPUs are added to the system. This is a guest operating system defect documented in Red Hat Solution 7082530.
__update_blocked_fair NULL pointer dereference.