.pylintrc: warning: ignored by one of the .gitignore files ../net/smc/af_smc.c:365:3: error: call to undeclared function 'inet_sock_destruct'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 365 | inet_sock_destruct(sk); | ^ ../net/smc/af_smc.c:365:3: note: did you mean 'inet6_sock_destruct'? ../include/net/ipv6.h:1209:6: note: 'inet6_sock_destruct' declared here 1209 | void inet6_sock_destruct(struct sock *sk); | ^ 1 error generated. make[5]: *** [../scripts/Makefile.build:287: net/smc/af_smc.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [../scripts/Makefile.build:554: net/smc] Error 2 make[3]: *** [../scripts/Makefile.build:554: net] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/home/nipa/net/wt-0/Makefile:2003: .] Error 2 make[1]: *** [/home/nipa/net/wt-0/Makefile:248: __sub-make] Error 2 make: *** [Makefile:248: __sub-make] Error 2 .pylintrc: warning: ignored by one of the .gitignore files .pylintrc: warning: ignored by one of the .gitignore files ../net/smc/af_smc.c:365:3: error: call to undeclared function 'inet_sock_destruct'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 365 | inet_sock_destruct(sk); | ^ ../net/smc/af_smc.c:365:3: note: did you mean 'inet6_sock_destruct'? ../include/net/ipv6.h:1209:6: note: 'inet6_sock_destruct' declared here 1209 | void inet6_sock_destruct(struct sock *sk); | ^ 1 error generated. make[5]: *** [../scripts/Makefile.build:287: net/smc/af_smc.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [../scripts/Makefile.build:554: net/smc] Error 2 make[3]: *** [../scripts/Makefile.build:554: net] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/home/nipa/net/wt-0/Makefile:2003: .] Error 2 make[1]: *** [/home/nipa/net/wt-0/Makefile:248: __sub-make] Error 2 make: *** [Makefile:248: __sub-make] Error 2 New errors added --- /tmp/tmp.EVuD3In8qC 2025-07-08 15:52:16.683654425 -0700 +++ /tmp/tmp.ZAdGKCocAq 2025-07-08 15:53:59.400067444 -0700 @@ -1,0 +2,16 @@ +../net/smc/af_smc.c:365:3: error: call to undeclared function 'inet_sock_destruct'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] + 365 | inet_sock_destruct(sk); + | ^ +../net/smc/af_smc.c:365:3: note: did you mean 'inet6_sock_destruct'? +../include/net/ipv6.h:1209:6: note: 'inet6_sock_destruct' declared here + 1209 | void inet6_sock_destruct(struct sock *sk); + | ^ +1 error generated. +make[5]: *** [../scripts/Makefile.build:287: net/smc/af_smc.o] Error 1 +make[5]: *** Waiting for unfinished jobs.... +make[4]: *** [../scripts/Makefile.build:554: net/smc] Error 2 +make[3]: *** [../scripts/Makefile.build:554: net] Error 2 +make[3]: *** Waiting for unfinished jobs.... +make[2]: *** [/home/nipa/net/wt-0/Makefile:2003: .] Error 2 +make[1]: *** [/home/nipa/net/wt-0/Makefile:248: __sub-make] Error 2 +make: *** [Makefile:248: __sub-make] Error 2 Per-file breakdown --- /tmp/tmp.UYqHQZUbUS 2025-07-08 15:53:59.407067404 -0700 +++ /tmp/tmp.lIrwEQr8pV 2025-07-08 15:53:59.411067382 -0700 @@ -0,0 +1 @@ + 1 ../net/smc/af_smc.c