diff options
author | Fabio Rossi <rossi.f@inwind.it> | 2020-04-12 21:40:51 +0200 |
---|---|---|
committer | Fabio Rossi <rossi.f@inwind.it> | 2020-04-12 21:40:51 +0200 |
commit | 8f25a120312a9cf7a3c81060e9da2bc3ec4d6bed (patch) | |
tree | dbb86f3660dd6916dcc12ff843bf08dcf3a43ceb /app-emulation/vmware-modules/vmware-modules-308.5.9.ebuild | |
parent | app-emulation/vmware-modules: changes for kernel 5.5 (diff) | |
download | vmware-8f25a120312a9cf7a3c81060e9da2bc3ec4d6bed.tar.gz vmware-8f25a120312a9cf7a3c81060e9da2bc3ec4d6bed.tar.bz2 vmware-8f25a120312a9cf7a3c81060e9da2bc3ec4d6bed.zip |
app-emulation/vmware-modules: fixes for kernel 5.6
Added patches to face the following upstream commits:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=d56c0d45f0e27f814e87a1676b6bdccccbc252e9
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=4bdc0d676a643140bdf17dbf7eafedee3d496a3c
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=c766d1472c70d25ad475cf56042af1652e792b23
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 | 3 |
1 files changed, 3 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 107bfbf..808905a 100644 --- a/app-emulation/vmware-modules/vmware-modules-308.5.9.ebuild +++ b/app-emulation/vmware-modules/vmware-modules-308.5.9.ebuild @@ -133,6 +133,9 @@ src_prepare() { 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" + kernel_is ge 5 06 0 && epatch "${FILESDIR}/${PV_MAJOR}-5.06-00-proc_create.patch" + kernel_is ge 5 06 0 && epatch "${FILESDIR}/${PV_MAJOR}-5.06-01-ioremap_nocache.patch" + kernel_is ge 5 06 0 && epatch "${FILESDIR}/${PV_MAJOR}-5.06-02-timeval.patch" # Allow user patches so they can support RC kernels and whatever else epatch_user |