.pylintrc: warning: ignored by one of the .gitignore files ../net/atm/mpc.c: In function ‘find_lec_by_itfnum’: ../net/atm/mpc.c:278:40: error: ‘lec_netdev_ops’ undeclared (first use in this function); did you mean ‘alloc_netdev_mqs’? 278 | if (!dev || dev->netdev_ops != lec_netdev_ops) | ^~~~~~~~~~~~~~ | alloc_netdev_mqs ../net/atm/mpc.c:278:40: note: each undeclared identifier is reported only once for each function it appears in ../net/atm/mpc.c: In function ‘mpoa_event_listener’: ../net/atm/mpc.c:1012:32: error: ‘lec_netdev_ops’ undeclared (first use in this function); did you mean ‘alloc_netdev_mqs’? 1012 | if (dev->netdev_ops != lec_netdev_ops) | ^~~~~~~~~~~~~~ | alloc_netdev_mqs make[5]: *** [../scripts/Makefile.build:287: net/atm/mpc.o] Error 1 make[4]: *** [../scripts/Makefile.build:554: net/atm] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [../scripts/Makefile.build:554: net] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/home/nipa/net/wt-0/Makefile:2003: .] Error 2 make[1]: *** [/home/nipa/net/wt-0/Makefile:248: __sub-make] Error 2 make: *** [Makefile:248: __sub-make] Error 2 .pylintrc: warning: ignored by one of the .gitignore files ../net/atm/mpc.c:123:20: warning: symbol 'mpcs' was not declared. Should it be static? ../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 ../net/atm/mpc.c: In function ‘find_lec_by_itfnum’: ../net/atm/mpc.c:278:40: error: ‘lec_netdev_ops’ undeclared (first use in this function); did you mean ‘alloc_netdev_mqs’? 278 | if (!dev || dev->netdev_ops != lec_netdev_ops) | ^~~~~~~~~~~~~~ | alloc_netdev_mqs ../net/atm/mpc.c:278:40: note: each undeclared identifier is reported only once for each function it appears in ../net/atm/mpc.c: In function ‘mpoa_event_listener’: ../net/atm/mpc.c:1012:32: error: ‘lec_netdev_ops’ undeclared (first use in this function); did you mean ‘alloc_netdev_mqs’? 1012 | if (dev->netdev_ops != lec_netdev_ops) | ^~~~~~~~~~~~~~ | alloc_netdev_mqs make[5]: *** [../scripts/Makefile.build:287: net/atm/mpc.o] Error 1 make[4]: *** [../scripts/Makefile.build:554: net/atm] Error 2 make[3]: *** [../scripts/Makefile.build:554: net] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/home/nipa/net/wt-0/Makefile:2003: .] Error 2 make[1]: *** [/home/nipa/net/wt-0/Makefile:248: __sub-make] Error 2 make: *** [Makefile:248: __sub-make] Error 2 New errors added --- /tmp/tmp.eiuwtpjvda 2025-07-02 19:47:43.329543037 -0700 +++ /tmp/tmp.DJqFmqGGyn 2025-07-02 19:48:00.315507534 -0700 @@ -2 +2,18 @@ -../net/atm/mpc.c:123:20: warning: symbol 'mpcs' was not declared. Should it be static? +../net/atm/mpc.c: In function ‘find_lec_by_itfnum’: +../net/atm/mpc.c:278:40: error: ‘lec_netdev_ops’ undeclared (first use in this function); did you mean ‘alloc_netdev_mqs’? + 278 | if (!dev || dev->netdev_ops != lec_netdev_ops) + | ^~~~~~~~~~~~~~ + | alloc_netdev_mqs +../net/atm/mpc.c:278:40: note: each undeclared identifier is reported only once for each function it appears in +../net/atm/mpc.c: In function ‘mpoa_event_listener’: +../net/atm/mpc.c:1012:32: error: ‘lec_netdev_ops’ undeclared (first use in this function); did you mean ‘alloc_netdev_mqs’? + 1012 | if (dev->netdev_ops != lec_netdev_ops) + | ^~~~~~~~~~~~~~ + | alloc_netdev_mqs +make[5]: *** [../scripts/Makefile.build:287: net/atm/mpc.o] Error 1 +make[4]: *** [../scripts/Makefile.build:554: net/atm] Error 2 +make[3]: *** [../scripts/Makefile.build:554: net] Error 2 +make[3]: *** Waiting for unfinished jobs.... +make[2]: *** [/home/nipa/net/wt-0/Makefile:2003: .] Error 2 +make[1]: *** [/home/nipa/net/wt-0/Makefile:248: __sub-make] Error 2 +make: *** [Makefile:248: __sub-make] Error 2 Per-file breakdown --- /tmp/tmp.JaAgkpFzyp 2025-07-02 19:48:00.322461653 -0700 +++ /tmp/tmp.46mGHgVz25 2025-07-02 19:48:00.324461640 -0700 @@ -1 +1 @@ - 1 ../net/atm/mpc.c + 2 ../net/atm/mpc.c