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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 09 Apr 2009 22:05:56 +0100
From:	David Howells <dhowells@...hat.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	dhowells@...hat.com, akpm@...ux-foundation.org, sam@...nborg.org,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/2] FRV: Move to arch/frv/include/asm/

Linus Torvalds <torvalds@...ux-foundation.org> wrote:

> Please use "-M" when creating diffs for sending to me, so that the diffs 
> are rename diffs, and so that you can _see_ that they are renames. No, 
> it's not the git default, but that's because there are still too many crap 
> SCM's out there, and too many people using "patch".

I should've used:

	stg mail -diff-opts=-M

it would appear.  I wonder if this should be the default.

Note that

	git-diff -M HEAD^ HEAD

does not make output that looks like yours.  It's missing the:

	 {include/asm-frv => arch/frv/include/asm}/Kbuild   |    0
	 {include/asm-frv => arch/frv/include/asm}/atomic.h |    0
	 {include/asm-frv => arch/frv/include/asm}/auxvec.h |    0
	 .../asm-frv => arch/frv/include/asm}/ax88796.h     |    0
	 {include/asm-frv => arch/frv/include/asm}/bitops.h |    0
	 {include/asm-frv => arch/frv/include/asm}/bug.h    |    0
	 {include/asm-frv => arch/frv/include/asm}/bugs.h   |    0
	 .../asm-frv => arch/frv/include/asm}/busctl-regs.h |    0
	 .../asm-frv => arch/frv/include/asm}/byteorder.h   |    0
	 {include/asm-frv => arch/frv/include/asm}/cache.h  |    0
	...
	114 files changed, 0 insertions(+), 0 deletions(-)

bits.  Though it does have:

	diff --git a/include/asm-frv/Kbuild b/arch/frv/include/asm/Kbuild
	similarity index 100%
	rename from include/asm-frv/Kbuild
	rename to arch/frv/include/asm/Kbuild

and onwards.

How did you get the first bit?

David
--
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