↓
 

Adventures With Linux ™

Linux Technologies and Fun Times - and Technology Commentary..

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

Category Archives: VMware

Post navigation

← Older posts
Newer posts →

Kernel – 4.17-rc6 Out – Includes GCC8 Compile Fixes..

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

Kernel 4.17-rc6 has been released, and details of changes since -rc5 are here:  http://lkml.iu.edu/hypermail/linux/kernel/1805.2/03965.html This version is still OK with the latest VMware (14.1.1) and NVIDIA (396.24) drivers, but also includes fixes for repeated GCC8 / objtool warnings at compile time: ………………. Josh Poimboeuf (5): ………. objtool: Support GCC 8’s cold subfunctions objtool: Support GCC 8 switch … Continue reading →

Posted in compilation, fix, gcc, kernel, Linux, NVIDIA, VMware | Tagged fixes for gcc8, kernel 4.17-rc6, objtool, ok with latest nvidia and vmware | Leave a reply

VMware – Patch, If You Need Better ‘Meltdown/Spectre’ Protection..

Adventures With Linux ™ Posted on April 30, 2018 by RGMay 2, 2018

Thanks – again – to Michal Kubeček, who  has pointed out that there is still a vulnerability in some VMware (vmmon) code, that is not mitigated by Kernel/Compiler retpoline fixes, as it is written in assembler..   ( See comment on previous article – https://rglinuxtech.com/?p=2277 ) He has provided an appropriate fix for this, at https://github.com/mkubecek/vmware-host-modules/tree/player-14.1.1 Robert Gadsdon.   … Continue reading →

Posted in Linux, patches, retpoline, VMware | Tagged assembler code, fix available, kernel, linux, meltdown, spectre, still vulnerable, vmmon, vmware | Leave a reply

Kernel – 4.17-rc3 Released – Still OK with Latest NVIDIA and VMware..

Adventures With Linux ™ Posted on April 29, 2018 by RGApril 29, 2018

Kernel 4.17-rc3 is out, and brief details of changes from -rc2 are here:  http://lkml.iu.edu/hypermail/linux/kernel/1804.3/05507.html Tested with NVIDIA 396.18 and VMware 14.1.1 (vmmon and vmnet), and all still compile OK.. Robert Gadsdon.   April 29, 2018.

Continue reading →
Posted in compilation, kernel, Linux, NVIDIA, VMware | Tagged compile ok, kernel, kernel 4.17-rc3, latest, linux, nvidia 396.18, released, vmware 14.1.1 | 2 Replies

Kernel – 4.17-rc1 Out – OK with Latest NVIDIA and VMware..

Adventures With Linux ™ Posted on April 15, 2018 by RGApril 15, 2018

Kernel 4.17-rc1 has been released, and brief details are here:  http://lkml.iu.edu/hypermail/linux/kernel/1804.1/06654.html With the latest code-on-git milestone reached, there is speculation that a version bump to 5.x might be a possibility – but not just yet! The latest NVIDIA driver (396.18) and VMware (14.1.1 – vmmon and vmnet) all compile OK.. Robert Gadsdon.   April 15, 2018

Continue reading →
Posted in kernel, Linux, NVIDIA, VMware | Tagged 4.17-rc1, kernel, linux, nvidia 396.18, ok, vmware 14.1.1 | Leave a reply

Kernel – 4.17-rc1 Out – OK with Latest NVIDIA and VMware..

Adventures With Linux ™ Posted on April 15, 2018 by RGApril 15, 2018

Kernel 4.17-rc1 has been released, and brief details are here:  http://lkml.iu.edu/hypermail/linux/kernel/1804.1/06654.html With the latest code-on-git milestone reached, there is speculation that a version bump to 5.x might be a possibility – but not just yet! The latest NVIDIA driver (396.18) and VMware (14.1.1 – vmmon and vmnet) all compile OK.. Robert Gadsdon.   April 15, 2018

Continue reading →
Posted in kernel, Linux, NVIDIA, VMware | Tagged 4.17-rc1, kernel, linux, nvidia 396.18, ok, vmware 14.1.1 | Leave a reply

Kernel – Interim Changes for 4.17 – OK So Far..

Adventures With Linux ™ Posted on April 8, 2018 by RGApril 8, 2018

Testing the changes submitted to date for Kernel 4.17-rc1, which is – of course – not due out just yet..   Kernel version obtained from https://github.com/torvalds/linux today – April 8. Latest VMware – 14.1.1 – vmnet/vmmon compile OK, and so does the latest NVIDIA – 390.48, with the 4.16 patch.. More changes to come, but all is good … Continue reading →

Posted in Hacks, kernel, Linux, NVIDIA, Opinion, VMware | Tagged april 8, changes for 4.17-rc1, git, kernel, linux, more changes to come, patched nvidia ok, vmware ok | Leave a reply

Kernel – 4.16 Released – OK with Latest VMware, and (patched) NVIDIA..

Adventures With Linux ™ Posted on April 1, 2018 by RGApril 1, 2018

Kernel version 4.16 is out, and brief details of changes since -rc7 are here:  http://lkml.iu.edu/hypermail/linux/kernel/1804.0/00174.html $ uname -a Linux rglx 4.16.0 #1 SMP Sun Apr 1 15:20:00 PDT 2018 x86_64 x86_64 x86_64 GNU/Linux This release is OK with VMware 14.1.1, and with NVIDIA 384.130/390.48 with the swiotlb-removing patch.. ( see https://rglinuxtech.com/?p=2227 ). Hopefully NVIDIA will get round … Continue reading →

Posted in kernel, Linux, NVIDIA, Opinion, patches, Performance, VMware | Tagged 384.130, 390.48, kernel 4.16 released, nvidia needs patch.., ok with vmware 14.1.1, swiotlb | Leave a reply

Kernel – 4.16-rc1 – OK with VMware 14.1.1, Breaks NVIDIA?..

Adventures With Linux ™ Posted on February 11, 2018 by RGFebruary 11, 2018

Kernel 4.16-rc1 is out, and brief details are here:  http://lkml.iu.edu/hypermail/linux/kernel/1802.1/02325.html VMware 14.1.1 is OK, and NVIDIA 384.111 and 390.25 both compile OK, but then fail to load/run: ………… modprobe: ERROR: could not insert ‘nvidia’: Unknown symbol in module, or unknown parameter (see dmesg) dmesg: [ 2142.352238] nvidia: Unknown symbol swiotlb_map_sg_attrs (err 0) Comparing kernel 4.15.x compiled source … Continue reading →

Posted in kernel, Linux, NVIDIA, VMware | Tagged kernel 4.16-rc1, nvidia 384.111 and 390.25, released, swiotlb_map_sg_attrs, unknown symbol, vmware 14.1.1 ok | 1 Reply

Kernel – 4.15 Final, at Last..

Adventures With Linux ™ Posted on January 28, 2018 by RGJanuary 28, 2018

Kernel 4.15 is – finally – released, and an overview of changes since -rc9 is here:  http://lkml.iu.edu/hypermail/linux/kernel/1801.3/02794.html The latest NVIDIA drivers – 384.111 and 390.12 – compile and load OK, and VMware 14.1.1 is also OK. It is worth mentioning that , although the final release was delayed due to more work on PTI mitigation etc,  this … Continue reading →

Posted in kernel, Linux, NVIDIA, Opinion, VMware | Tagged gcc 7.3, kernel 4.15 final, linux, nvidia 384.111 390.12, pti mitigation, retpoline, vmware 14.1.1 | 2 Replies

VMware – 14.1.1 released – OK with Kernel 4.15..

Adventures With Linux ™ Posted on January 10, 2018 by RGJanuary 10, 2018

As expected, there is a new release of VMware – 14.1.1 – and brief details are here:  https://docs.vmware.com/en/VMware-Workstation-Pro/14/rn/workstation-1411-release-notes.html This version compiles and loads OK with the latest 4.15-rc kernel – tested with 4.15-rc7, and no longer needs the vmmon series of patches. Robert Gadsdon.   January 10, 2018.

Continue reading →
Posted in kernel, Linux, VMware | Tagged kernel, linux, no patch needed, ok with kernel 4.15-rc7, vmware 14.1.1 | 2 Replies

Post navigation

← Older posts
Newer posts →
Original content &copy Robert Gadsdon 2013
↑
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.