↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Tag Archives: process.c

Kernel – 4.1-rc3 – Now OK with NVIDIA..

Adventures With Linux ™ Posted on May 11, 2015 by RGMay 11, 2015

Just updated the test system to Kernel 4.1-rc3, and confirmed that this is now OK with the latest NVIDIA drivers, and includes the change to linux/arch/x86/kernel/process.c as detailed in a previous article.    Patched VMware 11.x is OK, as before.. # uname -a Linux rg6830l 4.1.0-rc3 #1 SMP Mon May 11 07:10:01 PDT 2015 x86_64 x86_64 x86_64 GNU/Linux … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, Performance, VMware | Tagged kernel 4.1-rc3, nvidia ok, process.c, vmware patched ok | Leave a reply

NVIDIA – Kernel 4.1 GPL-only Fixed

Adventures With Linux ™ Posted on May 7, 2015 by RGMay 7, 2015

The GPL error with NVIDIA drivers and kernel 4.1-rc has been fixed with a patch to linux/arch/x86/kernel/process.c Details are at http://lkml.iu.edu/hypermail/linux/kernel/1505.0/03818.html.    EXPORT_PER_CPU_SYMBOL_GPL(cpu_tss); has been replaced by EXPORT_PER_CPU_SYMBOL(cpu_tss); I have applied the patch to Kernel 4.1-rc2, and rebooted, and NVIDIA driver 346.59 now compiles and loads OK.. Robert Gadsdon.   May 6, 2015. … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, Performance | Tagged cpu_tss, fixed, gpl issue, kernel 4.1, nvidia, process.c | Leave a reply
Original content © Robert Gadsdon 2013
↑