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 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.... ../lib/strncpy_from_user.c: In function ‘strncpy_from_user’: ../lib/strncpy_from_user.c:129:23: error: implicit declaration of function ‘masked_user_read_access_begin’; did you mean ‘masked_user_access_begin’? [-Wimplicit-function-declaration] 129 | src = masked_user_read_access_begin(src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | masked_user_access_begin ../lib/strncpy_from_user.c:129:21: error: assignment to ‘const char *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion] 129 | src = masked_user_read_access_begin(src); | ^ make[4]: *** [../scripts/Makefile.build:287: lib/strncpy_from_user.o] Error 1 make[4]: *** Waiting for unfinished jobs.... ../lib/strnlen_user.c: In function ‘strnlen_user’: ../lib/strnlen_user.c:102:23: error: implicit declaration of function ‘masked_user_read_access_begin’; did you mean ‘masked_user_access_begin’? [-Wimplicit-function-declaration] 102 | str = masked_user_read_access_begin(str); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | masked_user_access_begin ../lib/strnlen_user.c:102:21: error: assignment to ‘const char *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion] 102 | str = masked_user_read_access_begin(str); | ^ make[4]: *** [../scripts/Makefile.build:287: lib/strnlen_user.o] Error 1 make[3]: *** [../scripts/Makefile.build:556: lib] Error 2 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.ukAFRzxVUa 2025-11-17 09:13:26.270691082 -0800 +++ /tmp/tmp.j7LGGz2sWe 2025-11-17 09:13:38.906524690 -0800 @@ -20,0 +21,20 @@ +../lib/strncpy_from_user.c: In function ‘strncpy_from_user’: +../lib/strncpy_from_user.c:129:23: error: implicit declaration of function ‘masked_user_read_access_begin’; did you mean ‘masked_user_access_begin’? [-Wimplicit-function-declaration] + 129 | src = masked_user_read_access_begin(src); + | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + | masked_user_access_begin +../lib/strncpy_from_user.c:129:21: error: assignment to ‘const char *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion] + 129 | src = masked_user_read_access_begin(src); + | ^ +make[4]: *** [../scripts/Makefile.build:287: lib/strncpy_from_user.o] Error 1 +make[4]: *** Waiting for unfinished jobs.... +../lib/strnlen_user.c: In function ‘strnlen_user’: +../lib/strnlen_user.c:102:23: error: implicit declaration of function ‘masked_user_read_access_begin’; did you mean ‘masked_user_access_begin’? [-Wimplicit-function-declaration] + 102 | str = masked_user_read_access_begin(str); + | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + | masked_user_access_begin +../lib/strnlen_user.c:102:21: error: assignment to ‘const char *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion] + 102 | str = masked_user_read_access_begin(str); + | ^ +make[4]: *** [../scripts/Makefile.build:287: lib/strnlen_user.o] Error 1 +make[3]: *** [../scripts/Makefile.build:556: lib] Error 2 Per-file breakdown --- /tmp/tmp.ylgidaR7Xu 2025-11-17 09:13:38.912789965 -0800 +++ /tmp/tmp.ZjBeByPYO5 2025-11-17 09:13:38.914789945 -0800 @@ -0,0 +1,2 @@ + 2 ../lib/strncpy_from_user.c + 2 ../lib/strnlen_user.c