mkubecek / vmware-host-modules

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

Workstation Pro 17.0.2 networking broken on Linux kernel 6.4.10 #205

Closed jvillanueva-sqone closed 1 year ago

jvillanueva-sqone commented 1 year ago

Hi,

vmmon module compilation fails in kernel 6.4.10 due to a patch for 6.5 backported on 6.4.10:

https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-6.4.y&id=bbe07adbaf39c2c5a95c3ca7eb52b2119d50af7d

Adding #include <net/gso.h> in bridge.c seems to solve the issue

mkubecek commented 1 year ago

Works for me, the most likely cause is you forgot to update your local repository.