Name of failed tests
====================
stable
------
* difference between net and batadv stable
main
----
* difference between net and batadv main
* headers
Output of different failed tests
================================
main: difference between net and batadv main
--------------------------------------------
netnext/net/batman-adv/multicast.c | 3 ---
1 file changed, 3 deletions(-)
stable: difference between net and batadv stable
------------------------------------------------
net/net/batman-adv/Makefile | 1
net/net/batman-adv/bridge_loop_avoidance.c | 2
net/net/batman-adv/fragmentation.c | 8
net/net/batman-adv/gateway_client.c | 2
net/net/batman-adv/main.c | 5
net/net/batman-adv/main.h | 2
net/net/batman-adv/multicast.c | 129 ++
net/net/batman-adv/multicast.h | 30
net/net/batman-adv/multicast_forw.c | 1178 ++++++++++++++++++++
net/net/batman-adv/netlink.c | 2
net/net/batman-adv/originator.c | 28
net/net/batman-adv/originator.h | 3
net/net/batman-adv/routing.c | 70 +
net/net/batman-adv/routing.h | 11
net/net/batman-adv/soft-interface.c | 18
net/net/batman-adv/types.h | 70 +
16 files changed, 1533 insertions(+), 26 deletions(-)
main: headers
-------------
diff --git a/net/batman-adv/netlink.c b/net/batman-adv/netlink.c
index ae79ab26..fdfdf2cb 100644
--- a/net/batman-adv/netlink.c
+++ b/net/batman-adv/netlink.c
@@ -15,7 +15,6 @@
#include <linux/cache.h>
#include <linux/err.h>
#include <linux/errno.h>
-#include <linux/export.h>
#include <linux/genetlink.h>
#include <linux/gfp.h>
#include <linux/if_ether.h>
Statistics
==========
stable
------
Failed tests: 1
Started build tests: 239
Tested Linux versions: 38
Tested configs: 108
main
----
Failed tests: 2
Started build tests: 218
Tested Linux versions: 38
Tested configs: 106