From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753933AbYIWTIw (ORCPT ); Tue, 23 Sep 2008 15:08:52 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752109AbYIWTIo (ORCPT ); Tue, 23 Sep 2008 15:08:44 -0400 Received: from terminus.zytor.com ([198.137.202.10]:37594 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751175AbYIWTIn (ORCPT ); Tue, 23 Sep 2008 15:08:43 -0400 Message-ID: <48D93E68.6040701@zytor.com> Date: Tue, 23 Sep 2008 12:07:20 -0700 From: "H. Peter Anvin" User-Agent: Thunderbird 2.0.0.14 (X11/20080501) MIME-Version: 1.0 To: Alain Knaff CC: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, w@1wt.eu Subject: Re: [update5] [PATCH] init: bzip2 or lzma -compressed kernels and initrds References: <200809090641.m896fscX028849@hitchhiker.org.lu> <48C99F29.2030007@zytor.com> <48C9A6C0.4070802@knaff.lu> <48C9A80D.1010703@zytor.com> <48D73858.3070900@knaff.lu> <48D7C304.4020709@zytor.com> <48D7C48F.8010907@knaff.lu> In-Reply-To: <48D7C48F.8010907@knaff.lu> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Alain Knaff wrote: > H. Peter Anvin wrote: >> Alain Knaff wrote: >>> What do you think about update5? Any things still to improve, or is it >>> already scheduled for inclusion in one of the upcoming kernels? If so, >>> which one? >>> >>> Thanks for any info, >> I was out of town for LKS/LPC last week, and I didn't get a chance to >> deal with it before I left. However, it's definitely getting there. >> >> I will add it to the -tip tree, and assuming it doesn't cause massive >> breakage it probably will be pushed into .28. >> >> -hpa > > Thanks, > > Alain Just did so, and it broke my first test build. arch/x86/boot/compressed/head_64.o: In function `relocated': (.text+0x28): undefined reference to `_end' make[3]: *** [arch/x86/boot/compressed/vmlinux] Error 1 make[2]: *** [arch/x86/boot/compressed/vmlinux] Error 2 make[1]: *** [bzImage] Error 2 make: *** [sub-make] Error 2 -hpa