From: James Hogan Date: Mon, 29 Apr 2013 02:06:59 +0000 (+0930) Subject: modpost: fix unwanted VMLINUX_SYMBOL_STR expansion X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~36^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a53a11f35762ff1d5e268adedf2ab9ce313f871d;p=pandora-kernel.git modpost: fix unwanted VMLINUX_SYMBOL_STR expansion Commit a4b6a77b77ba4f526392612c2365797fab956014 ("module: fix symbol versioning with symbol prefixes") broke the MODVERSIONS loading of any module using memcmp (e.g. ipv6) on x86_32, as it's defined to __builtin_memcmp which is expanded by VMLINUX_SYMBOL_STR. Use __VMLINUX_SYMBOL_STR instead which doesn't expand the argument. Reported-by: Tetsuo Handa Reported-by: Andy Shevchenko Signed-off-by: James Hogan Cc: H. Peter Anvin Tested-by: Tetsuo Handa Tested-by: Andy Shevchenko Signed-off-by: Rusty Russell Cc: # 3.9 --- Reading git-diff-tree failed