From: Andi Kleen Date: Sat, 8 Feb 2014 07:52:06 +0000 (+0100) Subject: asmlinkage Make __stack_chk_failed and memcmp visible X-Git-Tag: v3.15-rc1~169^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7330c997d0f74d909a7d3553b1d550d8be2b61a;p=pandora-kernel.git asmlinkage Make __stack_chk_failed and memcmp visible In LTO symbols implicitely referenced by the compiler need to be visible. Earlier these symbols were visible implicitely from being exported, but we disabled implicit visibility fo EXPORTs when modules are disabled to improve code size. So now these symbols have to be marked visible explicitely. Do this for __stack_chk_fail (with stack protector) and memcmp. Signed-off-by: Andi Kleen Link: http://lkml.kernel.org/r/1391845930-28580-10-git-send-email-ak@linux.intel.com Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed