On Wed, Nov 8, 2017 at 12:47 PM, Thomas Gleixner <tglx@xxxxxxxxxxxxx> wrote: > > Despised-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx> So I despise the patch for a different reason: I hate it when we export data symbols like this. But that's independent of the GPL-vs-not issue, and it's not like this is the first time it happens. Generally we should export _functionality_, not data. The fact that we need to export access to some random global data that we then use in an inline function or macro to me says that the code was not designed right to begin with. But yeah, I guess we can't fix that easily as-is, and people who just randomly slap _GPL() on the export should stop doing that. It's *not* a default thing, quite the reverse. It should be something that is so core - but also so _meaningful_ - that using it is a big flag that you're not just a random driver or something. So slapping _GPL on some random piece of data that that doesn't actually imply anything at all for copyright derivation is fundamentally broken and stupid. Linus -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>