Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932567AbXBNUlu (ORCPT ); Wed, 14 Feb 2007 15:41:50 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751106AbXBNUlt (ORCPT ); Wed, 14 Feb 2007 15:41:49 -0500 Received: from gw.goop.org ([64.81.55.164]:53541 "EHLO mail.goop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751097AbXBNUlt (ORCPT ); Wed, 14 Feb 2007 15:41:49 -0500 Message-ID: <45D3740A.4080600@goop.org> Date: Wed, 14 Feb 2007 12:41:46 -0800 From: Jeremy Fitzhardinge User-Agent: Thunderbird 1.5.0.9 (X11/20070212) MIME-Version: 1.0 To: "Eric W. Biederman" CC: Andi Kleen , Andrew Morton , linux-kernel@vger.kernel.org, virtualization@lists.osdl.org, xen-devel@lists.xensource.com, Chris Wright , Zachary Amsden , Ian Campbell Subject: Re: [patch 16/21] Xen-paravirt: Add code into head.S to handle being booted by Xen References: <20070213221729.772002682@goop.org> <20070213221830.707197267@goop.org> <20070213235424.GA1908@muc.de> <45D35ABE.1050504@goop.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 808 Lines: 22 Eric W. Biederman wrote: > Well I did a little by hand parsing and the not I parsed looked ok. > > How does the output differ from a what you get when xen-head.S is > included? > Ah! The .notes section gets SHT_NOTE in vmlinux when xen-head.S is included; PROGBITS when linked. I tried putting @note on the .section in linux/elfnote.h, but that didn't seem to help (xen-note.o got a SHT_NOTE entry, but it didn't make it into vmlinux). I couldn't see any way of forcing the section type in vmlinux.lds; my experiments all ended with ld dumping core. J - 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/