summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-emulation/vmware-modules: fix check for kernel optionFabio Rossi2020-05-021-1/+2
| | | | | | | X86_IOPL_IOPERM has been added in kernel 5.5, fixes issue #51 on github Signed-off-by: Fabio Rossi <rossi.f@inwind.it>
* app-emulation/vmware-modules: add check for kernel configFabio Rossi2020-04-131-0/+1
| | | | | | | Add check for CONFIG_X86_IOPL_IOPERM, if that option is not present the NAT daemon won't start correctly. Signed-off-by: Fabio Rossi <rossi.f@inwind.it>
* app-emulation/vmware-modules: fixes for kernel 5.6Fabio Rossi2020-04-121-0/+3
| | | | | | | | | | Added patches to face the following upstream commits: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=d56c0d45f0e27f814e87a1676b6bdccccbc252e9 https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=4bdc0d676a643140bdf17dbf7eafedee3d496a3c https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=c766d1472c70d25ad475cf56042af1652e792b23 Signed-off-by: Fabio Rossi <rossi.f@inwind.it>
* app-emulation/vmware-modules: changes for kernel 5.5Fabio Rossi2020-04-111-2/+7
| | | | | | | vsock module needs symbols of the vmci module, the way used to pass extra symbols to the kernel modpost tool has been changed in version >=5.5 Signed-off-by: Fabio Rossi <rossi.f@inwind.it>
* app-emulation/vmware-modules: fixes for kernel 5.4Fabio Rossi2020-04-071-0/+1
| | | | | | | | Added patch to face the following upstream commit: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=d5c3a62d0bb9b763e9378fe8f4cd79502e16cce8 Signed-off-by: Fabio Rossi <rossi.f@inwind.it>
* app-emulation/vmware-modules: fixes for kernel 5.3Fabio Rossi2020-04-071-0/+1
| | | | | | | | | | Added patch to face the following upstream commit: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=3cf5d076fb4d This closes also issue #49 on github, thanks to hlandgarten Signed-off-by: Fabio Rossi <rossi.f@inwind.it>
* app-emulation/vmware-modules: fixes for kernel 5.1Fabio Rossi2019-05-041-0/+2
| | | | | | | Added two patches to face the following upstream commits: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=736706bee3298208343a76096370e4f6a5c55915 https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=3d3539018d2cbd12e5af4a132636ee7fd8d43ef0
* app-emulation/vmware-modules: add support to kernel 5.0Fabio Rossi2019-03-231-0/+3
| | | | this closes bug #679734 and issue #45 on github
* app-emulation/vmware-modules: use M= instead of SUBDIRS=Fabio Rossi2019-03-231-0/+4
| | | | this patch will work as soon as bug #680976 will be closed.
* app-emulation/vmware-modules: initial support to kernel 4.17Fabio Rossi2018-04-281-0/+1
| | | | upstream kernel commit 9b2c45d479d0fb8647c9e83359df69162b5fbe5f
* Added latest version 12.5.9.7535481 in 12.5 series.Fabio Rossi2018-02-211-0/+165