.pylintrc: warning: ignored by one of the .gitignore files ../drivers/net/dsa/b53/b53_common.c: In function ‘b53_get_tag_protocol’: ../drivers/net/dsa/b53/b53_common.c:2267:37: error: ‘DSA_TAG_PROTO_BRCM_LEGACY_FCS’ undeclared (first use in this function); did you mean ‘DSA_TAG_PROTO_BRCM_LEGACY’? 2267 | dev->tag_protocol = DSA_TAG_PROTO_BRCM_LEGACY_FCS; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | DSA_TAG_PROTO_BRCM_LEGACY ../drivers/net/dsa/b53/b53_common.c:2267:37: note: each undeclared identifier is reported only once for each function it appears in make[7]: *** [../scripts/Makefile.build:203: drivers/net/dsa/b53/b53_common.o] Error 1 make[6]: *** [../scripts/Makefile.build:461: drivers/net/dsa/b53] Error 2 make[5]: *** [../scripts/Makefile.build:461: drivers/net/dsa] Error 2 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [../scripts/Makefile.build:461: drivers/net] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [../scripts/Makefile.build:461: drivers] Error 2 make[2]: *** [/home/nipa/net-next/wt-0/Makefile:2008: .] Error 2 make[1]: *** [/home/nipa/net-next/wt-0/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:1115:32: warning: incorrect type in argument 1 (different address spaces) ../kernel/sys.c:1115:32: expected struct task_struct *p1 ../kernel/sys.c:1115:32: got struct task_struct [noderef] __rcu *real_parent ../kernel/sys.c:1865: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 ../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" ../arch/x86/boot/version.c:18:12: warning: symbol 'kernel_version' was not declared. Should it be static? .pylintrc: warning: ignored by one of the .gitignore files ../drivers/base/firmware_loader/main.c:229:9: warning: context imbalance in 'free_fw_priv' - wrong count at exit ../kernel/sys.c:1115:32: warning: incorrect type in argument 1 (different address spaces) ../kernel/sys.c:1115:32: expected struct task_struct *p1 ../kernel/sys.c:1115:32: got struct task_struct [noderef] __rcu *real_parent ../kernel/sys.c:1865:33: warning: context imbalance in 'getrusage' - different lock contexts for basic block ../drivers/net/dsa/b53/b53_common.c: In function ‘b53_get_tag_protocol’: ../drivers/net/dsa/b53/b53_common.c:2267:37: error: ‘DSA_TAG_PROTO_BRCM_LEGACY_FCS’ undeclared (first use in this function); did you mean ‘DSA_TAG_PROTO_BRCM_LEGACY’? 2267 | dev->tag_protocol = DSA_TAG_PROTO_BRCM_LEGACY_FCS; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | DSA_TAG_PROTO_BRCM_LEGACY ../drivers/net/dsa/b53/b53_common.c:2267:37: note: each undeclared identifier is reported only once for each function it appears in make[7]: *** [../scripts/Makefile.build:203: drivers/net/dsa/b53/b53_common.o] Error 1 make[6]: *** [../scripts/Makefile.build:461: drivers/net/dsa/b53] Error 2 make[5]: *** [../scripts/Makefile.build:461: drivers/net/dsa] Error 2 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [../scripts/Makefile.build:461: drivers/net] Error 2 make[4]: *** 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[3]: *** [../scripts/Makefile.build:461: drivers] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/home/nipa/net-next/wt-0/Makefile:2008: .] 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.A7gug9Fpkm 2025-05-30 09:17:00.944458489 -0700 +++ /tmp/tmp.LIJLcXTlUt 2025-05-30 09:17:25.115552621 -0700 @@ -1,0 +2 @@ +../drivers/base/firmware_loader/main.c:229:9: warning: context imbalance in 'free_fw_priv' - wrong count at exit @@ -6 +7,12 @@ -../drivers/base/firmware_loader/main.c:229:9: warning: context imbalance in 'free_fw_priv' - wrong count at exit +../drivers/net/dsa/b53/b53_common.c: In function ‘b53_get_tag_protocol’: +../drivers/net/dsa/b53/b53_common.c:2267:37: error: ‘DSA_TAG_PROTO_BRCM_LEGACY_FCS’ undeclared (first use in this function); did you mean ‘DSA_TAG_PROTO_BRCM_LEGACY’? + 2267 | dev->tag_protocol = DSA_TAG_PROTO_BRCM_LEGACY_FCS; + | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + | DSA_TAG_PROTO_BRCM_LEGACY +../drivers/net/dsa/b53/b53_common.c:2267:37: note: each undeclared identifier is reported only once for each function it appears in +make[7]: *** [../scripts/Makefile.build:203: drivers/net/dsa/b53/b53_common.o] Error 1 +make[6]: *** [../scripts/Makefile.build:461: drivers/net/dsa/b53] Error 2 +make[5]: *** [../scripts/Makefile.build:461: drivers/net/dsa] Error 2 +make[5]: *** Waiting for unfinished jobs.... +make[4]: *** [../scripts/Makefile.build:461: drivers/net] Error 2 +make[4]: *** Waiting for unfinished jobs.... @@ -8,0 +21,5 @@ +make[3]: *** [../scripts/Makefile.build:461: drivers] Error 2 +make[3]: *** Waiting for unfinished jobs.... +make[2]: *** [/home/nipa/net-next/wt-0/Makefile:2008: .] 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.Hu46FJoe1y 2025-05-30 09:17:25.121250189 -0700 +++ /tmp/tmp.01MsP9CCzN 2025-05-30 09:17:25.124250163 -0700 @@ -2,0 +3 @@ + 1 ../drivers/net/dsa/b53/b53_common.c