Name of failed tests ====================
stable ------
* sparse v6.9-rc2 cfg: BLA=n DAT=n DEBUG=y TRACING=y NC=y MCAST=y BATMAN_V=n * sparse v6.9-rc2 cfg: BLA=n DAT=n DEBUG=y TRACING=y NC=y MCAST=y BATMAN_V=y * sparse v6.9-rc2 cfg: BLA=n DAT=y DEBUG=n TRACING=n NC=y MCAST=n BATMAN_V=n * sparse v6.9-rc2 cfg: BLA=n DAT=y DEBUG=y TRACING=y NC=n MCAST=n BATMAN_V=y * sparse v6.9-rc2 cfg: BLA=y DAT=n DEBUG=y TRACING=n NC=n MCAST=y BATMAN_V=y
main ----
* difference between net-next and batadv main * headers * sparse v6.9-rc2 cfg: BLA=n DAT=n DEBUG=y TRACING=n NC=y MCAST=y BATMAN_V=y * sparse v6.9-rc2 cfg: BLA=n DAT=y DEBUG=n TRACING=n NC=n MCAST=y BATMAN_V=y * sparse v6.9-rc2 cfg: BLA=n DAT=y DEBUG=n TRACING=y NC=n MCAST=n BATMAN_V=n * sparse v6.9-rc2 cfg: BLA=n DAT=y DEBUG=y TRACING=y NC=y MCAST=y BATMAN_V=y * sparse v6.9-rc2 cfg: BLA=y DAT=y DEBUG=n TRACING=y NC=n MCAST=y BATMAN_V=n
Output of different failed tests ================================
main: difference between net-next and batadv main -------------------------------------------------
netnext/net/batman-adv/main.c | 2 +- netnext/net/batman-adv/netlink.c | 1 - netnext/net/batman-adv/translation-table.c | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-)
main: headers -------------
diff --git a/net/batman-adv/main.c b/net/batman-adv/main.c index 6ce53432..da893ceb 100644 --- a/net/batman-adv/main.c +++ b/net/batman-adv/main.c @@ -14,7 +14,6 @@ #include <linux/crc32c.h> #include <linux/device.h> #include <linux/errno.h> -#include <linux/genetlink.h> #include <linux/gfp.h> #include <linux/if_ether.h> #include <linux/if_vlan.h> @@ -38,6 +37,7 @@ #include <linux/string.h> #include <linux/workqueue.h> #include <net/dsfield.h> +#include <net/genetlink.h> #include <net/rtnetlink.h> #include <uapi/linux/batadv_packet.h> #include <uapi/linux/batman_adv.h> diff --git a/net/batman-adv/netlink.c b/net/batman-adv/netlink.c index fdfdf2cb..7eb97c80 100644 --- a/net/batman-adv/netlink.c +++ b/net/batman-adv/netlink.c @@ -15,7 +15,6 @@ #include <linux/cache.h> #include <linux/err.h> #include <linux/errno.h> -#include <linux/genetlink.h> #include <linux/gfp.h> #include <linux/if_ether.h> #include <linux/if_vlan.h>
main: sparse v6.9-rc2 cfg: BLA=n DAT=y DEBUG=n TRACING=n NC=n MCAST=y BATMAN_V=y ---------------------------------------------------------------------------
/home/build_test/build_env/tmp.BNdWLQBDRq/net/batman-adv/main.c:727:1: warning: non-constant initializer for static object /home/build_test/build_env/tmp.BNdWLQBDRq/net/batman-adv/main.c:728:1: warning: non-constant initializer for static object
main: sparse v6.9-rc2 cfg: BLA=n DAT=y DEBUG=y TRACING=y NC=y MCAST=y BATMAN_V=y ---------------------------------------------------------------------------
/home/build_test/build_env/tmp.BNdWLQBDRq/net/batman-adv/log.c: note: in included file: /home/build_test/build_env/tmp.BNdWLQBDRq/net/batman-adv/main.c:727:1: warning: non-constant initializer for static object /home/build_test/build_env/tmp.BNdWLQBDRq/net/batman-adv/main.c:728:1: warning: non-constant initializer for static object
Statistics ==========
stable ------
Failed tests: 5 Started build tests: 241 Tested Linux versions: 40 Tested configs: 109
main ----
Failed tests: 7 Started build tests: 219 Tested Linux versions: 40 Tested configs: 106
linux-merge@lists.open-mesh.org