The proper use of EXPORT_SYMBOL_GPL()
The proper use of EXPORT_SYMBOL_GPL()
Posted Oct 27, 2018 14:46 UTC (Sat) by ken (subscriber, #625)Parent article: The proper use of EXPORT_SYMBOL_GPL()
EXPORT_SYMBOL_GPL(sched_setscheduler) is a bit strange as its set to GPL but at the same time its a syscall.
I saw some really weird code around that in some DSL driver and did not understand why until I saw it was exported as GPL.