rschuster

Results 4 comments of rschuster

I have similar messages in any kernel greater than 6.5.12 and it does cause problems. Either VMs lockup or part of the host locks up.

I was able to fix the warnings by deleting the zero in these two locations ./vmmon-only/include/x86cpuid.h typedef struct CPUIDQuery { uint32 eax; // IN uint32 ecx; // IN uint32 numLogicalCPUs;...

Fixed my issue by disabling anything not needed in firmware setup and using these kernel modules https://github.com/mkubecek/vmware-host-modules/ I get UBSAN: array-index-out-of-bounds messages but no lockups and successfully upgraded to Fedora...

dev_base_lock is defined in this file for me. /usr/src/kernels/$(uname -r)/include/linux/netdevice.h