Re: starting with 2.7

From: Alan Cox
Date: Mon Jan 10 2005 - 14:54:28 EST


On Llu, 2005-01-10 at 01:28, Dave Airlie wrote:
> I do wonder would open source kernel drivers to work with a closed
> source user space application be accepted into the mainline kernel...
> say for example Nvidia or VMware GPL'ed their lower layer kernel

It isnt about whether they are "accepted" but whether they are
derivative works. The license is quite clear on this with the specific
clarification included for the syscall interface. For the most part the
interfaces people need are pretty generic so the problems don't arise.

We've seen that with the proposed 1Gb DMA area on x86-64 - Nvidia wanted
a 4Gb one to fix their hardware needs and various other drivers want a
1Gb DMA area. That happens to also sort Nvidia's problems.

>From DRI experience I'd say that a mostly user space nvidia driver would
probably be almost as problematic as a binary kernel module. It would
make reverse engineering a lot easier though 8)

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