.pylintrc: warning: ignored by one of the .gitignore files ../kernel/sys.c:1144:32: warning: incorrect type in argument 1 (different address spaces) ../kernel/sys.c:1144:32: expected struct task_struct *p1 ../kernel/sys.c:1144:32: got struct task_struct [noderef] __rcu *real_parent ../kernel/sys.c:1894:33: warning: context imbalance in 'getrusage' - different lock contexts for basic block ../drivers/base/firmware_loader/main.c:229:9: warning: context imbalance in 'free_fw_priv' - wrong count at exit ../net/smc/smc_ism.c: In function ‘smcd_register_dev’: ../net/smc/smc_ism.c:535:36: error: ‘smc_ism_client’ undeclared (first use in this function); did you mean ‘smc_dibs_client’? 535 | ism_set_priv(ism, &smc_ism_client, smcd); | ^~~~~~~~~~~~~~ | smc_dibs_client ../net/smc/smc_ism.c:535:36: note: each undeclared identifier is reported only once for each function it appears in make[5]: *** [../scripts/Makefile.build:287: net/smc/smc_ism.o] Error 1 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.... ../drivers/gpu/drm/amd/amdgpu/amdgpu_dev_coredump.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu_dev_coredump.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:433:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" 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 ../kernel/sys.c:1144:32: warning: incorrect type in argument 1 (different address spaces) ../kernel/sys.c:1144:32: expected struct task_struct *p1 ../kernel/sys.c:1144:32: got struct task_struct [noderef] __rcu *real_parent ../kernel/sys.c:1894:33: warning: context imbalance in 'getrusage' - different lock contexts for basic block ../drivers/base/firmware_loader/main.c:229:9: warning: context imbalance in 'free_fw_priv' - wrong count at exit ../net/smc/smc_ism.c:46:23: error: ‘smcd_handle_irq’ undeclared here (not in a function) 46 | .handle_irq = smcd_handle_irq, | ^~~~~~~~~~~~~~~ ../net/smc/smc_ism.c: In function ‘smcd_register_dev’: ../net/smc/smc_ism.c:531:36: error: ‘smc_ism_client’ undeclared (first use in this function); did you mean ‘smc_dibs_client’? 531 | ism_set_priv(ism, &smc_ism_client, smcd); | ^~~~~~~~~~~~~~ | smc_dibs_client ../net/smc/smc_ism.c:531:36: note: each undeclared identifier is reported only once for each function it appears in make[5]: *** [../scripts/Makefile.build:287: net/smc/smc_ism.o] Error 1 make[5]: *** Waiting for unfinished jobs.... ../drivers/gpu/drm/amd/amdgpu/amdgpu_dev_coredump.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu_dev_coredump.h): ../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:433:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" 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.l7qfaqLDsw 2025-08-06 11:58:18.694966360 -0700 +++ /tmp/tmp.V5IU6GruRZ 2025-08-06 11:58:43.814753952 -0700 @@ -6,0 +7,3 @@ +../net/smc/smc_ism.c:46:23: error: ‘smcd_handle_irq’ undeclared here (not in a function) + 46 | .handle_irq = smcd_handle_irq, + | ^~~~~~~~~~~~~~~ @@ -8,2 +11,2 @@ -../net/smc/smc_ism.c:535:36: error: ‘smc_ism_client’ undeclared (first use in this function); did you mean ‘smc_dibs_client’? - 535 | ism_set_priv(ism, &smc_ism_client, smcd); +../net/smc/smc_ism.c:531:36: error: ‘smc_ism_client’ undeclared (first use in this function); did you mean ‘smc_dibs_client’? + 531 | ism_set_priv(ism, &smc_ism_client, smcd); @@ -12 +15 @@ -../net/smc/smc_ism.c:535:36: note: each undeclared identifier is reported only once for each function it appears in +../net/smc/smc_ism.c:531:36: note: each undeclared identifier is reported only once for each function it appears in @@ -13,0 +17,3 @@ +make[5]: *** Waiting for unfinished jobs.... +../drivers/gpu/drm/amd/amdgpu/amdgpu_dev_coredump.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu_dev_coredump.h): +../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:433:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" @@ -17,2 +22,0 @@ -../drivers/gpu/drm/amd/amdgpu/amdgpu_dev_coredump.c: note: in included file (through ../drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu.h, ../drivers/gpu/drm/amd/amdgpu/amdgpu_dev_coredump.h): -../drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h:433:49: error: static assertion failed: "amd_sriov_msg_vf2pf_info must be 1 KB" Per-file breakdown --- /tmp/tmp.e7D0PcUzwN 2025-08-06 11:58:43.821823089 -0700 +++ /tmp/tmp.wRPaMNxGnm 2025-08-06 11:58:43.824823074 -0700 @@ -4 +4 @@ - 1 ../net/smc/smc_ism.c + 2 ../net/smc/smc_ism.c