mkubecek / vmware-host-modules

Patches needed to build VMware (Player and Workstation) host modules against recent kernels
GNU General Public License v2.0
2.14k stars 336 forks source link

Support for kernels > 6.4.10 #212

Closed LeRatierBretonnien closed 10 months ago

LeRatierBretonnien commented 10 months ago

Need to add a new include in vmnet-only/bridge.c ;

#if LINUX_VERSION_CODE >= KERNEL_VERSION(6,4,10)
#include <net/gso.h>
#endif
mkubecek commented 10 months ago

Seriously? This has been already reported six times before and has been fixed in all active branches for almost two weeks. Why don't you check existing reports and, worse, don't bother to even check if the issue has not been fixed already?

LeRatierBretonnien commented 10 months ago

Well, OK, sorry. I thought I was updated on the 17.0.2 branch, which was not the case. My apologies.