Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758636AbXEZLaW (ORCPT ); Sat, 26 May 2007 07:30:22 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751577AbXEZLaK (ORCPT ); Sat, 26 May 2007 07:30:10 -0400 Received: from an-out-0708.google.com ([209.85.132.246]:43898 "EHLO an-out-0708.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751105AbXEZLaI (ORCPT ); Sat, 26 May 2007 07:30:08 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UxZSzyYOfXWsiVw4svEMliPlk09dc1I2Q76UTPBzVNt26EI6d5uWEd+Z1y69yqT6APFNa7LcgZnRivvJRdLPeI9X6+RHpuSH40VTZFe58/EJ7fE//I5DI2Lj/EfKwjYqAryjiXCNM+/nhMF6Bb20GPet/NWkYPAJgN3IFbZjBM4= Message-ID: <4cefeab80705260430y7fbfb6e1wdcab1222611d1509@mail.gmail.com> Date: Sat, 26 May 2007 17:00:07 +0530 From: "Nitin Gupta" To: "Bret Towe" Subject: Re: [RFC] LZO de/compression support - take 3 Cc: linux-kernel@vger.kernel.org, "Richard Purdie" , linux-mm-cc@laptop.org, "Satyam Sharma" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4cefeab80705230127r58e8f9e1sa644092e95eb81eb@mail.gmail.com> <4cefeab80705240648k2f3c22ddw13374c9d6b2f521a@mail.gmail.com> <4cefeab80705242210k1169d85k97ce803de02dbc2a@mail.gmail.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 787 Lines: 25 Hi Bret, On 5/25/07, Bret Towe 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 - 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/