↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Tag Archives: kernel

Post navigation

← Older posts

Kernel – 6.0 Pre-tests – VMware OK, NVIDIA Fails.

Adventures With Linux ™ Posted on August 12, 2022 by RGAugust 12, 2022

Kernel 6.0-rc1 is due soon, and I tested with the latest (August 11) GIT version..   Of course, more changes will be incorporated before -rc1 is out, but this gives some idea how things may go… With the latest patchset, VMware 16.2.4 is OK..   (https://github.com/mkubecek/vmware-host-modules/tree/workstation-16.2.4) NVIDIA 515.65.01 compile fails: ………………… CC [M] /home/rgadsdon/NVIDIA-Linux-x86_64-515.65.01/kernel/nvidia-drm/nvidia-drm-prime-fence.o CC [M] /home/rgadsdon/NVIDIA-Linux-x86_64-515.65.01/kernel/nvidia-drm/nvidia-drm-linux.o CC [M] … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, Opinion, VMware | Tagged 16.2.4, 515.65.01, 6.0 pre test, kernel, nvidia compile fails, patched vmware ok | Leave a reply

Kernel – 5.17-rc1 is Out, and No Surprises..

Adventures With Linux ™ Posted on January 23, 2022 by RGJanuary 23, 2022

A little earlier in the day than usual, Kernel 5.17-rc1 has been released, and (very) brief details are here:  http://lkml.iu.edu/hypermail/linux/kernel/2201.2/06983.html After my pre-testing last week, there were no surprises, and the 5.17-compatible version of the VMware patchset is now part of the standard 16.2.1 download, at https://github.com/mkubecek/vmware-host-modules/tree/workstation-16.2.1 – and the latest NVIDIA driver – 510.39.01 – compiles … Continue reading →

Posted in kernel, Linux, NVIDIA, Opinion, VMware | Tagged 16.2.1, 5.17-rc1, 510.39.01, kernel, ok with latest nvidia, patched vmware ok, released | Leave a reply

Kernel – 5.14 is Out. OK with Latest NVIDIA, and Patched VMware. (and… Happy Birthday)

Adventures With Linux ™ Posted on August 29, 2021 by RGAugust 29, 2021

Kernel 5.14 has been released, and the release notes include a subtle hint about the 30th anniversary of Linux – which I must confess I had forgotten…   I have only been using it since 1997..   Read it here:  http://lkml.iu.edu/hypermail/linux/kernel/2108.3/05438.html As expected, this is OK with the latest NVIDIA driver 470.63.01, and with the latest (July 2021) patched … Continue reading →

Posted in kernel, Linux, NVIDIA, Opinion, VMware | Tagged 5.14, happy birthday linux, kernel, latest nvidia ok, linux, new, vmware patched ok | 6 Replies

Compiler – Fun with CLANG – Kernel, NVIDIA, and VMware…

Adventures With Linux ™ Posted on March 27, 2021 by RGMarch 30, 2021

I have been carrying out some preliminary tests to see how feasible it is to compile the Linux Kernel, and NVIDIA drivers, and VMware, using the ‘alternative’ to GCC – CLANG.. The kernel compile is relatively easy, and well documented: # make CC=clang HOSTCC=clang -j8 (for a 4-core system) The compile seems to be slower than GCC, … Continue reading →

Posted in clang, compilation, Fedora, gcc, kernel, Linux, NVIDIA, Opinion, Performance, quirks, VMware | Tagged clang, compile tests, gcc alternative, kernel, nvidia, success, vmware | 1 Reply

Kernel – 5.10-rc1 Pre-Testing.. NVIDIA fails, Patched VMware OK..

Adventures With Linux ™ Posted on October 20, 2020 by RGOctober 20, 2020

As 5.10-rc1 should be out on Sunday, I did a quick compile test of the interim code available now (October 20th).. NVIDIA 455.28 compile fails: CC [M] /home/rgadsdon/NVIDIA-Linux-x86_64-455.28/kernel/nvidia/nv-acpi.o CC [M] /home/rgadsdon/NVIDIA-Linux-x86_64-455.28/kernel/nvidia/nv-cray.o CC [M] /home/rgadsdon/NVIDIA-Linux-x86_64-455.28/kernel/nvidia/nv-dma.o /home/rgadsdon/NVIDIA-Linux-x86_64-455.28/kernel/nvidia/nv-dma.c: In function ‘nv_dma_is_map_resource_implemented’: /home/rgadsdon/NVIDIA-Linux-x86_64-455.28/kernel/nvidia/nv-dma.c:631:37: error: implicit declaration of function ‘get_dma_ops’ [-Werror=implicit-function-declaration] 631 | const struct dma_map_ops *ops = get_dma_ops(dma_dev->dev); | ^~~~~~~~~~~ /home/rgadsdon/NVIDIA-Linux-x86_64-455.28/kernel/nvidia/nv-dma.c:631:37: … Continue reading →

Posted in kernel, Linux, NVIDIA, Opinion, VMware | Tagged 5.10-rc1 pre-testing, kernel, nvidia 455.28 fail, vmware 16 patched ok | 2 Replies

Kernel – 5.6 Released. Still OK with latest patched VMware and NVIDIA.

Adventures With Linux ™ Posted on March 29, 2020 by RGMarch 29, 2020

Kernel 5.6 is out, and brief details are here: http://lkml.iu.edu/hypermail/linux/kernel/2003.3/06474.html Compiles OK, but I am getting a spurious ‘cat: /sys/power/resume: No such file or directory‘ message after #make install.   Everything seems to be working as expected, despite this. For those who need it (digital photography/video etc..) ‘exFAT fs support’ is now available, and can be found under … Continue reading →

Posted in kernel, Linux, NVIDIA, VMware | Tagged 5.6 released, exfat support, kernel, linux, ok with latest patched nvidia vmware, staging | 4 Replies

Kernel – 5.4-rc8 Released – Finally, Fixes Intel e1000e

Adventures With Linux ™ Posted on November 17, 2019 by RGNovember 17, 2019

Kernel 5.4-rc8 is out, and brief details are here:  http://lkml.iu.edu/hypermail/linux/kernel/1911.2/01078.html The latest NVIDIA (440.31), and patched VMware 15.5.1 compile and load/run OK. The Intel e1000e Ethernet driver had been broken since -rc1, but this has finally been fixed, and appears to operate correctly, now. Robert Gadsdon.   November 17th 2019. … Continue reading →

Posted in Ethernet, Intel, kernel, Linux, Network, NVIDIA, Opinion, VMware | Tagged ethernet, intel e1000e driver fixed, kernel, kernel 5.4-rc8, linux, nvidia 440.31 ok, patched vmware 15.5.1 ok | Leave a reply

Kernel – 5.3-rc1 is Out. NVIDIA OK, VMware vmmon Fails, and a Fix.

Adventures With Linux ™ Posted on July 21, 2019 by RGJuly 21, 2019

Tested the newly released Kernel 5.3-rc1 (brief details here: http://lkml.iu.edu/hypermail/linux/kernel/1907.2/04769.html ) The latest NVIDIA (430.34) compiles and runs OK, and (patched) VMware 15.1.0 vmnet compiles OK, but vmmon fails: ……… CC [M] /tmp/modconfig-Kk5UU0/vmmon-only/common/cpuid.o /tmp/modconfig-Kk5UU0/vmmon-only/linux/hostif.c: In function ‘HostIF_SetFastClockRate’: /tmp/modconfig-Kk5UU0/vmmon-only/linux/hostif.c:3406:10: error: too many arguments to function ‘force_sig’ 3406 | force_sig(SIGKILL, linuxState.fastClockThread); | ^~~~~~~~~ In file included from ./include/linux/taskstats_kern.h:12, from … Continue reading →

Posted in fix, Hacks, kernel, Linux, NVIDIA, Opinion, VMware | Tagged 5.3-rc1 released, fix, hack, kernel, nvidia 430.34 ok, vmmon compile fails, vmware 15.1.0 patched | 7 Replies

Kernel – 5.2 Released – No Surprises..

Adventures With Linux ™ Posted on July 7, 2019 by RGJuly 7, 2019

Kernel 5.2 is out – slightly later than usual – and brief details are here:  http://lkml.iu.edu/hypermail/linux/kernel/1907.0/05444.html As expected, the latest NVIDIA (430.26) and patched VMware 15.1.0 compile and run OK. Robert Gadsdon.   July 7 2019.   … Continue reading →

Posted in kernel, Linux, NVIDIA, Opinion, VMware | Tagged 5.2 released, kernel, nvidia 430.26, ok with latest nvidia and patched vmware, vmware 15.1.0 | 2 Replies

Kernel – New Home for Release Candidates..

Adventures With Linux ™ Posted on September 23, 2018 by RGSeptember 24, 2018

Updated Sept 24, to give specific location (from 4.19-rc5 release) In case you had previously been accessing the work-in-progress -rc version of the Kernel at https://github.com/torvalds/linux, then – after 4.19-rc4 – it can be found here:  https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/log/ To get the latest source: # git clone -b master –single-branch https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git Tarballs can be found here (under ‘Download‘): https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/ … Continue reading →

Posted in kernel, Linux | Tagged -rc version, after 4.19-rc4, kernel, linux, location | Leave a reply

Post navigation

← Older posts
Original content © Robert Gadsdon 2013
↑