linux/net/batman-adv
Sven Eckelmann 6a4bc44b01 batman-adv: Avoid spurious warnings from bat_v neigh_cmp implementation
The neighbor compare API implementation for B.A.T.M.A.N. V checks whether
the neigh_ifinfo for this neighbor on a specific interface exists. A
warning is printed when it isn't found.

But it is not called inside a lock which would prevent that this
information is lost right before batadv_neigh_ifinfo_get. It must therefore
be expected that batadv_v_neigh_(cmp|is_sob) might not be able to get the
requested neigh_ifinfo.

A WARN_ON for such a situation seems not to be appropriate because this
will only flood the kernel logs. The warnings must therefore be removed.

Signed-off-by: Sven Eckelmann <sven.eckelmann@openmesh.com>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
2017-10-17 08:09:47 +02:00
..
Kconfig
Makefile
bat_algo.c
bat_algo.h
bat_iv_ogm.c batman-adv: Remove unnecessary parentheses 2017-09-28 17:20:45 +02:00
bat_iv_ogm.h
bat_v.c batman-adv: Avoid spurious warnings from bat_v neigh_cmp implementation 2017-10-17 08:09:47 +02:00
bat_v.h
bat_v_elp.c batman-adv: Remove unnecessary parentheses 2017-09-28 17:20:45 +02:00
bat_v_elp.h
bat_v_ogm.c batman-adv: Remove unnecessary parentheses 2017-09-28 17:20:45 +02:00
bat_v_ogm.h
bitarray.c
bitarray.h
bridge_loop_avoidance.c
bridge_loop_avoidance.h
debugfs.c
debugfs.h
distributed-arp-table.c batman-adv: Remove unnecessary parentheses 2017-09-28 17:20:45 +02:00
distributed-arp-table.h
fragmentation.c networking: introduce and use skb_put_data() 2017-06-16 11:48:37 -04:00
fragmentation.h
gateway_client.c batman-adv: Remove unnecessary parentheses 2017-09-28 17:20:45 +02:00
gateway_client.h
gateway_common.c batman-adv: Remove unnecessary parentheses 2017-09-28 17:20:45 +02:00
gateway_common.h
hard-interface.c This cleanup patchset includes the following patches: 2017-10-06 10:12:52 -07:00
hard-interface.h
hash.c
hash.h
icmp_socket.c batman-adv: Remove unnecessary parentheses 2017-09-28 17:20:45 +02:00
icmp_socket.h
log.c
log.h
main.c batman-adv: Add argument names for function ptr definitions 2017-09-30 09:31:34 +02:00
main.h batman-adv: Start new development cycle 2017-09-28 17:20:45 +02:00
multicast.c batman-adv: Remove unnecessary parentheses 2017-09-28 17:20:45 +02:00
multicast.h
netlink.c
netlink.h
network-coding.c
network-coding.h
originator.c batman-adv: Remove unnecessary parentheses 2017-09-28 17:20:45 +02:00
originator.h
packet.h
routing.c batman-adv: Remove unnecessary parentheses 2017-09-28 17:20:45 +02:00
routing.h
send.c batman-adv: Remove unnecessary parentheses 2017-09-28 17:20:45 +02:00
send.h
soft-interface.c batman-adv: Add missing kerneldoc for extack 2017-10-12 11:49:36 +02:00
soft-interface.h
sysfs.c batman-adv: Remove unnecessary parentheses 2017-09-28 17:20:45 +02:00
sysfs.h
tp_meter.c batman-adv: Remove unnecessary parentheses 2017-09-28 17:20:45 +02:00
tp_meter.h
translation-table.c batman-adv: fix TT sync flag inconsistencies 2017-07-31 11:17:38 +02:00
translation-table.h
tvlv.c
tvlv.h
types.h batman-adv: fix TT sync flag inconsistencies 2017-07-31 11:17:38 +02:00