Name of failed tests ====================
maint -----
* difference between net and batadv maint
master ------
* headers
Output of different failed tests ================================
maint: difference between net and batadv maint ----------------------------------------------
net/net/batman-adv/bat_v_elp.c | 1 net/net/batman-adv/main.h | 2 - net/net/batman-adv/netlink.c | 1 net/net/batman-adv/trace.h | 2 - net/net/batman-adv/types.h | 39 -------------------------------- 5 files changed, 2 insertions(+), 43 deletions(-)
master: headers ---------------
diff --git a/net/batman-adv/bat_v_ogm.c b/net/batman-adv/bat_v_ogm.c index 636952ff..b97f7dda 100644 --- a/net/batman-adv/bat_v_ogm.c +++ b/net/batman-adv/bat_v_ogm.c @@ -8,6 +8,7 @@ #include "main.h" // IWYU pragma: keep
#include <linux/atomic.h> +#include <linux/bitops.h> #include <linux/byteorder/generic.h> #include <linux/container_of.h> #include <linux/errno.h>
Statistics ==========
maint -----
Failed tests: 1 Started build tests: 338 Tested Linux versions: 40 Tested configs: 117
master ------
Failed tests: 1 Started build tests: 305 Tested Linux versions: 40 Tested configs: 115
linux-merge@lists.open-mesh.org