WARNING: unmet direct dependencies detected for GET_FREE_REGION Depends on [n]: SPARSEMEM [=n] Selected by [m]: - RESOURCE_KUNIT_TEST [=m] && RUNTIME_TESTING_MENU [=y] && KUNIT [=m] WARNING: unmet direct dependencies detected for GET_FREE_REGION Depends on [n]: SPARSEMEM [=n] Selected by [m]: - RESOURCE_KUNIT_TEST [=m] && RUNTIME_TESTING_MENU [=y] && KUNIT [=m] WARNING: unmet direct dependencies detected for GET_FREE_REGION Depends on [n]: SPARSEMEM [=n] Selected by [m]: - RESOURCE_KUNIT_TEST [=m] && RUNTIME_TESTING_MENU [=y] && KUNIT [=m] 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 WARNING: unmet direct dependencies detected for GET_FREE_REGION Depends on [n]: SPARSEMEM [=n] Selected by [m]: - RESOURCE_KUNIT_TEST [=m] && RUNTIME_TESTING_MENU [=y] && KUNIT [=m] WARNING: unmet direct dependencies detected for GET_FREE_REGION Depends on [n]: SPARSEMEM [=n] Selected by [m]: - RESOURCE_KUNIT_TEST [=m] && RUNTIME_TESTING_MENU [=y] && KUNIT [=m] WARNING: unmet direct dependencies detected for GET_FREE_REGION Depends on [n]: SPARSEMEM [=n] Selected by [m]: - RESOURCE_KUNIT_TEST [=m] && RUNTIME_TESTING_MENU [=y] && KUNIT [=m] 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/ipv6/seg6_iptunnel.c: In function ‘seg6_do_srh_encap’: ../net/ipv6/seg6_iptunnel.c:138:16: error: implicit declaration of function ‘__seg6_do_srh_encap’; did you mean ‘seg6_do_srh_encap’? [-Wimplicit-function-declaration] 138 | return __seg6_do_srh_encap(skb, osrh, proto, NULL); | ^~~~~~~~~~~~~~~~~~~ | seg6_do_srh_encap ../net/ipv6/seg6_iptunnel.c: At top level: ../net/ipv6/seg6_iptunnel.c:142:12: error: static declaration of ‘__seg6_do_srh_encap’ follows non-static declaration 142 | static int __seg6_do_srh_encap(struct sk_buff *skb, struct ipv6_sr_hdr *osrh, | ^~~~~~~~~~~~~~~~~~~ ../net/ipv6/seg6_iptunnel.c:138:16: note: previous implicit declaration of ‘__seg6_do_srh_encap’ with type ‘int()’ 138 | return __seg6_do_srh_encap(skb, osrh, proto, NULL); | ^~~~~~~~~~~~~~~~~~~ ../net/ipv6/seg6_iptunnel.c: In function ‘seg6_do_srh_inline’: ../net/ipv6/seg6_iptunnel.c:336:16: error: implicit declaration of function ‘__seg6_do_srh_inline’; did you mean ‘seg6_do_srh_inline’? [-Wimplicit-function-declaration] 336 | return __seg6_do_srh_inline(skb, osrh, NULL); | ^~~~~~~~~~~~~~~~~~~~ | seg6_do_srh_inline ../net/ipv6/seg6_iptunnel.c: At top level: ../net/ipv6/seg6_iptunnel.c:340:12: error: static declaration of ‘__seg6_do_srh_inline’ follows non-static declaration 340 | static int __seg6_do_srh_inline(struct sk_buff *skb, struct ipv6_sr_hdr *osrh, | ^~~~~~~~~~~~~~~~~~~~ ../net/ipv6/seg6_iptunnel.c:336:16: note: previous implicit declaration of ‘__seg6_do_srh_inline’ with type ‘int()’ 336 | return __seg6_do_srh_inline(skb, osrh, NULL); | ^~~~~~~~~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:229: net/ipv6/seg6_iptunnel.o] Error 1 make[4]: *** [../scripts/Makefile.build:478: net/ipv6] Error 2 make[3]: *** [../scripts/Makefile.build:478: net] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/home/nipa/net-next/wt-0/Makefile:1936: .] 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.D5PldnEMDi 2024-10-30 10:31:11.565482462 -0700 +++ /tmp/tmp.NQvXUtI2N5 2024-10-30 10:31:24.808378746 -0700 @@ -13,0 +14,31 @@ +../net/ipv6/seg6_iptunnel.c: In function ‘seg6_do_srh_encap’: +../net/ipv6/seg6_iptunnel.c:138:16: error: implicit declaration of function ‘__seg6_do_srh_encap’; did you mean ‘seg6_do_srh_encap’? [-Wimplicit-function-declaration] + 138 | return __seg6_do_srh_encap(skb, osrh, proto, NULL); + | ^~~~~~~~~~~~~~~~~~~ + | seg6_do_srh_encap +../net/ipv6/seg6_iptunnel.c: At top level: +../net/ipv6/seg6_iptunnel.c:142:12: error: static declaration of ‘__seg6_do_srh_encap’ follows non-static declaration + 142 | static int __seg6_do_srh_encap(struct sk_buff *skb, struct ipv6_sr_hdr *osrh, + | ^~~~~~~~~~~~~~~~~~~ +../net/ipv6/seg6_iptunnel.c:138:16: note: previous implicit declaration of ‘__seg6_do_srh_encap’ with type ‘int()’ + 138 | return __seg6_do_srh_encap(skb, osrh, proto, NULL); + | ^~~~~~~~~~~~~~~~~~~ +../net/ipv6/seg6_iptunnel.c: In function ‘seg6_do_srh_inline’: +../net/ipv6/seg6_iptunnel.c:336:16: error: implicit declaration of function ‘__seg6_do_srh_inline’; did you mean ‘seg6_do_srh_inline’? [-Wimplicit-function-declaration] + 336 | return __seg6_do_srh_inline(skb, osrh, NULL); + | ^~~~~~~~~~~~~~~~~~~~ + | seg6_do_srh_inline +../net/ipv6/seg6_iptunnel.c: At top level: +../net/ipv6/seg6_iptunnel.c:340:12: error: static declaration of ‘__seg6_do_srh_inline’ follows non-static declaration + 340 | static int __seg6_do_srh_inline(struct sk_buff *skb, struct ipv6_sr_hdr *osrh, + | ^~~~~~~~~~~~~~~~~~~~ +../net/ipv6/seg6_iptunnel.c:336:16: note: previous implicit declaration of ‘__seg6_do_srh_inline’ with type ‘int()’ + 336 | return __seg6_do_srh_inline(skb, osrh, NULL); + | ^~~~~~~~~~~~~~~~~~~~ +make[5]: *** [../scripts/Makefile.build:229: net/ipv6/seg6_iptunnel.o] Error 1 +make[4]: *** [../scripts/Makefile.build:478: net/ipv6] Error 2 +make[3]: *** [../scripts/Makefile.build:478: net] Error 2 +make[3]: *** Waiting for unfinished jobs.... +make[2]: *** [/home/nipa/net-next/wt-0/Makefile:1936: .] Error 2 +make[1]: *** [/home/nipa/net-next/wt-0/Makefile:224: __sub-make] Error 2 +make: *** [Makefile:224: __sub-make] Error 2 Per-file breakdown --- /tmp/tmp.7xg8bP0wuJ 2024-10-30 10:31:24.814378699 -0700 +++ /tmp/tmp.uoJulDl43P 2024-10-30 10:31:24.818378667 -0700 @@ -0,0 +1 @@ + 4 ../net/ipv6/seg6_iptunnel.c