diff options
author | Fabio Rossi <rossi.f@inwind.it> | 2020-04-07 17:54:50 +0200 |
---|---|---|
committer | Fabio Rossi <rossi.f@inwind.it> | 2020-04-07 17:54:50 +0200 |
commit | 2d4cac59511d20ffe9d4c9f99d76be32f84e573b (patch) | |
tree | 896b05c88aea6b547b12d6b52afdb22917d44419 /app-emulation/vmware-modules/vmware-modules-308.5.9.ebuild | |
parent | app-emulation/vmware-modules: fixes for kernel 5.3 (diff) | |
download | vmware-2d4cac59511d20ffe9d4c9f99d76be32f84e573b.tar.gz vmware-2d4cac59511d20ffe9d4c9f99d76be32f84e573b.tar.bz2 vmware-2d4cac59511d20ffe9d4c9f99d76be32f84e573b.zip |
app-emulation/vmware-modules: fixes for kernel 5.4
Added patch to face the following upstream commit:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=d5c3a62d0bb9b763e9378fe8f4cd79502e16cce8
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.ebuild | 1 |
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 d92cd23..aebac67 100644 --- a/app-emulation/vmware-modules/vmware-modules-308.5.9.ebuild +++ b/app-emulation/vmware-modules/vmware-modules-308.5.9.ebuild @@ -127,6 +127,7 @@ src_prepare() { 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" + kernel_is ge 5 04 0 && epatch "${FILESDIR}/${PV_MAJOR}-5.04-00-skb_frag_t.patch" # Allow user patches so they can support RC kernels and whatever else epatch_user |