still not work on my fedora with 6.4.10 kernel with the following error message :
Skipping BTF generation for /home/agun76/software/vmware-host-modules-workstation-17.0.2/vmmon-only/vmmon.ko due to unavailability of vmlinux
make[2]: Leaving directory '/usr/src/kernels/6.4.10-200.fc38.x86_64'
make -C $PWD SRCROOT=$PWD/. \
...
..
Skipping BTF generation for /home/agun76/software/vmware-host-modules-workstation-17.0.2/vmnet-only/vmnet.ko due to unavailability of vmlinux
make[2]: Leaving directory '/usr/src/kernels/6.4.10-200.fc38.x86_64'
...
I already copy all the latest vmmon-only and vmnet-only from kubecek github and make sure the followng line :
#include <net/gso.h>
already available in file : vmnet-only/bridge.c
any idea ?