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:	Tue, 29 Jul 2008 15:03:47 -0700 (PDT)
From:	Linus Torvalds <torvalds@...ux-foundation.org>
To:	Sam Ravnborg <sam@...nborg.org>
cc:	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: Linux v2.6.27-rc1



On Tue, 29 Jul 2008, Sam Ravnborg wrote:
> 
> For arm the actual diff is:
>  Makefile                 |   20 +++++++-------------
>  boot/compressed/Makefile |    3 ---
>  tools/Makefile           |    1 +
>  3 files changed, 8 insertions(+), 16 deletions(-)
> 
> But on top of this there are ~600 files that needed a
> replacement of:
> #include <asm/arch/foo.h>
> to
> #include <arch/foo.h>

Yeah, that latter part doesn't strike me as wonderful.

> So maybe not such a minimal patch - because I wanted to drop all
> the symlink stuff.

Why? There's nothing wrong with symlinks.

The problem with 'include/asm' isn't the symlink per se, it's that it 
split up the architecture parts in two separate areas - arch and include.

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