diff options
author | James Hogan <james.hogan@imgtec.com> | 2013-04-29 11:36:59 +0930 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2013-04-29 11:41:42 +0930 |
commit | a53a11f35762ff1d5e268adedf2ab9ce313f871d (patch) | |
tree | 40bc55804d50143f5807c0551278dd2058032abf /arch/Kconfig | |
parent | 04b00bdb41d0fd8d9cf3b146e334369cc2b0acdc (diff) | |
download | op-kernel-dev-a53a11f35762ff1d5e268adedf2ab9ce313f871d.zip op-kernel-dev-a53a11f35762ff1d5e268adedf2ab9ce313f871d.tar.gz |
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 <penguin-kernel@I-love.SAKURA.ne.jp>
Reported-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: James Hogan <james.hogan@imgtec.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Tested-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Tested-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Cc: <stable@vger.kernel.org> # 3.9
Diffstat (limited to 'arch/Kconfig')
0 files changed, 0 insertions, 0 deletions