Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750837AbXAJXfY (ORCPT ); Wed, 10 Jan 2007 18:35:24 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S965241AbXAJXfY (ORCPT ); Wed, 10 Jan 2007 18:35:24 -0500 Received: from gate.crashing.org ([63.228.1.57]:46456 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965239AbXAJXfX (ORCPT ); Wed, 10 Jan 2007 18:35:23 -0500 In-Reply-To: References: <20070109102057.c684cc78.khali@linux-fr.org> <20070109170550.AFEF460C343@tzec.mtu.ru> <20070109214421.281ff564.khali@linux-fr.org> <20070110181053.3b3632a8.khali@linux-fr.org> <20070110193136.GA30486@aepfle.de> <20070110200249.GA30676@aepfle.de> Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit Cc: Roman Zippel , Andy Whitcroft , Andrew Morton , Olaf Hering , linux-kernel@vger.kernel.org, Linus Torvalds , Jean Delvare , Herbert Poetzl , Andrey Borzenkov From: Segher Boessenkool Subject: Re: .version keeps being updated Date: Thu, 11 Jan 2007 00:35:06 +0100 To: Jan Engelhardt X-Mailer: Apple Mail (2.623) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 538 Lines: 15 > With such a change, you would not need to grep for it. You could use > binutils on it. `objdump -sj .rodata.uts vmlinux` would be a start. > Maybe not the prettiest output, but guaranteed to contain only the > banner. objcopy -j .rodata.uts -O binary vmlinux >(the-checker-script) Segher - 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/