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-next>] [day] [month] [year] [list]
Date:	Fri, 5 Jul 2013 19:56:07 +0800
From:	majianpeng <majianpeng@...il.com>
To:	tglx <tglx@...utronix.de>
Cc:	x86 <x86@...nel.org>, linux-kernel <linux-kernel@...r.kernel.org>
Subject: compile x86_64 waring

Hi all,
	Compile x86_64 meet those messages:
WARNING: arch/x86/mm/built-in.o(.text.unlikely+0xbf8): Section mismatch in reference from the function __node_set.constprop.0() to the variable .init.data:numa_nodes_parsed
The function __node_set.constprop.0() references
the variable __initdata numa_nodes_parsed.
This is often because __node_set.constprop.0 lacks a __initdata 
annotation or the annotation of numa_nodes_parsed is wrong.

WARNING: arch/x86/built-in.o(.text.unlikely+0x171d): Section mismatch in reference from the function __node_set.constprop.0() to the variable .init.data:numa_nodes_parsed
The function __node_set.constprop.0() references
the variable __initdata numa_nodes_parsed.
This is often because __node_set.constprop.0 lacks a __initdata 
annotation or the annotation of numa_nodes_parsed is wrong.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ