Name of failed tests ====================
master ------
* difference between net-next and batadv master * headers
Output of different failed tests ================================
master: difference between net-next and batadv master -----------------------------------------------------
netnext/net/batman-adv/bridge_loop_avoidance.c | 6 ++---- netnext/net/batman-adv/distributed-arp-table.c | 3 +-- netnext/net/batman-adv/gateway_client.c | 3 +-- netnext/net/batman-adv/multicast.c | 9 +++------ netnext/net/batman-adv/originator.c | 12 ++++-------- netnext/net/batman-adv/translation-table.c | 9 +++------ 6 files changed, 14 insertions(+), 28 deletions(-)
master: headers ---------------
diff --git a/net/batman-adv/gateway_common.c b/net/batman-adv/gateway_common.c index e97b694e..0f1764b0 100644 --- a/net/batman-adv/gateway_common.c +++ b/net/batman-adv/gateway_common.c @@ -10,7 +10,7 @@ #include <linux/atomic.h> #include <linux/byteorder/generic.h> #include <linux/errno.h> -#include <linux/kernel.h> +#include <linux/kstrtox.h> #include <linux/limits.h> #include <linux/math64.h> #include <linux/netdevice.h>
Statistics ==========
maint -----
Failed tests: 0 Started build tests: 313 Tested Linux versions: 39 Tested configs: 120
master ------
Failed tests: 2 Started build tests: 319 Tested Linux versions: 39 Tested configs: 118
linux-merge@lists.open-mesh.org