Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932183AbWHPSfE (ORCPT ); Wed, 16 Aug 2006 14:35:04 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932184AbWHPSfE (ORCPT ); Wed, 16 Aug 2006 14:35:04 -0400 Received: from pasmtpb.tele.dk ([80.160.77.98]:28623 "EHLO pasmtp.tele.dk") by vger.kernel.org with ESMTP id S932183AbWHPSfD (ORCPT ); Wed, 16 Aug 2006 14:35:03 -0400 Date: Wed, 16 Aug 2006 20:35:04 +0200 From: Sam Ravnborg To: Andi Kleen Cc: vgoyal@in.ibm.com, linux kernel mailing list , "Eric W. Biederman" , Fastboot mailing list , Don Zickus Subject: Re: [PATCH] x86_64: Re-positioning the bss segment Message-ID: <20060816183504.GB5852@mars.ravnborg.org> References: <20060815214952.GB11719@in.ibm.com> <20060816170314.f16f8afa.ak@muc.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060816170314.f16f8afa.ak@muc.de> User-Agent: Mutt/1.5.12-2006-07-14 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1046 Lines: 24 On Wed, Aug 16, 2006 at 05:03:14PM +0200, Andi Kleen wrote: > > > o This patch moves the bss at the end hence reducing the size of > > bzImage by 896 bytes and size of vmlinux.bin by 600K. > > > > o This change benefits in the context of relocatable kernel patches. If > > kernel bss is not part of compressed data (vmlinux.bin) then it does > > not have to be decompressed and this area can be used by the decompressor > > for its execution hence keeping the memory requirements bounded and > > decompressor code does not stomp over any other data loaded beyond > > kernel image (As might be the case with bootloaders like kexec). > > Merged thanks. > > Does i386 need a similar change? If it does then I suggest moving the BSS definition to include/asm-generic/vmlinux.lds.h Sam - 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/