Searched hist:"9455 e34cb2ded22e01abb6daa65ba1caeed8d7fe" (Results 1 – 8 of 8) sorted by relevance
/linux/net/batman-adv/ |
H A D | send.h | diff 9455e34cb2ded22e01abb6daa65ba1caeed8d7fe Sat May 12 02:09:37 CEST 2012 Sven Eckelmann <sven@narfation.org> batman-adv: Prefix send 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>
|
H A D | send.c | diff 9455e34cb2ded22e01abb6daa65ba1caeed8d7fe Sat May 12 02:09:37 CEST 2012 Sven Eckelmann <sven@narfation.org> batman-adv: Prefix send 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>
|
H A D | main.c | diff 9455e34cb2ded22e01abb6daa65ba1caeed8d7fe Sat May 12 02:09:37 CEST 2012 Sven Eckelmann <sven@narfation.org> batman-adv: Prefix send 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>
|
H A D | hard-interface.c | diff 9455e34cb2ded22e01abb6daa65ba1caeed8d7fe Sat May 12 02:09:37 CEST 2012 Sven Eckelmann <sven@narfation.org> batman-adv: Prefix send 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>
|
H A D | routing.c | diff 9455e34cb2ded22e01abb6daa65ba1caeed8d7fe Sat May 12 02:09:37 CEST 2012 Sven Eckelmann <sven@narfation.org> batman-adv: Prefix send 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>
|
H A D | bat_iv_ogm.c | diff 9455e34cb2ded22e01abb6daa65ba1caeed8d7fe Sat May 12 02:09:37 CEST 2012 Sven Eckelmann <sven@narfation.org> batman-adv: Prefix send 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>
|
H A D | translation-table.c | diff 9455e34cb2ded22e01abb6daa65ba1caeed8d7fe Sat May 12 02:09:37 CEST 2012 Sven Eckelmann <sven@narfation.org> batman-adv: Prefix send 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>
|
H A D | soft-interface.c | diff 9455e34cb2ded22e01abb6daa65ba1caeed8d7fe Sat May 12 02:09:37 CEST 2012 Sven Eckelmann <sven@narfation.org> batman-adv: Prefix send 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>
|