Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../net/sched/act_connmark.c:203:2: error: call to undeclared library function 'index' with type 'char *(const char *, int)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 203 | index = ci->tcf_index; | ^ ../net/sched/act_connmark.c:203:2: note: include the header or explicitly provide a declaration for 'index' ../net/sched/act_connmark.c:203:10: error: non-object type 'char *(const char *, int)' is not assignable 203 | index = ci->tcf_index; | ~~~~~ ^ ../net/sched/act_connmark.c:204:2: error: use of undeclared identifier 'refcnt' 204 | refcnt = refcount_read(&ci->tcf_refcnt) - ref; | ^ ../net/sched/act_connmark.c:205:2: error: use of undeclared identifier 'bindcnt' 205 | bindcnt = atomic_read(&ci->tcf_bindcnt) - bind; | ^ 4 errors generated. make[5]: *** [../scripts/Makefile.build:287: net/sched/act_connmark.o] Error 1 make[4]: *** [../scripts/Makefile.build:556: net/sched] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [../scripts/Makefile.build:556: net] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/home/nipa/net-next/wt-1/Makefile:2010: .] Error 2 make[1]: *** [/home/nipa/net-next/wt-1/Makefile:248: __sub-make] Error 2 make: *** [Makefile:248: __sub-make] Error 2 Documentation/.renames.txt: warning: ignored by one of the .gitignore files Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../net/sched/act_connmark.c:203:2: error: call to undeclared library function 'index' with type 'char *(const char *, int)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 203 | index = ci->tcf_index; | ^ ../net/sched/act_connmark.c:203:2: note: include the header or explicitly provide a declaration for 'index' ../net/sched/act_connmark.c:203:10: error: non-object type 'char *(const char *, int)' is not assignable 203 | index = ci->tcf_index; | ~~~~~ ^ ../net/sched/act_connmark.c:204:2: error: use of undeclared identifier 'refcnt' 204 | refcnt = refcount_read(&ci->tcf_refcnt) - ref; | ^ ../net/sched/act_connmark.c:205:2: error: use of undeclared identifier 'bindcnt' 205 | bindcnt = atomic_read(&ci->tcf_bindcnt) - bind; | ^ 4 errors generated. make[5]: *** [../scripts/Makefile.build:287: net/sched/act_connmark.o] Error 1 make[4]: *** [../scripts/Makefile.build:556: net/sched] Error 2 make[3]: *** [../scripts/Makefile.build:556: net] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/home/nipa/net-next/wt-1/Makefile:2010: .] Error 2 make[1]: *** [/home/nipa/net-next/wt-1/Makefile:248: __sub-make] Error 2 make: *** [Makefile:248: __sub-make] Error 2 New errors added --- /tmp/tmp.JT3DYLGHtO 2025-11-06 13:31:42.928264437 -0800 +++ /tmp/tmp.Mj0T8EQplK 2025-11-06 13:33:43.432099130 -0800 @@ -1,0 +2,21 @@ +../net/sched/act_connmark.c:203:2: error: call to undeclared library function 'index' with type 'char *(const char *, int)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] + 203 | index = ci->tcf_index; + | ^ +../net/sched/act_connmark.c:203:2: note: include the header or explicitly provide a declaration for 'index' +../net/sched/act_connmark.c:203:10: error: non-object type 'char *(const char *, int)' is not assignable + 203 | index = ci->tcf_index; + | ~~~~~ ^ +../net/sched/act_connmark.c:204:2: error: use of undeclared identifier 'refcnt' + 204 | refcnt = refcount_read(&ci->tcf_refcnt) - ref; + | ^ +../net/sched/act_connmark.c:205:2: error: use of undeclared identifier 'bindcnt' + 205 | bindcnt = atomic_read(&ci->tcf_bindcnt) - bind; + | ^ +4 errors generated. +make[5]: *** [../scripts/Makefile.build:287: net/sched/act_connmark.o] Error 1 +make[4]: *** [../scripts/Makefile.build:556: net/sched] Error 2 +make[3]: *** [../scripts/Makefile.build:556: net] Error 2 +make[3]: *** Waiting for unfinished jobs.... +make[2]: *** [/home/nipa/net-next/wt-1/Makefile:2010: .] Error 2 +make[1]: *** [/home/nipa/net-next/wt-1/Makefile:248: __sub-make] Error 2 +make: *** [Makefile:248: __sub-make] Error 2 Per-file breakdown --- /tmp/tmp.682ZCpacRK 2025-11-06 13:33:43.439099063 -0800 +++ /tmp/tmp.4fwsR4BaPW 2025-11-06 13:33:43.442099034 -0800 @@ -0,0 +1 @@ + 4 ../net/sched/act_connmark.c