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 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.... 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.PAvYs21gks 2024-11-19 02:33:40.569063583 -0800 +++ /tmp/tmp.rfq19ssyYj 2024-11-19 02:33:56.316920943 -0800 @@ -3,0 +4,32 @@ +../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.... +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.RSkMtMDg3I 2024-11-19 02:33:56.322920888 -0800 +++ /tmp/tmp.nE3YCgsMUs 2024-11-19 02:33:56.326920852 -0800 @@ -0,0 +1 @@ + 3 ../net/bridge/br_device.c