summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Rossi <rossi.f@inwind.it>2016-08-05 09:25:16 +0200
committerFabio Rossi <rossi.f@inwind.it>2016-08-05 09:25:16 +0200
commit7688f8838d5b9761d0434d304be8fe8390270bd6 (patch)
treed53bacc9ddea8b30946d2430db705fcbe6ef240d /app-emulation/vmware-modules/vmware-modules-308.1.1.ebuild
parentapp-emulation/vmware-modules: fix version 304.3 with hardened (diff)
downloadvmware-7688f8838d5b9761d0434d304be8fe8390270bd6.tar.gz
vmware-7688f8838d5b9761d0434d304be8fe8390270bd6.tar.bz2
vmware-7688f8838d5b9761d0434d304be8fe8390270bd6.zip
app-emulation/vmware-modules: complete support to kernel 4.7
Latest 4.7 kernel doesn't export anymore the readlink_copy() function: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=bfe8804d908a791b16e3686c101f0d7eca9fb5b9 This fixes bug #590220
Diffstat (limited to 'app-emulation/vmware-modules/vmware-modules-308.1.1.ebuild')
-rw-r--r--app-emulation/vmware-modules/vmware-modules-308.1.1.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/app-emulation/vmware-modules/vmware-modules-308.1.1.ebuild b/app-emulation/vmware-modules/vmware-modules-308.1.1.ebuild
index 1bfbcb4..da4a7a1 100644
--- a/app-emulation/vmware-modules/vmware-modules-308.1.1.ebuild
+++ b/app-emulation/vmware-modules/vmware-modules-308.1.1.ebuild
@@ -103,6 +103,7 @@ src_prepare() {
kernel_is ge 4 5 0 && epatch "${FILESDIR}/${PV_MAJOR}-4.05-00-vmblock-follow_link.patch"
kernel_is ge 4 6 0 && epatch "${FILESDIR}/${PV_MAJOR}-4.06-00-user-pages.patch"
kernel_is ge 4 7 0 && epatch "${FILESDIR}/${PV_MAJOR}-4.07-00-trans_start.patch"
+ kernel_is ge 4 7 0 && epatch "${FILESDIR}/${PV_MAJOR}-4.07-01-readlink_copy.patch"
# Allow user patches so they can support RC kernels and whatever else
epatch_user