Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../arch/x86/boot/version.c:18:12: warning: symbol 'kernel_version' was not declared. Should it be static? Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../net/core/scm.c: In function ‘put_cmsg’: ../net/core/scm.c:276:17: error: implicit declaration of function ‘scoped_user_write_access_size’ [-Wimplicit-function-declaration] 276 | scoped_user_write_access_size(cm, cmlen, efault) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../net/core/scm.c:276:58: error: ‘efault’ undeclared (first use in this function) 276 | scoped_user_write_access_size(cm, cmlen, efault) { | ^~~~~~ ../net/core/scm.c:276:58: note: each undeclared identifier is reported only once for each function it appears in ../net/core/scm.c:276:65: error: expected ‘;’ before ‘{’ token 276 | scoped_user_write_access_size(cm, cmlen, efault) { | ^~ | ; ../net/core/scm.c:300:1: warning: label ‘efault’ defined but not used [-Wunused-label] 300 | efault: | ^~~~~~ make[5]: *** [../scripts/Makefile.build:287: net/core/scm.o] Error 1 make[4]: *** [../scripts/Makefile.build:556: net/core] Error 2 make[3]: *** [../scripts/Makefile.build:556: net] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/home/nipa/net-next/wt-0/Makefile:2010: .] Error 2 make[1]: *** [/home/nipa/net-next/wt-0/Makefile:248: __sub-make] Error 2 make: *** [Makefile:248: __sub-make] Error 2 New errors added --- /tmp/tmp.6M0OGMqmII 2025-11-17 09:39:55.691225095 -0800 +++ /tmp/tmp.wiChDWY2xt 2025-11-17 09:40:11.145337951 -0800 @@ -1,0 +2,22 @@ +../net/core/scm.c: In function ‘put_cmsg’: +../net/core/scm.c:276:17: error: implicit declaration of function ‘scoped_user_write_access_size’ [-Wimplicit-function-declaration] + 276 | scoped_user_write_access_size(cm, cmlen, efault) { + | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +../net/core/scm.c:276:58: error: ‘efault’ undeclared (first use in this function) + 276 | scoped_user_write_access_size(cm, cmlen, efault) { + | ^~~~~~ +../net/core/scm.c:276:58: note: each undeclared identifier is reported only once for each function it appears in +../net/core/scm.c:276:65: error: expected ‘;’ before ‘{’ token + 276 | scoped_user_write_access_size(cm, cmlen, efault) { + | ^~ + | ; +../net/core/scm.c:300:1: warning: label ‘efault’ defined but not used [-Wunused-label] + 300 | efault: + | ^~~~~~ +make[5]: *** [../scripts/Makefile.build:287: net/core/scm.o] Error 1 +make[4]: *** [../scripts/Makefile.build:556: net/core] Error 2 +make[3]: *** [../scripts/Makefile.build:556: net] Error 2 +make[3]: *** Waiting for unfinished jobs.... +make[2]: *** [/home/nipa/net-next/wt-0/Makefile:2010: .] Error 2 +make[1]: *** [/home/nipa/net-next/wt-0/Makefile:248: __sub-make] Error 2 +make: *** [Makefile:248: __sub-make] Error 2 Per-file breakdown --- /tmp/tmp.xm9nrjwlE2 2025-11-17 09:40:11.151315733 -0800 +++ /tmp/tmp.gjnuGrupeQ 2025-11-17 09:40:11.155315692 -0800 @@ -0,0 +1 @@ + 4 ../net/core/scm.c