Re: Linux in a binary world... a doomsday scenario

From: David Woodhouse
Date: Tue Dec 06 2005 - 04:56:44 EST


On Tue, 2005-12-06 at 10:26 +0100, Bernd Petrovitsch wrote:
> Lots of patent attorneys and average law persons gives advices on
> technical stuff (where they effectively have no idea what's really
> going on) so it *must* be legitimate the other way 'round.

I think Tim's right to suggest that we shouldn't be giving that kind of
advice. Especially when we are so inconsistent about it, and when our
opinion is irrelevant.

If your lawyers advise you that using a given symbol from your
binary-only module was OK when it was exported with EXPORT_SYMBOL, then
that situation _cannot_ change when we switch it to EXPORT_SYMBOL_GPL;
we're simply not _allowed_ to impose additional restrictions. The only
thing that changes is the _amount_ of trouble you are in if the court
disagrees with your lawyers, because now you've actively circumvented a
technical protection measure in order to violate our copyright.

That protection is the only real difference between EXPORT_SYMBOL() and
EXPORT_SYMBOL_GPL(), once you realise that it can't change the legal
status of the export in question, and you discount the 'advice' which we
shouldn't be giving anyway.

Since the protection of EXPORT_SYMBOL_GPL() is only relevant if you are
actually found to be in violation of the licence, we might as well be
using it for all symbols. If you fervently believe that binary-only
modules are legal, you can still go ahead and use them. It's just that
you'd better be _very_ sure of yourself before you do so, because if you
_do_ lose in court you'll be getting more than a slap on the wrist.

By switching in the opposite direction, Linus is actively weakening our
position, and I object very strongly to that.

--
dwmw2


-
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/