Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
modpost: fix unwanted VMLINUX_SYMBOL_STR expansion
Commit a4b6a77 ("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 <[email protected]> Reported-by: Andy Shevchenko <[email protected]> Signed-off-by: James Hogan <[email protected]> Cc: H. Peter Anvin <[email protected]> Tested-by: Tetsuo Handa <[email protected]> Tested-by: Andy Shevchenko <[email protected]> Signed-off-by: Rusty Russell <[email protected]> Cc: <[email protected]> # 3.9
- Loading branch information