Name of failed tests ====================
master ------
* headers
Output of different failed tests ================================
master: headers ---------------
diff --git a/net/batman-adv/bat_iv_ogm.c b/net/batman-adv/bat_iv_ogm.c index 1545195..ab4cee9 100644 --- a/net/batman-adv/bat_iv_ogm.c +++ b/net/batman-adv/bat_iv_ogm.c @@ -34,7 +34,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/pkt_sched.h> diff --git a/net/batman-adv/debugfs.c b/net/batman-adv/debugfs.c index 9858900..8f87f6a 100644 --- a/net/batman-adv/debugfs.c +++ b/net/batman-adv/debugfs.c @@ -19,6 +19,7 @@ #include "debugfs.h" #include "main.h" // IWYU pragma: keep
+#include <asm/current.h> #include <linux/dcache.h> #include <linux/debugfs.h> #include <linux/err.h> @@ -27,6 +28,7 @@ #include <linux/fs.h> #include <linux/netdevice.h> #include <linux/printk.h> +#include <linux/sched.h> #include <linux/seq_file.h> #include <linux/stat.h> #include <linux/stddef.h> diff --git a/net/batman-adv/trace.c b/net/batman-adv/trace.c index 3d57f99..8e10242 100644 --- a/net/batman-adv/trace.c +++ b/net/batman-adv/trace.c @@ -16,7 +16,5 @@ * along with this program; if not, see http://www.gnu.org/licenses/. */
-#include <linux/module.h> - #define CREATE_TRACE_POINTS #include "trace.h" diff --git a/net/batman-adv/trace.h b/net/batman-adv/trace.h index 1dccc82..f9637a6 100644 --- a/net/batman-adv/trace.h +++ b/net/batman-adv/trace.h @@ -74,5 +74,11 @@ TRACE_EVENT(batadv_dbg, #undef TRACE_INCLUDE_FILE #define TRACE_INCLUDE_FILE trace
+#include <linux/bug.h> +#include <linux/kernel.h> +#include <linux/netdevice.h> +#include <linux/percpu.h> +#include <linux/printk.h> +#include <linux/types.h> /* This part must be outside protection */ #include <trace/define_trace.h>
Statistics ==========
master ------
Failed tests: 1 Started build tests: 53 Tested Linux versions: 23 Tested configs: 49
maint -----
Failed tests: 0 Started build tests: 52 Tested Linux versions: 23 Tested configs: 47
linux-merge@lists.open-mesh.org