↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Category Archives: patches

Post navigation

Newer posts →

VMware – Updated vmnet Patch for Kernel 4.9/4.10..

Adventures With Linux ™ Posted on January 31, 2017 by RGJanuary 31, 2017

Thanks to Mikkel Kroman, there is a more complete patch for VMware 12.5.2  vmnet on Kernel 4.9.x and 4.10-rc’s: The change is to the get_user_pages parameter list, to now include the FOLL_WRITE parameter, and is as follows: In vmnet-only/userif.c, around line 113, change #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 6, 0) retval = get_user_pages(addr, 1, 1, 0, &page, NULL); … Continue reading →

Posted in compilation, fix, Hacks, kernel, Linux, patches, VMware | Tagged 12.5.2, improved vmnet patch, kernel 4.10-rc, kernel 4.9.x, success, vmware | 10 Replies

NVIDIA – Kernel 4.10 Patch for 378.09..

Adventures With Linux ™ Posted on January 20, 2017 by RGJanuary 20, 2017

Thanks – again – to Tomas Pruzina, there is a Kernel 4.10 patch for new beta driver 378.09, and details are here: https://devtalk.nvidia.com/default/topic/988958/linux/-patch-378-09-4-10-0-rc4-patches/ I have applied this to 378.09 on Kernel 4.10-rc4, and can confirm that it now compiles OK.. ……………………….. /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-378.09-patched/kernel/nvidia/svnp01_linux.o ld -r -o /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-378.09-patched/kernel/nvidia-modeset/nv-modeset-interface.o /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-378.09-patched/kernel/nvidia-modeset/nvidia-modeset-linux.o Building modules, stage 2. MODPOST 4 modules CC /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-378.09-patched/kernel/nvidia-drm.mod.o LD … Continue reading →

Posted in compilation, fix, kernel, Linux, NVIDIA, patches | Tagged 378.09, compiles ok, kernel 4.10-rc4, nvidia, patch | 1 Reply

NVIDIA – Beta Driver 378.09 – Still Broken with Kernel 4.10

Adventures With Linux ™ Posted on January 19, 2017 by RGJanuary 19, 2017

New beta driver 378.09 has been released, and details are here:  http://www.nvidia.com/download/driverResults.aspx/114232/en-us The driver compiles OK with Kernel 4.9.4, but fails to compile with 4.10-rc4, with different errors from 375.26, as some of the code base has changed.. …………………. CC [M] /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-378.09/kernel/nvidia/nv-p2p.o CC [M] /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-378.09/kernel/nvidia/nv-pat.o /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-378.09/kernel/nvidia/nv-pat.c: In function ‘nvidia_cpu_callback’: /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-378.09/kernel/nvidia/nv-pat.c:213:14: error: ‘CPU_DOWN_FAILED’ undeclared (first use in this … Continue reading →

Posted in compilation, Crash and Burn.., kernel, Linux, NVIDIA, patches | Tagged compile fail, driver 378.09, kernel 4.10-rc4, nvidia, previous patch fails | 2 Replies

Post navigation

Newer posts →
Original content © Robert Gadsdon 2013
↑