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]
Message-ID: <20090204183142.GF26064@csclub.uwaterloo.ca>
Date:	Wed, 4 Feb 2009 13:31:42 -0500
From:	lsorense@...lub.uwaterloo.ca (Lennart Sorensen)
To:	linux-kernel@...r.kernel.org
Subject: Re: Missing unistd_no.h and unistd_mm.h export on m68k

On Wed, Feb 04, 2009 at 01:14:53PM -0500, Lennart Sorensen wrote:
> make header_install fails to include the files unistd_no.h and
> unistd_mm.h on m68k, while those two files are included by unistd.h.
> 
> This patch fixes this by adding these two files to the list of m68k
> specific headers to export.
> 
> Signed-off-by: Len Sorensen <lsorense@...lub.uwaterloo.ca>
> 
> Signed
> diff --git a/arch/m68k/include/asm/Kbuild b/arch/m68k/include/asm/Kbuild
> index 1a922fa..2bb4738 100644
> --- a/arch/m68k/include/asm/Kbuild
> +++ b/arch/m68k/include/asm/Kbuild
> @@ -1,2 +1,2 @@
>  include include/asm-generic/Kbuild.asm
> -header-y += cachectl.h
> +header-y += cachectl.h unistd_no.h unistd_mm.h

Hmm, seems it is actually much worse than I thought.  All _no.h and
_mm.h are being missed, making m68k compiles of things like uclibc
rather broken.  Yuck.

-- 
Len Sorensen
--
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