Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757197AbXJTQq1 (ORCPT ); Sat, 20 Oct 2007 12:46:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756463AbXJTQqU (ORCPT ); Sat, 20 Oct 2007 12:46:20 -0400 Received: from pasmtpb.tele.dk ([80.160.77.98]:41027 "EHLO pasmtpB.tele.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756025AbXJTQqT (ORCPT ); Sat, 20 Oct 2007 12:46:19 -0400 Date: Sat, 20 Oct 2007 18:47:52 +0200 From: Sam Ravnborg To: Linus Torvalds Cc: Yinghai Lu , Andi Kleen , Thomas Gleixner , Ingo Molnar , Andrew Morton , Linux Kernel Mailing List Subject: Re: git/cscope with x86 merge Message-ID: <20071020164752.GB6855@uranus.ravnborg.org> References: <86802c440710151245s7d12a45fpfdaa041546d965e@mail.gmail.com> <86802c440710200240o7aae2760o5fa9c70e3b327097@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1793 Lines: 53 On Sat, Oct 20, 2007 at 08:56:18AM -0700, Linus Torvalds wrote: > > > On Sat, 20 Oct 2007, Yinghai Lu wrote: > > > > git log -p --follow arch/x86/kernel/vmlinux_64.lds.S > > > > can not trace to arch/x86_64/kernel/vmlinux.lds.S > > Hmm. I get: > > [torvalds@woody linux]$ git log --stat --follow arch/x86/kernel/vmlinux_64.lds.S > commit 250c22777fe1ccd7ac588579a6c16db4c0161cc5 > Author: Thomas Gleixner > Date: Thu Oct 11 11:17:24 2007 +0200 > > x86_64: move kernel > > Signed-off-by: Thomas Gleixner > Signed-off-by: Ingo Molnar > > arch/{x86_64 => x86}/kernel/vmlinux_64.lds.S | 0 > 1 files changed, 0 insertions(+), 0 deletions(-) > > commit 13a9cd42466e12113859c4d7b41561e8bbcaf09d > Author: Thomas Gleixner > Date: Thu Oct 11 11:14:21 2007 +0200 > > x86_64: prepare shared kernel/vmlinux.lds.S > > Signed-off-by: Thomas Gleixner > Signed-off-by: Ingo Molnar > > arch/x86_64/kernel/vmlinux_64.lds.S | 235 +++++++++++++++++++++++++++++++++++ > 1 files changed, 235 insertions(+), 0 deletions(-) > > > so it definitely works for me. But you do not see the rename arch/x86_64/kernel/{vmlinux.lds.S => vmlinux.lds.S} And this is I thing the important step here. For vmlinux.lds.S we have two renames. First the vmlinux.lds.S => vmlinux_64.lds.S But this may be a copy instead of a rename thus preventing us to see the old history of vmlinux.lds.S? 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/