lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sat, 20 Oct 2007 18:47:52 +0200
From:	Sam Ravnborg <sam@...nborg.org>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	Yinghai Lu <yhlu.kernel@...il.com>, Andi Kleen <ak@...e.de>,
	Thomas Gleixner <tglx@...utronix.de>,
	Ingo Molnar <mingo@...e.hu>,
	Andrew Morton <akpm@...ux-foundation.org>,
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: git/cscope with x86 merge

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@...dy linux]$ git log --stat --follow arch/x86/kernel/vmlinux_64.lds.S
> 	commit 250c22777fe1ccd7ac588579a6c16db4c0161cc5
> 	Author: Thomas Gleixner <tglx@...utronix.de>
> 	Date:   Thu Oct 11 11:17:24 2007 +0200
> 	
> 	    x86_64: move kernel
> 	
> 	    Signed-off-by: Thomas Gleixner <tglx@...utronix.de>
> 	    Signed-off-by: Ingo Molnar <mingo@...e.hu>
> 	
> 	 arch/{x86_64 => x86}/kernel/vmlinux_64.lds.S |    0
> 	 1 files changed, 0 insertions(+), 0 deletions(-)
> 	
> 	commit 13a9cd42466e12113859c4d7b41561e8bbcaf09d
> 	Author: Thomas Gleixner <tglx@...utronix.de>
> 	Date:   Thu Oct 11 11:14:21 2007 +0200
> 	
> 	    x86_64: prepare shared kernel/vmlinux.lds.S
> 	
> 	    Signed-off-by: Thomas Gleixner <tglx@...utronix.de>
> 	    Signed-off-by: Ingo Molnar <mingo@...e.hu>
> 	
> 	 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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ