Re: Linux GPL and binary module exception clause?

From: Daniel Newby
Date: Thu Dec 18 2003 - 05:00:23 EST


Randy Zagar wrote:
[snip]
The question boils down to this:

For a header file, does anything truly worthy of copyright actually survive the compilation process?
[snip]

Yes: inline functions, unless you're careful about which headers you use and how you use them. And you have to be very, very careful because which symbols turn into inline functions depends on which kernel options are selected, which architecture you're building for, minor variations between kernel versions, the phase of the moon, etc. It would take tainting support in gcc itself, and that isn't like to happen for a variety of practical and political reasons.

-- Daniel Newby

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/