On Saturday, May 12, 2012 19:38:47 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 <da...@davemloft.net>
> Signed-off-by: Sven Eckelmann <s...@narfation.org>
> ---
> Fixed alignment of arguments in batadv_bla_tx
> 
>  bat_debugfs.c           |    3 ++-
>  bridge_loop_avoidance.c |   28 ++++++++++----------
>  bridge_loop_avoidance.h |   67
> +++++++++++++++++++++++++----------------------
> hard-interface.c        |    2 +-
>  main.c                  |    4 +--
>  routing.c               |    6 ++---
>  soft-interface.c        |    4 +--
>  translation-table.c     |    6 ++---
>  8 files changed, 62 insertions(+), 58 deletions(-)

Applied in revision 017e28b.

Thanks,
Marek

Reply via email to