Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../net/core/scm.c:276:3: error: call to undeclared function 'scoped_user_write_access_size'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 276 | scoped_user_write_access_size(cm, cmlen, efault) { | ^ ../net/core/scm.c:276:51: error: expected ';' after expression 276 | scoped_user_write_access_size(cm, cmlen, efault) { | ^ | ; ../net/core/scm.c:276:44: error: use of undeclared identifier 'efault' 276 | scoped_user_write_access_size(cm, cmlen, efault) { | ^ 3 errors generated. 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 ../lib/strncpy_from_user.c:129:9: error: call to undeclared function 'masked_user_read_access_begin'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 129 | src = masked_user_read_access_begin(src); | ^ ../lib/strncpy_from_user.c:129:7: error: incompatible integer to pointer conversion assigning to 'const char *' from 'int' [-Wint-conversion] 129 | src = masked_user_read_access_begin(src); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2 errors generated. make[4]: *** [../scripts/Makefile.build:287: lib/strncpy_from_user.o] Error 1 make[4]: *** Waiting for unfinished jobs.... ../lib/strnlen_user.c:102:9: error: call to undeclared function 'masked_user_read_access_begin'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 102 | str = masked_user_read_access_begin(str); | ^ ../lib/strnlen_user.c:102:7: error: incompatible integer to pointer conversion assigning to 'const char *' from 'int' [-Wint-conversion] 102 | str = masked_user_read_access_begin(str); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2 errors generated. make[4]: *** [../scripts/Makefile.build:287: lib/strnlen_user.o] Error 1 make[3]: *** [../scripts/Makefile.build:556: lib] Error 2 make[3]: *** Waiting for unfinished jobs.... ../net/core/scm.c:276:3: error: call to undeclared function 'scoped_user_write_access_size'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 276 | scoped_user_write_access_size(cm, cmlen, efault) { | ^ ../net/core/scm.c:276:51: error: expected ';' after expression 276 | scoped_user_write_access_size(cm, cmlen, efault) { | ^ | ; ../net/core/scm.c:276:44: error: use of undeclared identifier 'efault' 276 | scoped_user_write_access_size(cm, cmlen, efault) { | ^ 3 errors generated. 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[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.skt1UXdquW 2025-11-17 09:24:48.701833364 -0800 +++ /tmp/tmp.nmWHxTpDDo 2025-11-17 09:25:25.823449780 -0800 @@ -1,0 +2,19 @@ +../lib/strncpy_from_user.c:129:9: error: call to undeclared function 'masked_user_read_access_begin'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] + 129 | src = masked_user_read_access_begin(src); + | ^ +../lib/strncpy_from_user.c:129:7: error: incompatible integer to pointer conversion assigning to 'const char *' from 'int' [-Wint-conversion] + 129 | src = masked_user_read_access_begin(src); + | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +2 errors generated. +make[4]: *** [../scripts/Makefile.build:287: lib/strncpy_from_user.o] Error 1 +make[4]: *** Waiting for unfinished jobs.... +../lib/strnlen_user.c:102:9: error: call to undeclared function 'masked_user_read_access_begin'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] + 102 | str = masked_user_read_access_begin(str); + | ^ +../lib/strnlen_user.c:102:7: error: incompatible integer to pointer conversion assigning to 'const char *' from 'int' [-Wint-conversion] + 102 | str = masked_user_read_access_begin(str); + | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +2 errors generated. +make[4]: *** [../scripts/Makefile.build:287: lib/strnlen_user.o] Error 1 +make[3]: *** [../scripts/Makefile.build:556: lib] Error 2 +make[3]: *** Waiting for unfinished jobs.... @@ -16 +34,0 @@ -make[3]: *** Waiting for unfinished jobs.... Per-file breakdown --- /tmp/tmp.sYlf6pHDVG 2025-11-17 09:25:25.848449521 -0800 +++ /tmp/tmp.wZky4zgdH5 2025-11-17 09:25:25.857956518 -0800 @@ -0,0 +1,2 @@ + 2 ../lib/strncpy_from_user.c + 2 ../lib/strnlen_user.c