Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030441AbXAKNj3 (ORCPT ); Thu, 11 Jan 2007 08:39:29 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1030443AbXAKNj3 (ORCPT ); Thu, 11 Jan 2007 08:39:29 -0500 Received: from tmailer.gwdg.de ([134.76.10.23]:40673 "EHLO tmailer.gwdg.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1030441AbXAKNj2 (ORCPT ); Thu, 11 Jan 2007 08:39:28 -0500 Date: Thu, 11 Jan 2007 14:27:59 +0100 (MET) From: Jan Engelhardt To: Segher Boessenkool cc: Roman Zippel , Andy Whitcroft , Andrew Morton , Olaf Hering , linux-kernel@vger.kernel.org, Linus Torvalds , Jean Delvare , Herbert Poetzl , Andrey Borzenkov Subject: Re: .version keeps being updated In-Reply-To: Message-ID: 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 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Report: Content analysis: 0.0 points, 6.0 required _SUMMARY_ Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 826 Lines: 27 >> 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) For some reason that does not work. ../drivers/char$ objcopy -j .modinfo -O binary sonypi.ko objcopy: stvfMiji: Permission denied Why does it want to create a file there? This one works better: $ objcopy -j .modinfo -O binary sonypi.ko /dev/stdout has more success. -`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/