On Saturday, May 12, 2012 08:09:32 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
bridge_loop_avoidance.c | 8 ++++---- hash.c | 4 ++-- hash.h | 6 +++--- originator.c | 4 ++-- translation-table.c | 8 ++++---- vis.c | 2 +- 6 files changed, 16 insertions(+), 16 deletions(-)
Applied in revision 7a0c308.
Thanks, Marek