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] [day] [month] [year] [list]
Date:	Sat, 3 May 2008 23:04:03 +0200 (CEST)
From:	Thomas Gleixner <tglx@...utronix.de>
To:	Rusty Russell <rusty@...tcorp.com.au>
cc:	Ingo Molnar <mingo@...e.hu>, linux-kernel@...r.kernel.org,
	Huang Ying <ying.huang@...el.com>
Subject: Re: [PATCH] x86: fix up bootparam.h for userspace inclusion

On Fri, 2 May 2008, Rusty Russell wrote:

> commit 8b664aa66e824a0ddf4ec56d41fa0cf7bb374de6 (x86, boot: add linked
> list of struct setup_data) put a new struct in bootparam.h, but didn't
> use the userspace-safe types.
> 
> CC: Huang, Ying <ying.huang@...el.com>
> Signed-off-by: Rusty Russell <rusty@...tcorp.com.au>
> 
> diff -r 3b015cd747e0 include/asm-x86/bootparam.h
> --- a/include/asm-x86/bootparam.h	Fri May 02 09:32:30 2008 +1000
> +++ b/include/asm-x86/bootparam.h	Fri May 02 18:35:11 2008 +1000
> @@ -14,10 +14,10 @@
>  
>  /* extensible setup data list node */
>  struct setup_data {
> -	u64 next;
> -	u32 type;
> -	u32 len;
> -	u8 data[0];
> +	__u64 next;
> +	__u32 type;
> +	__u32 len;
> +	__u8 data[0];
>  };
>  
>  struct setup_header {

Applied, thanks

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