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/bat_iv_ogm.c | 61 +++-------------------- netnext/net/batman-adv/bat_v_ogm.c | 41 +++------------ netnext/net/batman-adv/hard-interface.c | 2 netnext/net/batman-adv/main.h | 2 netnext/net/batman-adv/soft-interface.c | 32 ++++++++++++ netnext/net/batman-adv/types.h | 7 -- 6 files changed, 50 insertions(+), 95 deletions(-)
master: headers ---------------
diff --git a/net/batman-adv/soft-interface.c b/net/batman-adv/soft-interface.c index fbb41f27..8a8e9196 100644 --- a/net/batman-adv/soft-interface.c +++ b/net/batman-adv/soft-interface.c @@ -22,7 +22,6 @@ #include <linux/kernel.h> #include <linux/kref.h> #include <linux/list.h> -#include <linux/lockdep.h> #include <linux/netdevice.h> #include <linux/netlink.h> #include <linux/percpu.h>
Statistics ==========
maint -----
Failed tests: 0 Started build tests: 57 Tested Linux versions: 28 Tested configs: 54
master ------
Failed tests: 2 Started build tests: 54 Tested Linux versions: 26 Tested configs: 51
linux-merge@lists.open-mesh.org