↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

  • Home
  • About the Author…
  • Copyright and Trademarks..

Tag Archives: patches available

VMware – 15.0.3 Released, Still Broken with Kernel 5.0..

Adventures With Linux ™ Posted on March 16, 2019 by RGMarch 16, 2019

VMware Workstation 15.0.3 has been released, and the details are here: https://docs.vmware.com/en/VMware-Workstation-Pro/15/rn/workstation-1503-release-notes.html Not an impressive effort, as it still fails when compiled with Kernel 5.0, with multiple warnings, and errors (tested with 5.0.2): ………………….. /tmp/modconfig-32tPYF/vmmon-only/linux/hostif.c: In function ‘HostIF_EstimateLockedPageLimit’: /tmp/modconfig-32tPYF/vmmon-only/linux/hostif.c:1641:25: error: ‘totalram_pages’ redeclared as different kind of symbol extern unsigned long totalram_pages; ^~~~~~~~~~~~~~ In file included from /tmp/modconfig-32tPYF/vmmon-only/linux/hostif.c:42: … Continue reading →

Posted in compilation, kernel, Linux, Opinion, patches, VMware | Tagged compile fail, kernel 5.0.2, new release, patches available, vmware 15.0.3 | 16 Replies

Kernel – GCC8 / ‘Objtool Warnings’ Patches..

Adventures With Linux ™ Posted on May 14, 2018 by RGMay 14, 2018

There are now patches available to deal with the host of ‘objtool‘ warnings when compiling the kernel with GCC8: …………………………….. drivers/video/fbdev/core/fbmem.o: warning: objtool: fb_set_var()+0x209: sibling call from callable instruction with modified stack frame drivers/video/fbdev/core/fbmem.o: warning: objtool: do_remove_conflicting_framebuffers()+0xa6: sibling call from callable instruction with modified stack frame drivers/video/fbdev/core/fbmem.o: warning: objtool: register_framebuffer()+0x14b: sibling call from callable instruction with modified … Continue reading →

Posted in compilation, gcc, kernel, Linux, patches, Performance | Tagged 4.16 syscall warnings, 4.17 clean, gcc8, kernel, objtool warnings, patches available | Leave a reply

KERNEL – 4.8-rc1 Out – Breaks VMware and NVIDIA – and Fixes..

Adventures With Linux ™ Posted on August 8, 2016 by RGAugust 8, 2016

Kernel 4.8-rc1 is out, and brief details are here:   http://lkml.iu.edu/hypermail/linux/kernel/1608.0/04804.html VMware 12.1.1 – with the previous 4.6/4.7 patches, fails to compile vmmon: /tmp/modconfig-gfkQLR/vmmon-only/linux/hostif.c: In function ‘HostIF_EstimateLockedPageLimit’: /tmp/modconfig-gfkQLR/vmmon-only/linux/hostif.c:1597:47: error: ‘NR_ANON_PAGES’ undeclared (first use in this function) Further research revealed that NR_ANON_PAGES has been changed to NR_ANON_MAPPED in 4.8, and so the fix is quite simple.. In ~/vmmon-only/linux/hostif.c, around … Continue reading →

Posted in fix, Hacks, kernel, Linux, NVIDIA, Performance, VMware | Tagged additional patches, breaks vmware and nvidia, compiles ok, hostif.c, kernel 4.8-rc1, nvidia 367.35, nvidia-drm, patches available, vmmon, vmware 12.1.1 | 8 Replies
Original content © Robert Gadsdon 2013
↑