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, 5 Feb 2009 19:45:03 +0100
From:	Arnd Bergmann <arnd@...db.de>
To:	"H. Peter Anvin" <hpa@...or.com>
Cc:	Jaswinder Singh Rajput <jaswinder@...nel.org>,
	Herbert Xu <herbert@...dor.apana.org.au>, mingo@...e.hu,
	x86@...nel.org, sam@...nborg.org, jirislaby@...il.com,
	gregkh@...e.de, davem@...emloft.net, xyzzy@...akeasy.org,
	mchehab@...radead.org, jens.axboe@...cle.com,
	linux-media@...r.kernel.org, linux-kernel@...r.kernel.org,
	Avi Kivity <avi@...hat.com>
Subject: Re: [PATCH] Make exported headers use strict posix types

On Thursday 05 February 2009, Arnd Bergmann wrote:
> @@ -9,6 +9,7 @@
>  #endif
>  #include <linux/ptrace.h>
>  
> +#error this doesn't compile
>  struct elf_siginfo
>  {
>         int     si_signo;                       /* signal number */

This hunk obviously was not meant to be part of the patch, and should have
served as an reminder to fix <linux/elfcore.h>, which cannot be used from
user space any more because it actually depends on elf_greg_t from
asm/elf.h, which is no longer exported...

Any idea what to do about this?

	Arnd <><

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ