.pylintrc: warning: ignored by one of the .gitignore files ../net/smc/smc_ism.c:531:22: error: use of undeclared identifier 'smc_ism_client'; did you mean 'smc_dibs_client'? 531 | ism_set_priv(ism, &smc_ism_client, smcd); | ^~~~~~~~~~~~~~ | smc_dibs_client ../net/smc/smc_ism.c:50:27: note: 'smc_dibs_client' declared here 50 | static struct dibs_client smc_dibs_client = { | ^ ../net/smc/smc_ism.c:536:18: error: use of undeclared identifier 'smc_ism_client'; did you mean 'smc_dibs_client'? 536 | smcd->client = &smc_ism_client; | ^~~~~~~~~~~~~~ | smc_dibs_client ../net/smc/smc_ism.c:50:27: note: 'smc_dibs_client' declared here 50 | static struct dibs_client smc_dibs_client = { | ^ 2 errors generated. make[5]: *** [../scripts/Makefile.build:287: net/smc/smc_ism.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [../scripts/Makefile.build:555: net/smc] Error 2 make[3]: *** [../scripts/Makefile.build:555: net] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/home/nipa/net-next/wt-1/Makefile:2004: .] Error 2 make[1]: *** [/home/nipa/net-next/wt-1/Makefile:248: __sub-make] Error 2 make: *** [Makefile:248: __sub-make] Error 2 .pylintrc: warning: ignored by one of the .gitignore files .pylintrc: warning: ignored by one of the .gitignore files ../net/smc/smc_ism.c:531:22: error: use of undeclared identifier 'smc_ism_client'; did you mean 'smc_dibs_client'? 531 | ism_set_priv(ism, &smc_ism_client, smcd); | ^~~~~~~~~~~~~~ | smc_dibs_client ../net/smc/smc_ism.c:50:27: note: 'smc_dibs_client' declared here 50 | static struct dibs_client smc_dibs_client = { | ^ ../net/smc/smc_ism.c:536:18: error: use of undeclared identifier 'smc_ism_client'; did you mean 'smc_dibs_client'? 536 | smcd->client = &smc_ism_client; | ^~~~~~~~~~~~~~ | smc_dibs_client ../net/smc/smc_ism.c:50:27: note: 'smc_dibs_client' declared here 50 | static struct dibs_client smc_dibs_client = { | ^ 2 errors generated. make[5]: *** [../scripts/Makefile.build:287: net/smc/smc_ism.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [../scripts/Makefile.build:555: net/smc] Error 2 make[3]: *** [../scripts/Makefile.build:555: net] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/home/nipa/net-next/wt-1/Makefile:2004: .] 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.qEbbwYvXfs 2025-08-06 10:49:57.563457394 -0700 +++ /tmp/tmp.0YvxcCMdUI 2025-08-06 10:53:36.020069952 -0700 @@ -1,0 +2,23 @@ +../net/smc/smc_ism.c:531:22: error: use of undeclared identifier 'smc_ism_client'; did you mean 'smc_dibs_client'? + 531 | ism_set_priv(ism, &smc_ism_client, smcd); + | ^~~~~~~~~~~~~~ + | smc_dibs_client +../net/smc/smc_ism.c:50:27: note: 'smc_dibs_client' declared here + 50 | static struct dibs_client smc_dibs_client = { + | ^ +../net/smc/smc_ism.c:536:18: error: use of undeclared identifier 'smc_ism_client'; did you mean 'smc_dibs_client'? + 536 | smcd->client = &smc_ism_client; + | ^~~~~~~~~~~~~~ + | smc_dibs_client +../net/smc/smc_ism.c:50:27: note: 'smc_dibs_client' declared here + 50 | static struct dibs_client smc_dibs_client = { + | ^ +2 errors generated. +make[5]: *** [../scripts/Makefile.build:287: net/smc/smc_ism.o] Error 1 +make[5]: *** Waiting for unfinished jobs.... +make[4]: *** [../scripts/Makefile.build:555: net/smc] Error 2 +make[3]: *** [../scripts/Makefile.build:555: net] Error 2 +make[3]: *** Waiting for unfinished jobs.... +make[2]: *** [/home/nipa/net-next/wt-1/Makefile:2004: .] 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.u0KZtnfPcl 2025-08-06 10:53:36.028069938 -0700 +++ /tmp/tmp.BmRfvTwOBj 2025-08-06 10:53:36.032069931 -0700 @@ -0,0 +1 @@ + 2 ../net/smc/smc_ism.c