Documentation/.renames.txt: warning: ignored by one of the .gitignore files Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../net/rds/ib.c: In function ‘rds_ib_unregister_client’: ../net/rds/ib.c:500:25: error: ‘RDS_NMBR_CP_WQS’ undeclared (first use in this function) 500 | for (i = 0; i < RDS_NMBR_CP_WQS; ++i) | ^~~~~~~~~~~~~~~ ../net/rds/ib.c:500:25: note: each undeclared identifier is reported only once for each function it appears in In file included from ../include/linux/srcu.h:21, from ../include/linux/notifier.h:16, from ../arch/x86/include/asm/uprobes.h:13, from ../include/linux/uprobes.h:66, from ../include/linux/mm_types.h:16, from ../include/linux/uio.h:9, from ../include/linux/socket.h:8, from ../include/uapi/linux/in.h:25, from ../include/linux/in.h:19, from ../net/rds/ib.c:34: ../net/rds/ib.c:501:33: error: ‘rds_cp_wqs’ undeclared (first use in this function); did you mean ‘rds_ib_wq’? 501 | flush_workqueue(rds_cp_wqs[i]); | ^~~~~~~~~~ ../include/linux/workqueue.h:778:41: note: in definition of macro ‘flush_workqueue’ 778 | struct workqueue_struct *_wq = (wq); \ | ^~ make[5]: *** [../scripts/Makefile.build:287: net/rds/ib.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [../scripts/Makefile.build:556: net/rds] 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.RQpAuYmD0q 2025-10-22 13:50:54.703698081 -0700 +++ /tmp/tmp.DC9wJqP3GE 2025-10-22 13:51:07.700532535 -0700 @@ -1,0 +2,29 @@ +../net/rds/ib.c: In function ‘rds_ib_unregister_client’: +../net/rds/ib.c:500:25: error: ‘RDS_NMBR_CP_WQS’ undeclared (first use in this function) + 500 | for (i = 0; i < RDS_NMBR_CP_WQS; ++i) + | ^~~~~~~~~~~~~~~ +../net/rds/ib.c:500:25: note: each undeclared identifier is reported only once for each function it appears in +In file included from ../include/linux/srcu.h:21, + from ../include/linux/notifier.h:16, + from ../arch/x86/include/asm/uprobes.h:13, + from ../include/linux/uprobes.h:66, + from ../include/linux/mm_types.h:16, + from ../include/linux/uio.h:9, + from ../include/linux/socket.h:8, + from ../include/uapi/linux/in.h:25, + from ../include/linux/in.h:19, + from ../net/rds/ib.c:34: +../net/rds/ib.c:501:33: error: ‘rds_cp_wqs’ undeclared (first use in this function); did you mean ‘rds_ib_wq’? + 501 | flush_workqueue(rds_cp_wqs[i]); + | ^~~~~~~~~~ +../include/linux/workqueue.h:778:41: note: in definition of macro ‘flush_workqueue’ + 778 | struct workqueue_struct *_wq = (wq); \ + | ^~ +make[5]: *** [../scripts/Makefile.build:287: net/rds/ib.o] Error 1 +make[5]: *** Waiting for unfinished jobs.... +make[4]: *** [../scripts/Makefile.build:556: net/rds] 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.rrnJnfWOL8 2025-10-22 13:51:07.707575094 -0700 +++ /tmp/tmp.nNZeNmYOhX 2025-10-22 13:51:07.710575064 -0700 @@ -0,0 +1 @@ + 2 ../net/rds/ib.c