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/kvm/.gitignore: warning: ignored by one of the .gitignore files tools/testing/selftests/kvm/Makefile: warning: ignored by one of the .gitignore files tools/testing/selftests/kvm/config: warning: ignored by one of the .gitignore files tools/testing/selftests/kvm/settings: warning: ignored by one of the .gitignore files ../net/core/flow_dissector.c:867:3: error: use of undeclared identifier 'encap_type' 867 | encap_type = udp_sk(sk)->encap_type; | ^ ../net/core/flow_dissector.c:905:3: error: use of undeclared identifier 'encap_type' 905 | encap_type = udp_sk(sk)->encap_type; | ^ ../net/core/flow_dissector.c:919:10: error: use of undeclared identifier 'encap_type'; did you mean 'nla_type'? 919 | switch (encap_type) { | ^~~~~~~~~~ | nla_type ../include/net/netlink.h:1236:19: note: 'nla_type' declared here 1236 | static inline int nla_type(const struct nlattr *nla) | ^ 3 errors generated. make[5]: *** [../scripts/Makefile.build:244: net/core/flow_dissector.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [../scripts/Makefile.build:485: net/core] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [../scripts/Makefile.build:485: net] Error 2 make[2]: *** [/home/nipa/net-next/wt-0/Makefile:1925: .] Error 2 make[1]: *** [/home/nipa/net-next/wt-0/Makefile:224: __sub-make] Error 2 make: *** [Makefile:224: __sub-make] Error 2 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/kvm/.gitignore: warning: ignored by one of the .gitignore files tools/testing/selftests/kvm/Makefile: warning: ignored by one of the .gitignore files tools/testing/selftests/kvm/config: warning: ignored by one of the .gitignore files tools/testing/selftests/kvm/settings: warning: ignored by one of the .gitignore files ../net/core/flow_dissector.c:907:3: error: use of undeclared identifier 'encap_type' 907 | encap_type = udp_sk(sk)->encap_type; | ^ ../net/core/flow_dissector.c:945:3: error: use of undeclared identifier 'encap_type' 945 | encap_type = udp_sk(sk)->encap_type; | ^ ../net/core/flow_dissector.c:959:10: error: use of undeclared identifier 'encap_type'; did you mean 'nla_type'? 959 | switch (encap_type) { | ^~~~~~~~~~ | nla_type ../include/net/netlink.h:1236:19: note: 'nla_type' declared here 1236 | static inline int nla_type(const struct nlattr *nla) | ^ 3 errors generated. make[5]: *** [../scripts/Makefile.build:244: net/core/flow_dissector.o] Error 1 make[5]: *** Waiting for unfinished jobs.... ../net/ceph/osdmap.c:1441:10: warning: result of comparison of constant 4611686018427387891 with expression of type 'u32' (aka 'unsigned int') is always false [-Wtautological-constant-out-of-range-compare] 1441 | if (len > (SIZE_MAX - sizeof(*pg)) / sizeof(u32)) | ~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../net/ceph/osdmap.c:1624:10: warning: result of comparison of constant 2305843009213693945 with expression of type 'u32' (aka 'unsigned int') is always false [-Wtautological-constant-out-of-range-compare] 1624 | if (len > (SIZE_MAX - sizeof(*pg)) / (2 * sizeof(u32))) | ~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2 warnings generated. make[4]: *** [../scripts/Makefile.build:485: net/core] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [../scripts/Makefile.build:485: net] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/home/nipa/net-next/wt-0/Makefile:1925: .] Error 2 make[1]: *** [/home/nipa/net-next/wt-0/Makefile:224: __sub-make] Error 2 make: *** [Makefile:224: __sub-make] Error 2 New errors added --- /tmp/tmp.8qdf7R1Lq9 2024-08-23 20:59:16.657231355 -0700 +++ /tmp/tmp.L5Y8Y58o8P 2024-08-23 20:59:37.762654130 -0700 @@ -8,2 +8,2 @@ -../net/core/flow_dissector.c:867:3: error: use of undeclared identifier 'encap_type' - 867 | encap_type = udp_sk(sk)->encap_type; +../net/core/flow_dissector.c:907:3: error: use of undeclared identifier 'encap_type' + 907 | encap_type = udp_sk(sk)->encap_type; @@ -11,2 +11,2 @@ -../net/core/flow_dissector.c:905:3: error: use of undeclared identifier 'encap_type' - 905 | encap_type = udp_sk(sk)->encap_type; +../net/core/flow_dissector.c:945:3: error: use of undeclared identifier 'encap_type' + 945 | encap_type = udp_sk(sk)->encap_type; @@ -14,2 +14,2 @@ -../net/core/flow_dissector.c:919:10: error: use of undeclared identifier 'encap_type'; did you mean 'nla_type'? - 919 | switch (encap_type) { +../net/core/flow_dissector.c:959:10: error: use of undeclared identifier 'encap_type'; did you mean 'nla_type'? + 959 | switch (encap_type) { @@ -23,0 +24,7 @@ +../net/ceph/osdmap.c:1441:10: warning: result of comparison of constant 4611686018427387891 with expression of type 'u32' (aka 'unsigned int') is always false [-Wtautological-constant-out-of-range-compare] + 1441 | if (len > (SIZE_MAX - sizeof(*pg)) / sizeof(u32)) + | ~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +../net/ceph/osdmap.c:1624:10: warning: result of comparison of constant 2305843009213693945 with expression of type 'u32' (aka 'unsigned int') is always false [-Wtautological-constant-out-of-range-compare] + 1624 | if (len > (SIZE_MAX - sizeof(*pg)) / (2 * sizeof(u32))) + | ~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +2 warnings generated. @@ -26,0 +34 @@ +make[3]: *** Waiting for unfinished jobs.... Per-file breakdown --- /tmp/tmp.nffX19HMxV 2024-08-23 20:59:37.771654311 -0700 +++ /tmp/tmp.55AFJsHZuM 2024-08-23 20:59:37.773654351 -0700 @@ -0,0 +1 @@ + 2 ../net/ceph/osdmap.c