↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Tag Archives: cpu_tss

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
↑