Re: freed_symbols [Re: People, not GPL [was: Re: Driver Model]]

From: Pascal Schmidt
Date: Mon Oct 06 2003 - 13:57:26 EST


On Mon, 06 Oct 2003 20:50:12 +0200, you wrote in linux.kernel:

> That has no bearing on the legalities. A version of the kernel can't
> force the GPL on a driver that works with that version of the kernel
> because you can pull that driver out and drop in another.

Okay, I can see the boundary. We still have the problem that drivers
writers have to be very careful to not copy kernel code by accident
because the kernel changes often, which creates a temptation to look
closely at in-tree drivers to see how they do things. And if a
drivers writer then produces code that is essentialy the same as is
found in the kernel, only with changed indentation and variable names,
I think we both a agree that such a driver would be a derived work.

Another problem is the fact that Linux kernel headers can contain code
in the form of macros. If a driver uses such a header, it links kernel
code with itself which can easily make it a derived work.

--
Ciao,
Pascal
-
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/