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:	Sun, 14 Sep 2008 20:55:38 -0700
From:	Randy Dunlap <randy.dunlap@...cle.com>
To:	"S K" <nospamnoham@...il.com>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: Unable to find files in include/asm-arm in the Linus's tree

On Sun, 14 Sep 2008 18:25:55 -0700 S K wrote:

> Hi,
> 
>   I think the copy paste of the terminal will explain it better:
> 
> $ git status
> # On branch master
> nothing to commit (working directory clean)
> 
> $ cat .git/config
> [core]
>         repositoryformatversion = 0
>         filemode = true
>         bare = false
>         logallrefupdates = true
> [remote "origin"]
>         url = git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
>         fetch = +refs/heads/*:refs/remotes/origin/*
> [branch "master"]
>         remote = origin
>         merge = refs/heads/master
> 
> $ ls include/asm-arm/
> plat-s3c  plat-s3c24xx
> 
> Where are the other files? I'm totally confused. Doesn't Linus's tree
> have the code for all archs?
> 
> It obvious from the status I didn't delete them, but even a
> $ git reset --hard HEAD
> didn't help.

Hi,

Lots of arch-specific include/ directories were moved to arch/$ARCH/.
E.g., arch/arm/include/asm/ contains lots of files and a few sub-directories.

---
~Randy
Linux Plumbers Conference, 17-19 September 2008, Portland, Oregon USA
http://linuxplumbersconf.org/
--
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