[SOLVED] Nvidia 349.16 Linux 4.1-rc1 build error GPL-only symbol 'cpu_tss'

FATAL: modpost: GPL-incompatible module nvidia.ko uses GPL-only symbol ‘cpu_tss’

This commit kernel/git/torvalds/linux.git - Linux kernel source tree, renamed init_tss into cpu_tss
Rather odd as init_tss was a GPL-only symbol and wasn’t used by nvidia module along with it not making sense that the module would be using a newly renamed symbol.

That is because init_tss is not in Module.symvers from linux-4.0 but cpu_tss is in Module.symvers.

Looks like it’s been taken care of with this.

https://goo.gl/9CucHd

Confirmed: compiled and booted.

Yup, rc3 works for me too.

Marked as solved