Name of failed tests ====================
master ------
* cppcheck
next ----
* difference between net-next and batadv next
Output of different failed tests ================================
master: cppcheck ----------------
[net/batman-adv/bat_v.c:790] -> [net/batman-adv/bat_v.c:796]: (style) Variable 'curr_gw' is reassigned a value before the old one has been used. [net/batman-adv/bat_v_ogm.c:404] -> [net/batman-adv/bat_v_ogm.c:411]: (style) Variable 'orig_ifinfo' is reassigned a value before the old one has been used. [net/batman-adv/bat_v_ogm.c:489] -> [net/batman-adv/bat_v_ogm.c:498]: (style) Variable 'orig_neigh_node' is reassigned a value before the old one has been used. [net/batman-adv/gateway_client.c:707] -> [net/batman-adv/gateway_client.c:718]: (style) Variable 'orig_dst_node' is reassigned a value before the old one has been used. [net/batman-adv/originator.c:367] -> [net/batman-adv/originator.c:372]: (style) Variable 'orig_ifinfo' is reassigned a value before the old one has been used. [net/batman-adv/originator.c:523] -> [net/batman-adv/originator.c:528]: (style) Variable 'hardif_neigh' is reassigned a value before the old one has been used. [net/batman-adv/originator.c:566] -> [net/batman-adv/originator.c:569]: (style) Variable 'hardif_neigh' is reassigned a value before the old one has been used. [net/batman-adv/originator.c:686] -> [net/batman-adv/originator.c:689]: (style) Variable 'neigh_node' is reassigned a value before the old one has been used. [net/batman-adv/send.c:565] -> [net/batman-adv/send.c:570]: (style) Variable 'primary_if' is reassigned a value before the old one has been used.
next: difference between net-next and batadv next -------------------------------------------------
netnext/Documentation/networking/batman-adv.txt | 17 netnext/net/batman-adv/bat_iv_ogm.c | 347 +++++++++++---- netnext/net/batman-adv/bat_v.c | 257 +++++++++++ netnext/net/batman-adv/bridge_loop_avoidance.c | 2 netnext/net/batman-adv/gateway_client.c | 222 +-------- netnext/net/batman-adv/gateway_client.h | 5 netnext/net/batman-adv/gateway_common.c | 5 netnext/net/batman-adv/hard-interface.c | 26 - netnext/net/batman-adv/main.c | 17 netnext/net/batman-adv/main.h | 2 netnext/net/batman-adv/multicast.c | 2 netnext/net/batman-adv/routing.c | 43 - netnext/net/batman-adv/send.c | 136 ++++- netnext/net/batman-adv/send.h | 6 netnext/net/batman-adv/soft-interface.c | 47 -- netnext/net/batman-adv/sysfs.c | 183 ++++++- netnext/net/batman-adv/translation-table.c | 169 ++++++- netnext/net/batman-adv/translation-table.h | 3 netnext/net/batman-adv/types.h | 51 +- 19 files changed, 1092 insertions(+), 448 deletions(-)
Statistics ==========
master ------
Failed tests: 1 Started build tests: 130 Tested Linux versions: 26 Tested configs: 82
next ----
Failed tests: 1 Started build tests: 148 Tested Linux versions: 26 Tested configs: 87