Re: [OT] use of patented algorithms in the kernel ok or not?

From: jw schultz
Date: Sat Dec 20 2003 - 20:27:20 EST


On Thu, Dec 18, 2003 at 06:11:37PM -0500, Lennert Buytenhek wrote:
> Hi,
>
> Apologies for posting this OT question here, I didn't find this question
> answered in the FAQ.
>
> There's a fast algorithm for longest-prefix match (as used in IPv4 routing
> table lookups) which I have implemented, and would like to submit for
> inclusion into the kernel (when 2.7 opens.)
>
> However, I am aware that there is a patent on this algorithm, exclusively
> licensed to a major manufacturer of networking equipment.
>
> What am I to do? Ignore the patent? Or should I refrain from submitting
> the patch I wrote, and look for an unencumbered algorithm instead?

This whole thing seems strange to me.

Why do you even know the algorithm is patented? And if you
knew it was, why implement it? If you implemented it and
then did a search you poisoned yourself.

I've not poked around in the routing code but it seems to me
that the kernel would need a longest-prefix match algorithm
already so you shouldn't have to look far for one.

As for asking the patent holder for a license. If the
patent were owned by a network hardware company i cannot see
them licensing it because the speed of their equipment is
their competitive advantage. But you indicated the the
patent is not owned by the HW company but exclusively
licensed. An existing exclusive license would preclude
FLOSS being granted a license and a gratis sublicense would
likely violate the existing license.

It would be completely OT to wonder at what point source
code crossed the line of expressing information of public
record into being a patent violation. <niggle>

--
________________________________________________________________
J.W. Schultz Pegasystems Technologies
email address: jw@xxxxxxxxxx

Remember Cernan and Schmitt
-
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/