Name of failed tests ====================
maint -----
* difference between net and batadv maint
master ------
* checkpatch ./net/batman-adv/types.h * difference between net-next and batadv master
Output of different failed tests ================================
master: checkpatch ./net/batman-adv/types.h -------------------------------------------
CHECK: Avoid using bool structure members because of possible alignment issues - see: https://lkml.org/lkml/2017/11/21/384 #1163: FILE: ./net/batman-adv/types.h:1163: + bool exists;
CHECK: Avoid using bool structure members because of possible alignment issues - see: https://lkml.org/lkml/2017/11/21/384 #1169: FILE: ./net/batman-adv/types.h:1169: + bool shadowing;
CHECK: Avoid using bool structure members because of possible alignment issues - see: https://lkml.org/lkml/2017/11/21/384 #1210: FILE: ./net/batman-adv/types.h:1210: + bool enabled;
CHECK: Avoid using bool structure members because of possible alignment issues - see: https://lkml.org/lkml/2017/11/21/384 #1213: FILE: ./net/batman-adv/types.h:1213: + bool bridged;
CHECK: Avoid using bool structure members because of possible alignment issues - see: https://lkml.org/lkml/2017/11/21/384 #1395: FILE: ./net/batman-adv/types.h:1395: + bool fast_recovery;
CHECK: Avoid using bool structure members because of possible alignment issues - see: https://lkml.org/lkml/2017/11/21/384 #2052: FILE: ./net/batman-adv/types.h:2052: + bool decoded;
total: 0 errors, 0 warnings, 6 checks, 2424 lines checked
maint: difference between net and batadv maint ----------------------------------------------
net/include/uapi/linux/batman_adv.h | 82 +++++ net/net/batman-adv/distributed-arp-table.c | 154 ++++++++++ net/net/batman-adv/distributed-arp-table.h | 8 net/net/batman-adv/main.h | 14 net/net/batman-adv/multicast.c | 293 +++++++++++++++++++- net/net/batman-adv/multicast.h | 18 + net/net/batman-adv/netlink.c | 88 +++--- 7 files changed, 613 insertions(+), 44 deletions(-)
master: difference between net-next and batadv master -----------------------------------------------------
netnext/net/batman-adv/multicast.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Statistics ==========
maint -----
Failed tests: 1 Started build tests: 51 Tested Linux versions: 29 Tested configs: 42
master ------
Failed tests: 2 Started build tests: 59 Tested Linux versions: 30 Tested configs: 50