On Saturday, May 12, 2012 08:09:39 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 | 4 +-- bat_iv_ogm.c | 23 +++++++------ bridge_loop_avoidance.c | 4 +-- distributed-arp-table.c | 2 +- gateway_client.c | 4 +-- main.c | 6 ++-- originator.c | 4 +-- routing.c | 23 +++++++------ soft-interface.c | 10 +++--- translation-table.c | 88 +++++++++++++++++++++++++---------------------- translation-table.h | 65 ++++++++++++++++++---------------- unicast.c | 6 ++-- 12 files changed, 129 insertions(+), 110 deletions(-)
Applied in revision cc6f72b.
Thanks, Marek