↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Tag Archives: kernel 4.1

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

Kernel – 4.1 will be ‘Interesting’ for x86…

Adventures With Linux ™ Posted on April 24, 2015 by RGApril 24, 2015

The initial release of Kernel 4.1-rc1 should be out fairly soon, but this time it might possibly break some things..?. There will be a lot of ‘improvements’ to x86-related code:  http://lkml.iu.edu/hypermail/linux/kernel/1504.1/03389.html. So – we have been warned! Robert Gadsdon.   April 24, 2015. … Continue reading →

Posted in compilation, Crash and Burn.., kernel, Linux, Opinion, Performance | Tagged improvement, kernel 4.1, possible issues, rc1 releasing soon, x86 code cleanup | Leave a reply
Original content © Robert Gadsdon 2013
↑