Name of failed tests ====================
stable ------
* difference between net and batadv stable
main ----
* difference between net-next and batadv main * headers
Output of different failed tests ================================
stable: difference between net and batadv stable ------------------------------------------------
net/net/batman-adv/bat_iv_ogm.c | 4 ++-- net/net/batman-adv/bat_v_elp.c | 2 +- net/net/batman-adv/bat_v_ogm.c | 4 ++-- net/net/batman-adv/netlink.c | 6 ++++-- net/net/batman-adv/network-coding.c | 2 +- 5 files changed, 10 insertions(+), 8 deletions(-)
main: difference between net-next and batadv main -------------------------------------------------
netnext/net/batman-adv/bat_iv_ogm.c | 1 + netnext/net/batman-adv/bat_v_elp.c | 1 + netnext/net/batman-adv/bat_v_ogm.c | 1 + netnext/net/batman-adv/network-coding.c | 1 + 4 files changed, 4 insertions(+)
main: headers -------------
diff --git a/net/batman-adv/network-coding.c b/net/batman-adv/network-coding.c index 4a280c08..58c57c0f 100644 --- a/net/batman-adv/network-coding.c +++ b/net/batman-adv/network-coding.c @@ -26,6 +26,7 @@ #include <linux/net.h> #include <linux/netdevice.h> #include <linux/printk.h> +#include <linux/random.h> #include <linux/rculist.h> #include <linux/rcupdate.h> #include <linux/skbuff.h>
Statistics ==========
stable ------
Failed tests: 1 Started build tests: 286 Tested Linux versions: 41 Tested configs: 115
main ----
Failed tests: 2 Started build tests: 246 Tested Linux versions: 41 Tested configs: 111
linux-merge@lists.open-mesh.org