On Saturday, May 12, 2012 08:09:42 Sven Eckelmann wrote:
batman-adv can be compiled as part of the kernel instead of an module. In that case the linker will see all non-static symbols of batman-adv and all other non-static symbols of the kernel. This could lead to symbol collisions. A prefix for the batman-adv symbols that defines their private namespace avoids such a problem.
Reported-by: David Miller davem@davemloft.net Signed-off-by: Sven Eckelmann sven@narfation.org
bat_debugfs.c | 6 ++--- bat_iv_ogm.c | 16 ++++++------- bridge_loop_avoidance.c | 2 +- hard-interface.c | 14 ++++++------ icmp_socket.c | 4 ++-- main.c | 57 ++++++++++++++++++++++++----------------------- main.h | 37 +++++++++++++++--------------- originator.c | 4 ++-- routing.c | 26 ++++++++++----------- send.c | 6 ++--- soft-interface.c | 6 ++--- translation-table.c | 4 ++-- vis.c | 10 ++++----- 13 files changed, 97 insertions(+), 95 deletions(-)
Applied in revision 920535a.
Thanks, Marek