Name of failed tests ====================
stable ------
* difference between net and batadv stable
main ----
* headers
Output of different failed tests ================================
stable: difference between net and batadv stable ------------------------------------------------
net/net/batman-adv/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
main: headers -------------
diff --git a/net/batman-adv/distributed-arp-table.c b/net/batman-adv/distributed-arp-table.c index 3762bc8d..67481be6 100644 --- a/net/batman-adv/distributed-arp-table.c +++ b/net/batman-adv/distributed-arp-table.c @@ -7,7 +7,6 @@ #include "distributed-arp-table.h" #include "main.h" // IWYU pragma: keep
-#include <linux/unaligned.h> #include <linux/atomic.h> #include <linux/bitops.h> #include <linux/byteorder/generic.h> @@ -32,6 +31,7 @@ #include <linux/stddef.h> #include <linux/string.h> #include <linux/udp.h> +#include <linux/unaligned.h> #include <linux/workqueue.h> #include <net/arp.h> #include <net/genetlink.h>
Statistics ==========
stable ------
Failed tests: 1 Started build tests: 232 Tested Linux versions: 42 Tested configs: 107
main ----
Failed tests: 1 Started build tests: 210 Tested Linux versions: 42 Tested configs: 97