Re: Moving zlib so that others may use it

Corey Minyard (minyard@acm.org)
Wed, 09 Jan 2002 22:33:49 -0600


H. Peter Anvin wrote:

>>
>> I'm working on a function that uses zlib in the kernel, and I know of
>> other places zlib is used (ppp_deflate, jffs2, mcore). I would expect
>> more users to come along.
>>
>
>CAREFUL. First of all, don't mix up the deflate and inflate
>functions, second of all, make sure you get the memory management
>right. It's not trivial to do the latter, since the default zlib
>memory management is unusable for at least some users in kernelspace.

I'm not sure I follow you here. Do you want to completely separate the
inflate and deflate stuff (so if something only needs one, it only has
to include one)? I'm not sure of the value, and it would be kind of a
pain for maintenance (since zlib is from an external source).

As far as memory management, all the versions I am talking about are
almost exactly the same, so that shouldn't be a problem.

-Corey

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/