Name of failed tests
====================
maint
-----
* difference between net and batadv maint
* sparse linux-6.0-rc2 cfg: BLA=n DAT=n DEBUG=n TRACING=n NC=y MCAST=y BATMAN_V=y
* sparse linux-6.0-rc2 cfg: BLA=n DAT=y DEBUG=n TRACING=n NC=y MCAST=n BATMAN_V=y
* sparse linux-6.0-rc2 cfg: BLA=n DAT=y DEBUG=y TRACING=n NC=n MCAST=y BATMAN_V=y
master
------
* difference between net-next and batadv master
* headers
* sparse linux-6.0-rc2 cfg: BLA=n DAT=n DEBUG=n TRACING=n NC=y MCAST=n BATMAN_V=y
* sparse linux-6.0-rc2 cfg: BLA=n DAT=n DEBUG=n TRACING=n NC=y MCAST=y BATMAN_V=y
* sparse linux-6.0-rc2 cfg: BLA=n DAT=n DEBUG=y TRACING=y NC=y MCAST=y BATMAN_V=y
* sparse linux-6.0-rc2 cfg: BLA=n DAT=y DEBUG=y TRACING=n NC=n MCAST=n BATMAN_V=y
* sparse linux-6.0-rc2 cfg: BLA=y DAT=y DEBUG=y TRACING=n NC=n MCAST=n BATMAN_V=y
* sparse linux-6.0-rc2 cfg: BLA=y DAT=y DEBUG=y TRACING=n NC=n MCAST=y BATMAN_V=y
* sparse linux-6.0-rc2 cfg: BLA=y DAT=y DEBUG=y TRACING=y NC=n MCAST=n BATMAN_V=y
Output of different failed tests
================================
maint: difference between net and batadv maint
----------------------------------------------
net/net/batman-adv/hard-interface.c | 4 ----
1 file changed, 4 deletions(-)
master: difference between net-next and batadv master
-----------------------------------------------------
netnext/net/batman-adv/bat_v_elp.c | 1 +
netnext/net/batman-adv/hard-interface.c | 4 ----
netnext/net/batman-adv/trace.h | 2 ++
3 files changed, 3 insertions(+), 4 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>
maint: sparse linux-6.0-rc2 cfg: BLA=n DAT=y DEBUG=y TRACING=n NC=n MCAST=y BATMAN_V=y
---------------------------------------------------------------------------
/home/build_test/build_env/tmp.GU4EsvZUO0/net/batman-adv/bat_v_elp.c: note: in included file:
./include/linux/ethtool.h:148:38: warning: nested flexible array
/home/build_test/build_env/tmp.GU4EsvZUO0/net/batman-adv/bat_v_elp.c:128:35: warning: using sizeof on a flexible structure
master: sparse linux-6.0-rc2 cfg: BLA=y DAT=y DEBUG=y TRACING=n NC=n MCAST=n BATMAN_V=y
---------------------------------------------------------------------------
/home/build_test/build_env/tmp.GU4EsvZUO0/net/batman-adv/bat_v_elp.c: note: in included file:
./include/linux/ethtool.h:148:38: warning: nested flexible array
Statistics
==========
maint
-----
Failed tests: 4
Started build tests: 359
Tested Linux versions: 40
Tested configs: 118
master
------
Failed tests: 9
Started build tests: 274
Tested Linux versions: 40
Tested configs: 116