Patches needed to build VMware (Player and Workstation) host modules against recent kernels
Go to file
Michal Kubecek 7c1d3aad26 Merge branch 'master' into player-12.5.8 2018-04-02 15:37:23 +02:00
vmmon-only vmmon: fix build on on 4.14 2017-12-18 09:14:06 +01:00
vmnet-only vmnet: do not open code skb_get() 2017-11-18 00:28:53 +01:00
.gitignore misc: add top level makefile 2018-02-04 21:48:58 +01:00
INSTALL misc: add INSTALL document 2018-02-04 21:48:58 +01:00
LICENSE Initial commit 2017-05-31 08:45:16 +02:00
Makefile misc: warn if branch is marked as retired 2018-04-02 15:31:34 +02:00
README misc: update README 2018-02-02 18:09:09 +01:00
RETIRED mark branch player-12.5.8 as retired 2018-04-02 15:33:40 +02:00

README

This repository tracks patches needed to build VMware (Player and
Workstation) host modules against recent kernels. As it focuses on recent
kernels (older ones do not need patching), only vmmon and vmnet modules are
currently handled as the rest has been upstreamed for some time.

Main branch master handles only "infrastructure" files which do not belong
to VMware module sources. Two other branches, "player" and "workstation"
track upstream module sources distributed with Player and Workstation,
respectively. Tags of the form "p${version}" (e.g.  "p12.5.5") and
"w${version}" correspond to clean unpacked sources of modules from
a particular version of Player or Workstation.

From these tags, branches "player-${version}" and "workstation-${version}"
are forked. These branches track changes needed to build these modules
against recent kernel versions. Tag "p${ver}-k${kver}" marks the set of
changes needed to build modules from Player ${ver} against kernel ${kver},
e.g. p12.5.5-k4.11 is for Player 12.5.5 and kernel 4.11; similar naming
scheme "w${ver}-k${kver}" is used for Workstation modules. In general,
later points in the branch should also work with older kernels (e.g.
p12.5.5-k4.11 with kernel 4.10) but it's not guaranteed; it may happen that
a fix for new kernel version may be too complicated to make also work with
older versions.

At the moment, changes are tested to build against all (vanilla) kernel
releases starting with 4.9.

This repository is provided "as is" with no guarantees. Use the contents on
your own risk.