Re: [GIT PATCH] UIO patches for 2.6.21

From: Thomas Gleixner
Date: Sat Apr 28 2007 - 16:00:57 EST


On Sat, 2007-04-28 at 15:56 -0400, Bill Davidsen wrote:
> Greg KH wrote:
> > Here are the updated UIO (Userspace I/O driver framework) patches for
> > 2.6.21.
> >
> > They have been revamped from the last time you have seen them, and they
> > include a real driver, the Hilscher CIF DeviceNet and Profibus card
> > controller, which is being used in production systems with this driver
> > framework right now. The kernel driver they replaced was a total mess,
> > with over 60+ ioctls to try to control the different aspects of the
> > device. See the last patch in this series for more details on this
> > driver.
> >
> I have a political question, if I have a user space driver, is my kernel
> tainted or not? Does this open another multi-month flame war around GPL,
> BSD, NDA, source available but not GPL, and all the other things we
> talked to death about inserting non-GPL modules?

The kernel driver has to be GPL, the user space part can be as any user
space code closed source. Of course we recommend to make it open as
those user space drivers which we did so far are all licensed under
LPGL.

There is nothing to flame, the user space boundary is entirely clear.

tglx


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