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:	Sun, 20 Jan 2008 18:51:46 +0100
From:	Toralf Förster <toralf.foerster@....de>
To:	Sam Ravnborg <sam@...nborg.org>
Cc:	linux-kernel@...r.kernel.org, WANG Cong <xiyou.wangcong@...il.com>,
	Jeremy Fitzhardinge <jeremy@...source.com>
Subject: Re: build #344 issue for v2.6.24-rc8-74-ga7da60f Section mismatch: reference to .init.text:lguest_entry

Am Sonntag, 20. Januar 2008 schrieb Sam Ravnborg:
> Different issue. Untested patch below.
> 
> 	Sam
> diff --git a/arch/x86/kernel/head_32.S b/arch/x86/kernel/head_32.S
> index fbad51f..f0cacff 100644
> --- a/arch/x86/kernel/head_32.S
> +++ b/arch/x86/kernel/head_32.S
> @@ -9,6 +9,7 @@
>  
>  .text
>  #include <linux/threads.h>
> +#include <linux/init.h>
>  #include <linux/linkage.h>
>  #include <asm/segment.h>
>  #include <asm/page.h>
> @@ -151,7 +152,9 @@ WEAK(xen_entry)
>  	/* Unknown implementation; there's really
>  	   nothing we can do at this point. */
>  	ud2a
> -.data
> +
> +	__INITDATA
> +
>  subarch_entries:
>  	.long default_entry		/* normal x86/PC */
>  	.long lguest_entry		/* lguest hypervisor */
> 


works fine :-)

-- 
MfG/Sincerely

Toralf Förster
pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3

Download attachment "signature.asc " of type "application/pgp-signature" (190 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ