-
- Downloads
batman-adv: Prefix icmp-socket non-static functions with batadv_
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>
Showing
- net/batman-adv/bat_debugfs.c 1 addition, 1 deletionnet/batman-adv/bat_debugfs.c
- net/batman-adv/icmp_socket.c 4 additions, 4 deletionsnet/batman-adv/icmp_socket.c
- net/batman-adv/icmp_socket.h 4 additions, 4 deletionsnet/batman-adv/icmp_socket.h
- net/batman-adv/main.c 1 addition, 1 deletionnet/batman-adv/main.c
- net/batman-adv/routing.c 1 addition, 1 deletionnet/batman-adv/routing.c
Loading
Please register or sign in to comment