Re: [PATCH 5/5] squashfs: Make SquashFS 4 use the new pcomp crypto interface

2009-02-19 Thread Geert Uytterhoeven
Hi Jared, How's AXFS going? On Wed, 18 Feb 2009, Jared Hulbert wrote: > > Modify SquashFS 4 to use the new "pcomp" crypto interface for decompression, > > instead of calling the underlying zlib library directly. This simplifies > > e.g. > > the addition of support for hardware decompress

Re: [PATCH] crypto: compress - Add pcomp interface

2009-02-19 Thread Herbert Xu
On Thu, Feb 19, 2009 at 10:12:18AM +0100, Geert Uytterhoeven wrote: > > IIUC, my setup() routines should decode the parameters using nla_parse()? Right. > And the caller of a setup() routine should encode the data. But how? All the > nla_put*() routines seem to be targeted at skb's. The callers

Re: [PATCH] crypto: compress - Add pcomp interface

2009-02-19 Thread Geert Uytterhoeven
On Thu, 19 Feb 2009, Herbert Xu wrote: > On Thu, Feb 12, 2009 at 04:19:40PM +0100, Geert Uytterhoeven wrote: > > On Tue, 10 Feb 2009, Herbert Xu wrote: > > > On Thu, Feb 05, 2009 at 05:24:51PM +0100, Geert Uytterhoeven wrote: > > > > > Well with the netlink parameters these can have variable length