Name of failed tests
====================
master
------
* headers
* sparse linux-6.1-rc6 cfg: BLA=n DAT=y DEBUG=y TRACING=y NC=y MCAST=y BATMAN_V=y
* sparse linux-6.1-rc6 cfg: BLA=y DAT=n DEBUG=n TRACING=y NC=n MCAST=n BATMAN_V=n
* sparse linux-6.1-rc6 cfg: BLA=y DAT=y DEBUG=n TRACING=y NC=y MCAST=y BATMAN_V=y
maint
-----
* sparse linux-6.1-rc6 cfg: BLA=n DAT=y DEBUG=n TRACING=n NC=n MCAST=n BATMAN_V=y
* sparse linux-6.1-rc6 cfg: BLA=n DAT=y DEBUG=n TRACING=y NC=n MCAST=y BATMAN_V=n
* sparse linux-6.1-rc6 cfg: BLA=n DAT=y DEBUG=y TRACING=y NC=y MCAST=n BATMAN_V=y
* sparse linux-6.1-rc6 cfg: BLA=y DAT=n DEBUG=y TRACING=n NC=n MCAST=y BATMAN_V=n
* sparse linux-6.1-rc6 cfg: BLA=y DAT=n DEBUG=y TRACING=n NC=y MCAST=y BATMAN_V=n
Output of different failed tests
================================
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>
diff --git a/net/batman-adv/trace.h b/net/batman-adv/trace.h
index d9cc1cd8..242a8999 100644
--- a/net/batman-adv/trace.h
+++ b/net/batman-adv/trace.h
@@ -9,8 +9,6 @@
#include "main.h" // IWYU pragma: keep
-#include <linux/netdevice.h>
-#include <linux/percpu.h>
#include <linux/printk.h>
#include <linux/tracepoint.h>
master: sparse linux-6.1-rc6 cfg: BLA=y DAT=n DEBUG=n TRACING=y NC=n MCAST=n BATMAN_V=n
---------------------------------------------------------------------------
WARNING: Module.symvers is missing.
Modules may not have dependencies or modversions.
You may get many unresolved symbol warnings.
Statistics
==========
master
------
Failed tests: 4
Started build tests: 329
Tested Linux versions: 41
Tested configs: 121
maint
-----
Failed tests: 5
Started build tests: 352
Tested Linux versions: 41
Tested configs: 122