Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753103AbWLVWWw (ORCPT ); Fri, 22 Dec 2006 17:22:52 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753130AbWLVWWw (ORCPT ); Fri, 22 Dec 2006 17:22:52 -0500 Received: from smtp-105-friday.nerim.net ([62.4.16.105]:2151 "EHLO kraid.nerim.net" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753103AbWLVWWw (ORCPT ); Fri, 22 Dec 2006 17:22:52 -0500 Date: Fri, 22 Dec 2006 23:22:56 +0100 From: Jean Delvare To: Vivek Goyal Cc: Alexander van Heukelum , "Eric W. Biederman" , Andi Kleen , LKML Subject: Re: Patch "i386: Relocatable kernel support" causes instant reboot Message-Id: <20061222232256.f950bfe2.khali@linux-fr.org> In-Reply-To: <20061222104056.GB7009@in.ibm.com> References: <20061220141808.e4b8c0ea.khali@linux-fr.org> <20061220214340.f6b037b1.khali@linux-fr.org> <20061221101240.f7e8f107.khali@linux-fr.org> <20061221145922.16ee8dd7.khali@linux-fr.org> <1166723157.29546.281560884@webmail.messagingengine.com> <20061221204408.GA7009@in.ibm.com> <20061222090806.3ae56579.khali@linux-fr.org> <20061222104056.GB7009@in.ibm.com> X-Mailer: Sylpheed version 2.2.10 (GTK+ 2.8.20; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1154 Lines: 29 Hi Vivek, On Fri, 22 Dec 2006 16:10:56 +0530, Vivek Goyal wrote: > Another odd thing is that "file vmlinux.bin" shows following. > > vmlinux.bin: Sendmail frozen configuration - version \015\024\322\216\356\222X\2306\032H\220\303\270\006\007\003 > > I am not sure what does it mean. I had expected it to be a data blob. > > "vmlinux.bin: data" The file command uses heuristics to attempt to identify files. Here a random sequence of bytes was simply misinterpreted as something completely different. You can tell from the version string which is totally broken. So, "file" could be improved to avoid this false positive, but that's about it. Now, what's still relevant is that my vmlinux.bin starts with a binary sequence which differs from all other vmlinux.bin files around. So it's a hint that it is corrupted, although a deeper analysis will be required to figure out how and why. -- Jean Delvare - 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/