↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Tag Archives: kernel 4.7-rc1

NVIDIA – Possible Kernel 4.7 Fix for 361.45.11 and 367.18..

Adventures With Linux ™ Posted on May 31, 2016 by RGMay 31, 2016

Thanks to juston_li on the NVIDIA Devtalk forum, there is specific detail of the changes needed for Kernel 4.7 compatibility.. Details are at   https://devtalk.nvidia.com/default/topic/938665/linux/linux-4-7-rc1-367-18-build-errors/ The first issue is interesting, as it is due to a Kernel Dev. deciding to introduce a new variable – radix_tree_empty – in Kernel 4.7-rc1, that happens to have the same name as … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux, NVIDIA, Opinion, Performance | Tagged 367.18, compile success, fix, kernel 4.7-rc1, nvidia 361.45.11, nvidia-drm, radix_tree_empty | 1 Reply

VMware – Possible Kernel 4.7 Fix for 12.1.1..

Adventures With Linux ™ Posted on May 31, 2016 by RGMay 31, 2016

Thanks to g, from their comment on my previous article ( http://rglinuxtech.com/?p=1746 ), there may be a more correct vmnet fix than simply ‘commenting out the code’..    Replace dev->trans_start = jiffies with  netif_trans_update(dev) in netif.c I have made this change, and VMware 12.1.1 is – so far – loading and running OK, as usual.. Robert Gadsdon.   May 30, … Continue reading →

Posted in compilation, fix, Hacks, kernel, Linux, VMware | Tagged fix, kernel 4.7-rc1, netif.c, vmnet, vmware 12.1.1 | 7 Replies

Kernel – 4.7-rc1 Breaks NVIDIA and VMware..

Adventures With Linux ™ Posted on May 29, 2016 by RGMay 29, 2016

Kernel 4.7-rc1 is out, and brief details are here:  https://lkml.org/lkml/2016/5/29/77 The update breaks the latest NVIDIA drivers – 367.18 and 361.45.11: ………. /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-367.18/kernel/nvidia-uvm/uvm_linux.h:557:13: error: redefinition of ‘radix_tree_empty’ static bool radix_tree_empty(struct radix_tree_root *tree) ……………………………. /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-367.18/kernel/nvidia-drm/nvidia-drm-gem.c: In function ‘nvidia_drm_dumb_map_offset’: /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-367.18/kernel/nvidia-drm/nvidia-drm-gem.c:411:33: error: passing argument 1 of ‘drm_gem_object_lookup’ from incompatible pointer type [-Werror=incompatible-pointer-types] gem = drm_gem_object_lookup(dev, file, handle); …………………… ..and, breaks … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux, NVIDIA, Opinion, VMware | Tagged 361.45.11, breaks nvidia and vmware, kernel 4.7-rc1, nvidia 367.18, vmnet hack, vmware 12.1.1 | 4 Replies
Original content © Robert Gadsdon 2013
↑