summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Rossi <rossi.f@inwind.it>2016-08-17 14:08:10 +0200
committerFabio Rossi <rossi.f@inwind.it>2016-08-17 14:08:10 +0200
commitf5e136467b79ef82f237004c60f5bc8dd4e486ef (patch)
tree05f0e1000644a9a97a51956477c2635704f2a12e /app-emulation/vmware-modules/vmware-modules-304.4.ebuild
parenttrying to version bump vmware 11 (diff)
downloadvmware-f5e136467b79ef82f237004c60f5bc8dd4e486ef.tar.gz
vmware-f5e136467b79ef82f237004c60f5bc8dd4e486ef.tar.bz2
vmware-f5e136467b79ef82f237004c60f5bc8dd4e486ef.zip
app-emulation/vmware-modules: add support to kernel 4.8
upstream kernel commit 4b9d0fab7166c9323f06d708518a35cf3a90426c renamed a symbol, add a patch to fix the problem. This solves the bug #591284.
Diffstat (limited to 'app-emulation/vmware-modules/vmware-modules-304.4.ebuild')
-rw-r--r--app-emulation/vmware-modules/vmware-modules-304.4.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/app-emulation/vmware-modules/vmware-modules-304.4.ebuild b/app-emulation/vmware-modules/vmware-modules-304.4.ebuild
index ba97b17..a10a9f4 100644
--- a/app-emulation/vmware-modules/vmware-modules-304.4.ebuild
+++ b/app-emulation/vmware-modules/vmware-modules-304.4.ebuild
@@ -104,6 +104,7 @@ src_prepare() {
kernel_is ge 4 6 0 && epatch "${FILESDIR}/${PV_MAJOR}-4.6-00-user-pages.patch"
kernel_is ge 4 7 0 && epatch "${FILESDIR}/${PV_MAJOR}-4.7-00-trans_start.patch"
kernel_is ge 4 7 0 && epatch "${FILESDIR}/${PV_MAJOR}-4.7-01-readlink_copy.patch"
+ kernel_is ge 4 8 0 && epatch "${FILESDIR}/${PV_MAJOR}-4.8-00-nr_anon_mapped.patch"
# Allow user patches so they can support RC kernels and whatever else
epatch_user