tools/testing/selftests/arm64/tags/.gitignore: warning: ignored by one of the .gitignore files tools/testing/selftests/arm64/tags/Makefile: warning: ignored by one of the .gitignore files tools/testing/selftests/arm64/tags/tags_test.c: warning: ignored by one of the .gitignore files ../net/atm/lec.c:889:39: warning: context imbalance in 'lec_priv_walk' - unexpected unlock ../net/atm/lec.c:945:39: warning: context imbalance in 'lec_seq_stop' - unexpected unlock ../net/bridge/br_multicast.c: note: in included file (through ../include/linux/igmp.h): ../include/uapi/linux/igmp.h:60:32: warning: array of flexible structures ../net/bridge/br_multicast.c: note: in included file: ../include/net/mld.h:32:43: warning: array of flexible structures ../net/bridge/br_netfilter_hooks.c: note: in included file (through ../include/linux/if_pppox.h): ../include/uapi/linux/if_pppox.h:153:29: warning: array of flexible structures ../net/bridge/netfilter/nf_conntrack_bridge.c: note: in included file (through ../include/linux/if_pppox.h, ../include/uapi/linux/netfilter_bridge.h, ../include/linux/netfilter_bridge.h): ../include/uapi/linux/if_pppox.h:153:29: warning: array of flexible structures WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/block/rnull_mod.o ../arch/x86/boot/version.c:18:12: warning: symbol 'kernel_version' was not declared. Should it be static? tools/testing/selftests/arm64/tags/.gitignore: warning: ignored by one of the .gitignore files tools/testing/selftests/arm64/tags/Makefile: warning: ignored by one of the .gitignore files tools/testing/selftests/arm64/tags/tags_test.c: warning: ignored by one of the .gitignore files ../net/bridge/br_device.c: In function ‘br_fill_forward_path’: ../net/bridge/br_device.c:395:44: error: passing argument 2 of ‘br_vlan_fill_forward_path_pvid’ from incompatible pointer type [-Wincompatible-pointer-types] 395 | br_vlan_fill_forward_path_pvid(br, ctx, path); | ^~~ | | | struct net_device_path_ctx * In file included from ../net/bridge/br_device.c:19: ../net/bridge/br_private.h:1584:61: note: expected ‘struct net_bridge_port *’ but argument is of type ‘struct net_device_path_ctx *’ 1584 | struct net_bridge_port *p, | ~~~~~~~~~~~~~~~~~~~~~~~~^ ../net/bridge/br_device.c:395:49: error: passing argument 3 of ‘br_vlan_fill_forward_path_pvid’ from incompatible pointer type [-Wincompatible-pointer-types] 395 | br_vlan_fill_forward_path_pvid(br, ctx, path); | ^~~~ | | | struct net_device_path * ../net/bridge/br_private.h:1585:65: note: expected ‘struct net_device_path_ctx *’ but argument is of type ‘struct net_device_path *’ 1585 | struct net_device_path_ctx *ctx, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ../net/bridge/br_device.c:395:9: error: too few arguments to function ‘br_vlan_fill_forward_path_pvid’ 395 | br_vlan_fill_forward_path_pvid(br, ctx, path); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../net/bridge/br_private.h:1583:6: note: declared here 1583 | void br_vlan_fill_forward_path_pvid(struct net_bridge *br, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:229: net/bridge/br_device.o] Error 1 make[5]: *** Waiting for unfinished jobs.... ../net/atm/lec.c:889:39: warning: context imbalance in 'lec_priv_walk' - unexpected unlock ../net/atm/lec.c:945:39: warning: context imbalance in 'lec_seq_stop' - unexpected unlock ../net/bridge/netfilter/nf_conntrack_bridge.c: note: in included file (through ../include/linux/if_pppox.h, ../include/uapi/linux/netfilter_bridge.h, ../include/linux/netfilter_bridge.h): ../include/uapi/linux/if_pppox.h:153:29: warning: array of flexible structures ../net/bridge/br_netfilter_hooks.c: note: in included file (through ../include/linux/if_pppox.h): ../include/uapi/linux/if_pppox.h:153:29: warning: array of flexible structures ../net/bridge/br_multicast.c: note: in included file (through ../include/linux/igmp.h): ../include/uapi/linux/igmp.h:60:32: warning: array of flexible structures ../net/bridge/br_multicast.c: note: in included file: ../include/net/mld.h:32:43: warning: array of flexible structures make[4]: *** [../scripts/Makefile.build:478: net/bridge] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [../scripts/Makefile.build:478: net] Error 2 make[2]: *** [/home/nipa/net-next/wt-1/Makefile:1936: .] Error 2 make[1]: *** [/home/nipa/net-next/wt-1/Makefile:224: __sub-make] Error 2 make: *** [Makefile:224: __sub-make] Error 2 New errors added --- /tmp/tmp.so8fSguF9F 2024-11-19 04:25:02.944624587 -0800 +++ /tmp/tmp.CbZvNov3xD 2024-11-19 04:25:20.827468402 -0800 @@ -3,0 +4,26 @@ +../net/bridge/br_device.c: In function ‘br_fill_forward_path’: +../net/bridge/br_device.c:395:44: error: passing argument 2 of ‘br_vlan_fill_forward_path_pvid’ from incompatible pointer type [-Wincompatible-pointer-types] + 395 | br_vlan_fill_forward_path_pvid(br, ctx, path); + | ^~~ + | | + | struct net_device_path_ctx * +In file included from ../net/bridge/br_device.c:19: +../net/bridge/br_private.h:1584:61: note: expected ‘struct net_bridge_port *’ but argument is of type ‘struct net_device_path_ctx *’ + 1584 | struct net_bridge_port *p, + | ~~~~~~~~~~~~~~~~~~~~~~~~^ +../net/bridge/br_device.c:395:49: error: passing argument 3 of ‘br_vlan_fill_forward_path_pvid’ from incompatible pointer type [-Wincompatible-pointer-types] + 395 | br_vlan_fill_forward_path_pvid(br, ctx, path); + | ^~~~ + | | + | struct net_device_path * +../net/bridge/br_private.h:1585:65: note: expected ‘struct net_device_path_ctx *’ but argument is of type ‘struct net_device_path *’ + 1585 | struct net_device_path_ctx *ctx, + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ +../net/bridge/br_device.c:395:9: error: too few arguments to function ‘br_vlan_fill_forward_path_pvid’ + 395 | br_vlan_fill_forward_path_pvid(br, ctx, path); + | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +../net/bridge/br_private.h:1583:6: note: declared here + 1583 | void br_vlan_fill_forward_path_pvid(struct net_bridge *br, + | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +make[5]: *** [../scripts/Makefile.build:229: net/bridge/br_device.o] Error 1 +make[5]: *** Waiting for unfinished jobs.... @@ -5,0 +32,4 @@ +../net/bridge/netfilter/nf_conntrack_bridge.c: note: in included file (through ../include/linux/if_pppox.h, ../include/uapi/linux/netfilter_bridge.h, ../include/linux/netfilter_bridge.h): +../include/uapi/linux/if_pppox.h:153:29: warning: array of flexible structures +../net/bridge/br_netfilter_hooks.c: note: in included file (through ../include/linux/if_pppox.h): +../include/uapi/linux/if_pppox.h:153:29: warning: array of flexible structures @@ -10,5 +40,6 @@ -../net/bridge/br_netfilter_hooks.c: note: in included file (through ../include/linux/if_pppox.h): -../include/uapi/linux/if_pppox.h:153:29: warning: array of flexible structures -../net/bridge/netfilter/nf_conntrack_bridge.c: note: in included file (through ../include/linux/if_pppox.h, ../include/uapi/linux/netfilter_bridge.h, ../include/linux/netfilter_bridge.h): -../include/uapi/linux/if_pppox.h:153:29: warning: array of flexible structures -WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/block/rnull_mod.o +make[4]: *** [../scripts/Makefile.build:478: net/bridge] Error 2 +make[4]: *** Waiting for unfinished jobs.... +make[3]: *** [../scripts/Makefile.build:478: net] Error 2 +make[2]: *** [/home/nipa/net-next/wt-1/Makefile:1936: .] Error 2 +make[1]: *** [/home/nipa/net-next/wt-1/Makefile:224: __sub-make] Error 2 +make: *** [Makefile:224: __sub-make] Error 2 Per-file breakdown --- /tmp/tmp.ExuiCFZuAd 2024-11-19 04:25:20.835468332 -0800 +++ /tmp/tmp.jRMBUzxG7a 2024-11-19 04:25:20.837468315 -0800 @@ -4,0 +5 @@ + 3 ../net/bridge/br_device.c