Name of failed tests ====================
main ----
* coccicheck * headers
stable ------
* difference between net and batadv stable
Output of different failed tests ================================
main: coccicheck ----------------
./bridge_loop_avoidance.c:1499:8-27: WARNING: atomic_dec_and_test variation before object free at line 1510.
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 ==========
main ----
Failed tests: 2 Started build tests: 214 Tested Linux versions: 42 Tested configs: 98
stable ------
Failed tests: 1 Started build tests: 231 Tested Linux versions: 42 Tested configs: 107
linux-merge@lists.open-mesh.org