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>] [day] [month] [year] [list]
Date:	Sat, 8 Nov 2008 17:30:05 -0500
From:	"Mike Frysinger" <vapier.adi@...il.com>
To:	"Mike Travis" <travis@....com>,
	"Christoph Lameter" <clameter@....com>
Cc:	LKML <linux-kernel@...r.kernel.org>
Subject: percpu change in vmlinux.lds.h breaks a few arches

commit d3794979a8a80c222ce9d016a6dfc4bed36965d0 (Zero based percpu:
infrastructure to rebase the per cpu area to zero) breaks things
because it does not use VMLINUX_SYMBOL() on symbols in
asm-generic/vmlinux.lds.h

for example:
mm/built-in.o: In function `cpu_alloc_init':
(.init.text+0x1496): undefined reference to `__per_cpu_start'
mm/built-in.o: In function `cpu_alloc_init':
(.init.text+0x149c): undefined reference to `__per_cpu_start'
mm/built-in.o: In function `cpu_alloc_init':
(.init.text+0x14a2): undefined reference to `__per_cpu_end'
mm/built-in.o: In function `cpu_alloc_init':
(.init.text+0x14a6): undefined reference to `__per_cpu_end'
make: *** [.tmp_vmlinux1] Error 1
-mike
--
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