Chris Wright wrote: > * Jeremy Fitzhardinge (jeremy at goop.org) wrote: > >> This pretty much has to be EXPORT_SYMBOL(), otherwise we just required >> all modules to be GPL... >> > > muwhahaha > > The plan is working... > > Yeah, I agree. We had to do similar for LSM. > > thanks, > -chris > > EXPORT_SYMBOL_GPL is still possible - if you patch over every op in paravirt_ops. Then only the paravirt modules need to be GPL, not all modules. Zach