Comment by nubinetwork

2 years ago

Can you make one for kernel exports and list whether they are GPL-only or not?

That is just a simple `grep -R EXPORT_SYMBOL` or `grep -R EXPORT_SYMBOL_GPL`, isn't it? A table for that wouldn't have much value.

  • > A table for that wouldn't have much value

    Just because you can search the source, doesn't mean this wouldn't come in handy to someone some day.