Re: [PATCH] paravirt.h

From: Adrian Bunk
Date: Fri Aug 18 2006 - 21:18:57 EST


On Thu, Aug 10, 2006 at 11:06:14AM -0700, Jeremy Fitzhardinge wrote:
> Rusty Russell wrote:
> >+EXPORT_SYMBOL_GPL(paravirt_ops);
> >
> This should probably be EXPORT_SYMBOL(), otherwise pretty much every
> driver module will need to be GPL...

These are Linux specific operations.

Without an _GPL you are in the grey area where courts have to decide
whether a module using this would be a derived work according to
copyright law in $country_of_the_court and therefore has to be GPL.

With the _GPL, everything is clear without any lawyers involved.

> J

cu
Adrian

--

Gentoo kernels are 42 times more popular than SUSE kernels among
KLive users (a service by SUSE contractor Andrea Arcangeli that
gathers data about kernels from many users worldwide).

There are three kinds of lies: Lies, Damn Lies, and Statistics.
Benjamin Disraeli

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