Re: Re-enabling non-GPL driver access to disk partition information

From: Rik van Riel
Date: Fri Jan 29 2010 - 10:10:13 EST


On 01/29/2010 09:15 AM, Derek Atkins wrote:
Hi Linuxers,

I've been working on a proprietary disk driver which has been working
for the past couple years on Linux as old as 2.6.18. Unfortunately,
as of 2.6.28 it appears that some of the gendisk interfaces (read:
structure members) I was using were moved behind an RCU and other
GPL-ONLY accessor interfaces.

RCU is patented, with permission for GPL code to use the algorithm.

Exposing RCU bits to non-GPL modules would be rather pointless, since
those don't have permission (from IBM, the RCU patent holder) to use
RCU, anyway.

--
All rights reversed.
--
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/