↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Tag Archives: nvidia compile fails

Kernel – 6.3-rc1 – OK with Latest VMware, Breaks NVIDIA – Fix Possible..

Adventures With Linux ™ Posted on March 6, 2023 by RGMarch 6, 2023

Kernel 6.3-rc1 is out, and details are here:   https://lkml.iu.edu/hypermail/linux/kernel/2303.0/04362.html The latest (patched) VMware 17.0.1 is OK, but NVIDIA 530.30.02 fails to compile: ………………………………… /home/rgadsdon/NVIDIA-Linux-x86_64-530.30.02/kernel/nvidia/nv-mmap.c: In function ‘nvidia_mmap_numa’: /home/rgadsdon/NVIDIA-Linux-x86_64-530.30.02/kernel/nvidia/nv-mmap.c:461:19: error: assignment of read-only member ‘vm_flags’ 461 | vma->vm_flags |= VM_MIXEDMAP; | ^~ /home/rgadsdon/NVIDIA-Linux-x86_64-530.30.02/kernel/nvidia/nv-mmap.c: In function ‘nvidia_mmap_helper’: /home/rgadsdon/NVIDIA-Linux-x86_64-530.30.02/kernel/nvidia/nv-mmap.c:606:23: error: assignment of read-only member ‘vm_flags’ 606 | vma->vm_flags |= VM_IO … Continue reading →

Posted in fix, Hacks, kernel, Linux, NVIDIA, Opinion, VMware | Tagged kernel 6.3-rc1, latest vmware ok, modified patch works, nvidia compile fails | Leave a reply

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.18-rc1 Released. Breaks VMware and NVIDIA. VMware Fix Available.

Adventures With Linux ™ Posted on April 3, 2022 by RGApril 3, 2022

Kernel 5.18-rc1 is out, and (brief) details are here:   https://lkml.iu.edu/hypermail/linux/kernel/2204.0/02355.html VMware 16.2.3 vmmon/vmnet compiles fail, but there is a fix available, at https://github.com/mkubecek/vmware-host-modules/tree/tmp/workstation-16.2.3-k5.18.    I have applied this, and both compile OK. NVIDIA 510.60.02 compile fails: ………………. CONFTEST: drm_alpha_blending_available CONFTEST: ib_peer_memory_symbols CC [M] /home/rgadsdon/NVIDIA-Linux-x86_64-510.60.02/kernel/nvidia/nv.o /home/rgadsdon/NVIDIA-Linux-x86_64-510.60.02/kernel/nvidia/nv.c: In function ‘nv_set_dma_address_size’: /home/rgadsdon/NVIDIA-Linux-x86_64-510.60.02/kernel/nvidia/nv.c:2768:9: error: implicit declaration of function ‘pci_set_dma_mask’; did you mean … Continue reading →

Posted in kernel, Linux, NVIDIA, VMware | Tagged 16.2.3, 510.60.02, kernel 5.18-rc1, nvidia compile fails, vmware fix available | 23 Replies

Kernel – 5.14-rc1 – OK with Patched VMware, Breaks NVIDIA..

Adventures With Linux ™ Posted on July 11, 2021 by RGJuly 11, 2021

Kernel 5.14-rc1 has been released, and brief details are here:   http://lkml.iu.edu/hypermail/linux/kernel/2107.1/02943.html The latest VMware 16.1.2 patch includes a fix for 5.14-rc, and compiles and runs OK (tested with 5.14-rc1).   Find it at:  https://github.com/mkubecek/vmware-host-modules/tree/workstation-16.1.2 NVIDIA 470.42.01 compile failed: …………. /home/rgadsdon/NVIDIA-Linux-x86_64-470.42.01/kernel/common/inc/nv-time.h: In function ‘nv_sleep_ms’: /home/rgadsdon/NVIDIA-Linux-x86_64-470.42.01/kernel/common/inc/nv-time.h:217:18: error: ‘struct task_struct’ has no member named ‘state’; did you mean ‘__state’? 217 | … Continue reading →

Posted in compilation, Hacks, kernel, Linux, NVIDIA, Opinion, VMware | Tagged 16.1.2, 470.42.01, kernel 5.14-rc1 released, nvidia compile fails, vmware patched ok | 4 Replies

Kernel – 5.13-rc1 – OK with patched VMware, Breaks NVIDIA..

Adventures With Linux ™ Posted on May 10, 2021 by RGMay 10, 2021

Kernel 5.13-rc1 is out and brief details are here:   http://lkml.iu.edu/hypermail/linux/kernel/2105.1/00457.html VMware 16.1.1 (patched..) compiles and loads OK, but NVIDIA 465.27 compile fails: ……………………………. /home/rgadsdon/NVIDIA-Linux-x86_64-465.27/kernel/nvidia-drm/nvidia-drm-crtc.c: At top level: /home/rgadsdon/NVIDIA-Linux-x86_64-465.27/kernel/nvidia-drm/nvidia-drm-crtc.c:454:23: error: initialization of ‘int (*)(struct drm_plane *, struct drm_atomic_state *)’ from incompatible pointer type ‘int (*)(struct drm_plane *, struct drm_plane_state *)’ [-Werror=incompatible-pointer-types] 454 | .atomic_check = nv_drm_plane_atomic_check, | ^~~~~~~~~~~~~~~~~~~~~~~~~ … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, Opinion, VMware | Tagged 16.1.1, 465.27, kernel 5.13-rc1, nvidia compile fails, vmware ok | 5 Replies

Kernel – 5.9-rc1 Released – VMware Still Broken.. NVIDIA Compile Fails..

Adventures With Linux ™ Posted on August 16, 2020 by RGAugust 16, 2020

Kernel 5.9-rc1 is out, and brief details are here: http://lkml.iu.edu/hypermail/linux/kernel/2008.2/00223.html As expected, VMware is still broken, and fails/reboots when a VM start is attempted. Vmnet, with the latest patch, compiles OK, and there is a patch for vmmon and Kernel 5.9 available, for the Workstation 16 early-release, here: https://github.com/mkubecek/vmware-host-modules/tree/tmp/workstation-16 With regard to NVIDIA, the interim patch for … Continue reading →

Posted in Crash and Burn.., kernel, Linux, NVIDIA, Opinion, VMware | Tagged kernel 5.9-rc1, nvidia compile fails, vmmon vmnet patches available, vmware still broken | 2 Replies

Kernel – 5.1-rc1 is out – VMware Fix Available, but NVIDIA Fails.

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

Kernel 5.1-rc1 has been released, and brief details are here:  http://lkml.iu.edu/hypermail/linux/kernel/1903.2/00496.html VMware with the Kernel 5.0 patches fails to compile vmmon, but thanks to Michal Kubeček, a fix is currently available at https://github.com/mkubecek/vmware-host-modules/tree/workstation-15.0.3-test.   I have applied this, and VMware 15.0.3 compiles and loads/runs OK with Kernel 5.1-rc1. NVIDIA 418.43 compile fails soon after commencing: …………………. /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-418.43/kernel/common/inc/nv-list-helpers.h:94:19: error: … Continue reading →

Posted in compilation, fix, kernel, Linux, NVIDIA, VMware | Tagged 418.43, kernel 5.1-rc1 released, nvidia compile fails, vmware patch available | 6 Replies

KERNEL – 4.6-rc1 Released – OK with Latest VMware, Breaks NVIDIA – and a Possible Fix..

Adventures With Linux ™ Posted on March 27, 2016 by RGMarch 27, 2016

Just  installed Kernel 4.6-rc1 on the test system. Depending on your configuration, you may encounter a compilation error: CC drivers/thermal/mtk_thermal.o drivers/thermal/mtk_thermal.c: In function ‘mtk_thermal_probe’: drivers/thermal/mtk_thermal.c:560:8: error: implicit declaration of function ‘device_reset’ [-Werror=implicit-function-declaration] ret = device_reset(&pdev->dev); ^ cc1: some warnings being treated as errors ……………………………. This is due to a Mediatek thermal driver being ‘selected’ by default (and … Continue reading →

Posted in compilation, fix, kernel, Linux, NVIDIA, VMware | Tagged compile ok, kernel 4.6-rc1, nvidia compile fails, quick fix, vmware 12.1.0 ok | 5 Replies
Original content © Robert Gadsdon 2013
↑