Name of failed tests
====================

stable
------

 * difference between net and batadv stable

main
----

 * checkpatch ./net/batman-adv/log.h
 * checkpatch ./net/batman-adv/netlink.c
 * difference between net-next and batadv main
 * headers


Output of different failed tests
================================

main: checkpatch ./net/batman-adv/log.h
---------------------------------------

    WARNING: Possible usage of pr_info without a trailing newline.
    #126: FILE: ./net/batman-adv/log.h:126:
    +           pr_info("%s: " fmt, _netdev->name, ## arg);             \
    
    WARNING: Usage of pr_err without a trailing newline.
    #140: FILE: ./net/batman-adv/log.h:140:
    +           pr_err("%s: " fmt, _netdev->name, ## arg);              \
    
    total: 0 errors, 2 warnings, 0 checks, 143 lines checked

main: checkpatch ./net/batman-adv/netlink.c
-------------------------------------------

    WARNING: Usage of pr_warn without a trailing newline.
    #1570: FILE: ./net/batman-adv/netlink.c:1570:
    +           pr_warn("unable to register netlink family");
    
    total: 0 errors, 1 warnings, 0 checks, 1579 lines checked

stable: difference between net and batadv stable
------------------------------------------------

     net/net/batman-adv/bat_iv_ogm.c |    3 ++-
     net/net/batman-adv/bat_v_ogm.c  |    3 ++-
     2 files changed, 4 insertions(+), 2 deletions(-)

main: difference between net-next and batadv main
-------------------------------------------------

     netnext/Documentation/networking/batman-adv.rst |    2 
     netnext/include/uapi/linux/batman_adv.h         |   18 
     netnext/net/batman-adv/Makefile                 |    2 
     netnext/net/batman-adv/bat_algo.c               |    8 
     netnext/net/batman-adv/bat_iv_ogm.c             |  107 -
     netnext/net/batman-adv/bat_v.c                  |   28 
     netnext/net/batman-adv/bat_v_elp.c              |   16 
     netnext/net/batman-adv/bat_v_ogm.c              |   45 
     netnext/net/batman-adv/bitarray.c               |    2 
     netnext/net/batman-adv/bridge_loop_avoidance.c  |  106 -
     netnext/net/batman-adv/distributed-arp-table.c  |   68 
     netnext/net/batman-adv/distributed-arp-table.h  |    4 
     netnext/net/batman-adv/fragmentation.c          |    2 
     netnext/net/batman-adv/gateway_client.c         |   38 
     netnext/net/batman-adv/gateway_common.c         |    8 
     netnext/net/batman-adv/hard-interface.c         |  158 +-
     netnext/net/batman-adv/hard-interface.h         |   12 
     netnext/net/batman-adv/log.c                    |    2 
     netnext/net/batman-adv/log.h                    |   10 
     netnext/net/batman-adv/main.c                   |   42 
     netnext/net/batman-adv/main.h                   |   22 
     netnext/net/batman-adv/mesh-interface.c         | 1162 ---------------
     netnext/net/batman-adv/mesh-interface.h         |   42 
     netnext/net/batman-adv/multicast.c              |  182 +-
     netnext/net/batman-adv/multicast_forw.c         |   30 
     netnext/net/batman-adv/netlink.c                |  178 +-
     netnext/net/batman-adv/netlink.h                |    2 
     netnext/net/batman-adv/network-coding.c         |   64 
     netnext/net/batman-adv/originator.c             |   58 
     netnext/net/batman-adv/routing.c                |   42 
     netnext/net/batman-adv/send.c                   |   36 
     netnext/net/batman-adv/send.h                   |    4 
     netnext/net/batman-adv/soft-interface.c         | 1161 ++++++++++++++
     netnext/net/batman-adv/soft-interface.h         |   42 
     netnext/net/batman-adv/tp_meter.c               |   30 
     netnext/net/batman-adv/trace.h                  |    2 
     netnext/net/batman-adv/translation-table.c      |  198 +-
     netnext/net/batman-adv/translation-table.h      |    4 
     netnext/net/batman-adv/tvlv.c                   |   26 
     netnext/net/batman-adv/types.h                  |   78 -
     40 files changed, 2031 insertions(+), 2010 deletions(-)

main: headers
-------------

    diff --git a/net/batman-adv/bat_iv_ogm.c b/net/batman-adv/bat_iv_ogm.c
    index 75f5179a..b05a1590 100644
    --- a/net/batman-adv/bat_iv_ogm.c
    +++ b/net/batman-adv/bat_iv_ogm.c
    @@ -23,6 +23,7 @@
     #include <linux/kref.h>
     #include <linux/list.h>
     #include <linux/lockdep.h>
    +#include <linux/minmax.h>
     #include <linux/mutex.h>
     #include <linux/netdevice.h>
     #include <linux/netlink.h>


Statistics
==========

stable
------

Failed tests:                 1
Started build tests:        193
Tested Linux versions:       36
Tested configs:             104

main
----

Failed tests:                 4
Started build tests:        179
Tested Linux versions:       35
Tested configs:              97

Reply via email to