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/include/uapi/linux/batman_adv.h | 94 + netnext/net/batman-adv/bat_algo.c | 68 + netnext/net/batman-adv/bat_algo.h | 3 netnext/net/batman-adv/bat_iv_ogm.c | 818 +++++++++++++-- netnext/net/batman-adv/bat_v.c | 722 +++++++++++++ netnext/net/batman-adv/bridge_loop_avoidance.c | 335 ++++++ netnext/net/batman-adv/bridge_loop_avoidance.h | 17 netnext/net/batman-adv/debugfs.c | 18 netnext/net/batman-adv/gateway_client.c | 275 +---- netnext/net/batman-adv/gateway_client.h | 7 netnext/net/batman-adv/gateway_common.c | 5 netnext/net/batman-adv/hard-interface.c | 76 - 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/netlink.c | 217 +++ netnext/net/batman-adv/netlink.h | 6 netnext/net/batman-adv/originator.c | 160 ++ netnext/net/batman-adv/originator.h | 4 netnext/net/batman-adv/packet.h | 36 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 | 546 +++++++++- netnext/net/batman-adv/translation-table.h | 7 netnext/net/batman-adv/types.h | 63 + 29 files changed, 3437 insertions(+), 493 deletions(-)
Statistics ==========
master ------
Failed tests: 1 Started build tests: 150 Tested Linux versions: 25 Tested configs: 84
next ----
Failed tests: 1 Started build tests: 142 Tested Linux versions: 26 Tested configs: 86
linux-merge@lists.open-mesh.org