kernel 4.2になったFedoraでVMware Playerを動かす

VMware - ArchWiki
を参考にリンク先の内容を参照、編集する。
Kernel 4.2 Breaks vmnet.. (again..) |VMware Communities

#ifdef VMW_NETDEV_HAS_NET

# define compat_sk_alloc(_bri, _pri) sk_alloc(&init_net, \

PF_NETLINK, _pri, &vmnet_proto, 1)

#else

# define compat_sk_alloc(_bri, _pri) sk_alloc(PF_NETLINK, _pri, &vmnet_proto, 1)

#endif

cd /usr/lib/vmware/modules/source
tar -xf vmnet.tar
vmnet-only/vmnetInt.h の該当部を上の内容に変更
tar -cf vmnet.tar vmnet-only
rm -rf *-only
vmware-modconfig --console --install-all