summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Rossi <rossi.f@inwind.it>2019-05-04 17:41:47 +0200
committerFabio Rossi <rossi.f@inwind.it>2019-05-04 17:41:47 +0200
commite7bbf218ad06ddda606a729a2b8e381e4032d1d9 (patch)
tree227d60ca6e3e9edaa475a2046af0fa161db3c628 /app-emulation/vmware-modules/vmware-modules-308.5.9.ebuild
parentapp-emulation/vmware-modules: updated also Manifest (diff)
downloadvmware-e7bbf218ad06ddda606a729a2b8e381e4032d1d9.tar.gz
vmware-e7bbf218ad06ddda606a729a2b8e381e4032d1d9.tar.bz2
vmware-e7bbf218ad06ddda606a729a2b8e381e4032d1d9.zip
app-emulation/vmware-modules: fixes for kernel 5.1
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
Diffstat (limited to 'app-emulation/vmware-modules/vmware-modules-308.5.9.ebuild')
-rw-r--r--app-emulation/vmware-modules/vmware-modules-308.5.9.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/app-emulation/vmware-modules/vmware-modules-308.5.9.ebuild b/app-emulation/vmware-modules/vmware-modules-308.5.9.ebuild
index ccb687a..933f0df 100644
--- a/app-emulation/vmware-modules/vmware-modules-308.5.9.ebuild
+++ b/app-emulation/vmware-modules/vmware-modules-308.5.9.ebuild
@@ -124,6 +124,8 @@ src_prepare() {
kernel_is ge 5 00 0 && epatch "${FILESDIR}/${PV_MAJOR}-5.00-00-totalram_pages.patch"
kernel_is ge 5 00 0 && epatch "${FILESDIR}/${PV_MAJOR}-5.00-01-access_ok.patch"
kernel_is ge 5 00 0 && epatch "${FILESDIR}/${PV_MAJOR}-5.00-02-do_gettimeofday.patch"
+ kernel_is ge 5 01 0 && epatch "${FILESDIR}/${PV_MAJOR}-5.01-00-vm_fault_t.patch"
+ kernel_is ge 5 01 0 && epatch "${FILESDIR}/${PV_MAJOR}-5.01-01-kernel_ds.patch"
# Allow user patches so they can support RC kernels and whatever else
epatch_user