diff options
author | 2018-02-20 17:43:04 +0100 | |
---|---|---|
committer | 2018-02-20 17:43:04 +0100 | |
commit | 78376a3171e9d29c9d132929159d22628fe86776 (patch) | |
tree | 19d960feb3cd8aa31b56bc7329fb1d1e67ec2080 /app-emulation/vmware-modules/vmware-modules-308.5.8.ebuild | |
parent | app-emulation/vmware-modules: add support to kernel 4.15-rc2 (diff) | |
download | vmware-78376a3171e9d29c9d132929159d22628fe86776.tar.gz vmware-78376a3171e9d29c9d132929159d22628fe86776.tar.bz2 vmware-78376a3171e9d29c9d132929159d22628fe86776.zip |
app-emulation/vmware-modules: add support to kernel 4.16-rc2
The changes are due to kernel commit ae5e165d855dd978a461b22175531b07f54fb61f,
there is a new API to access inode->i_version
Diffstat (limited to 'app-emulation/vmware-modules/vmware-modules-308.5.8.ebuild')
-rw-r--r-- | app-emulation/vmware-modules/vmware-modules-308.5.8.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-emulation/vmware-modules/vmware-modules-308.5.8.ebuild b/app-emulation/vmware-modules/vmware-modules-308.5.8.ebuild index e6f2999..17264ed 100644 --- a/app-emulation/vmware-modules/vmware-modules-308.5.8.ebuild +++ b/app-emulation/vmware-modules/vmware-modules-308.5.8.ebuild @@ -115,6 +115,7 @@ src_prepare() { kernel_is ge 4 14 0 && epatch "${FILESDIR}/${PV_MAJOR}-4.14-00-vmmon-global-page-state.patch" kernel_is ge 4 14 0 && epatch "${FILESDIR}/${PV_MAJOR}-4.14-01-deprecated-asm-uaccess.patch" kernel_is ge 4 15 0 && epatch "${FILESDIR}/${PV_MAJOR}-4.15-00-init_timer.patch" + kernel_is ge 4 16 0 && epatch "${FILESDIR}/${PV_MAJOR}-4.16-00-vmblock-iversion.patch" # Allow user patches so they can support RC kernels and whatever else epatch_user |