summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Rossi <rossi.f@inwind.it>2020-04-07 17:39:10 +0200
committerFabio Rossi <rossi.f@inwind.it>2020-04-07 17:39:10 +0200
commit31330febe33bd66eca4d2ab5fb6f56da5170d2f1 (patch)
tree74544e335fe83aa1bc0d4b91ff5c3376c3a7a31b /app-emulation/vmware-modules/vmware-modules-308.5.9.ebuild
parentapp-emulation/vmware-modules: fixes for kernel 5.1 (diff)
downloadvmware-31330febe33bd66eca4d2ab5fb6f56da5170d2f1.tar.gz
vmware-31330febe33bd66eca4d2ab5fb6f56da5170d2f1.tar.bz2
vmware-31330febe33bd66eca4d2ab5fb6f56da5170d2f1.zip
app-emulation/vmware-modules: fixes for kernel 5.3
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>
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.ebuild1
1 files changed, 1 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 933f0df..d92cd23 100644
--- a/app-emulation/vmware-modules/vmware-modules-308.5.9.ebuild
+++ b/app-emulation/vmware-modules/vmware-modules-308.5.9.ebuild
@@ -126,6 +126,7 @@ src_prepare() {
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"
+ kernel_is ge 5 03 0 && epatch "${FILESDIR}/${PV_MAJOR}-5.03-00-force_sig.patch"
# Allow user patches so they can support RC kernels and whatever else
epatch_user