Re: [RFC] LZO de/compression support - take 3

From: Bret Towe
Date: Sat May 26 2007 - 23:40:20 EST


On 5/26/07, Nitin Gupta <nitingupta910@xxxxxxxxx> wrote:
Hi Bret,

On 5/25/07, Bret Towe <magnade@xxxxxxxxx> wrote:
>
> [ 237.556167] LZO compress successful: orig_size=17448, comp_size=8183
> [ 253.320760] LZO decompress successful: decomp_size=17448
>
> 2221c586e3eb869af7f4333d4f56b441b9aa8414 test-input
> 2e6c96b687274b629308b29835cebd3af989e0c7 output
>
> ppc however seems bust
> the computer is a g4 mini
>

Can you please test the 'take 4' version on ppc?
Just one line change: Please replace call to lzo1x_decompress_safe()
to lzo1x_decompress() in compress-test module.

Thanks,
Nitin

results from take 4

dmesg:
[ 1944.508280] LZO compress successful: orig_size=17448, comp_size=8183
[ 1952.098677] LZO decompress successful: decomp_size=17448


root@mini:~# sha1sum /home/bret/test-input output
2221c586e3eb869af7f4333d4f56b441b9aa8414 test-input
2221c586e3eb869af7f4333d4f56b441b9aa8414 output

If you need more testing let me know
-
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/