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 Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../net/sched/act_ife.c:652: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] 652 | index = ife->tcf_index; | ^ ../net/sched/act_ife.c:652:2: note: include the header or explicitly provide a declaration for 'index' ../net/sched/act_ife.c:652:8: error: non-object type 'char *(const char *, int)' is not assignable 652 | index = ife->tcf_index; | ~~~~~ ^ ../net/sched/act_ife.c:653:2: error: use of undeclared identifier 'refcnt' 653 | refcnt = refcount_read(&ife->tcf_refcnt) - ref; | ^ ../net/sched/act_ife.c:654:2: error: use of undeclared identifier 'bindcnt' 654 | bindcnt = atomic_read(&ife->tcf_bindcnt) - bind; | ^ 4 errors generated. make[5]: *** [../scripts/Makefile.build:287: net/sched/act_ife.o] Error 1 make[5]: *** Waiting for unfinished jobs.... ../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.AIWvBBnd7r 2025-11-06 13:34:00.936930466 -0800 +++ /tmp/tmp.nbYhCeL0rF 2025-11-06 13:34:18.129764809 -0800 @@ -1,0 +2,16 @@ +../net/sched/act_ife.c:652: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] + 652 | index = ife->tcf_index; + | ^ +../net/sched/act_ife.c:652:2: note: include the header or explicitly provide a declaration for 'index' +../net/sched/act_ife.c:652:8: error: non-object type 'char *(const char *, int)' is not assignable + 652 | index = ife->tcf_index; + | ~~~~~ ^ +../net/sched/act_ife.c:653:2: error: use of undeclared identifier 'refcnt' + 653 | refcnt = refcount_read(&ife->tcf_refcnt) - ref; + | ^ +../net/sched/act_ife.c:654:2: error: use of undeclared identifier 'bindcnt' + 654 | bindcnt = atomic_read(&ife->tcf_bindcnt) - bind; + | ^ +4 errors generated. +make[5]: *** [../scripts/Makefile.build:287: net/sched/act_ife.o] Error 1 +make[5]: *** Waiting for unfinished jobs.... Per-file breakdown --- /tmp/tmp.7obxYIVOH2 2025-11-06 13:34:18.137764732 -0800 +++ /tmp/tmp.pvS3rEJmUB 2025-11-06 13:34:18.139764712 -0800 @@ -1,0 +2 @@ + 4 ../net/sched/act_ife.c