From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: Re: linux-next: Tree for January 12 (unlzo) Date: Tue, 19 Jan 2010 08:38:39 -0800 Message-ID: <20100119083839.4b5dfb1b.randy.dunlap@oracle.com> References: <20100112171739.2011a0eb.sfr@canb.auug.org.au> <20100112083013.1dad8a8d.randy.dunlap@oracle.com> <20100113102254.332dbf33.sfr@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from rcsinet11.oracle.com ([148.87.113.123]:63376 "EHLO rcsinet11.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754536Ab0ASQjJ convert rfc822-to-8bit (ORCPT ); Tue, 19 Jan 2010 11:39:09 -0500 In-Reply-To: Sender: linux-next-owner@vger.kernel.org List-ID: To: Phillip Lougher Cc: Stephen Rothwell , albin.tonnerre@free-electrons.com, linux-next@vger.kernel.org, LKML , Phillip Lougher On Wed, 13 Jan 2010 00:26:56 +0000 Phillip Lougher wrote: > On Tue, Jan 12, 2010 at 11:22 PM, Stephen Rothwell wrote: > > Hi Randy, > > > > On Tue, 12 Jan 2010 08:30:13 -0800 Randy Dunlap wrote: > >> > >> arch/x86/boot/compressed/../../../../lib/decompress_unlzo.c:53: er= ror: expected '=3D', ',', ';', 'asm' or '__attribute__' before 'parse_h= eader' > >> arch/x86/boot/compressed/../../../../lib/decompress_unlzo.c:90: er= ror: expected '=3D', ',', ';', 'asm' or '__attribute__' before 'unlzo' > >> > >> Problem is the "INIT" there, seems to be undefined. > > > > Caused by an interaction between Linus' tree and the squashfs tree = that > > is being worked on. =A0It should not occur with today's linux-next = as the > > squashfs changes have been removed pending a fix. >=20 > This problem is caused by the introduction of the unlzo code in Linus= ' > tree, and some patches in > the squashfs-next tree that move things out of > include/linux/decompress/mm.h into separate > xxx_mm.h files for each decompressor. These parches were, obviously, > done before the unlzo > code was present. >=20 > I've fixed the patches in the squashfs-next tree for unlzo, and the > breakage should be fixed :-) linux-next-20100119 .. still happening. --- ~Randy