.pylintrc: warning: ignored by one of the .gitignore files ../net/packet/af_packet.c:1099:13: warning: context imbalance in '__packet_lookup_frame_in_block' - different lock contexts for basic block ../net/packet/af_packet.c:2541:17: warning: context imbalance in 'tpacket_rcv' - unexpected unlock .pylintrc: warning: ignored by one of the .gitignore files ../net/packet/af_packet.c: In function ‘tpacket_snd’: ../net/packet/af_packet.c:2956:37: error: expected ‘;’ before ‘err’ 2956 | } while (likely(ph != NULL)) | ^ | ; 2957 | 2958 | err = len_sum; | ~~~ make[5]: *** [../scripts/Makefile.build:287: net/packet/af_packet.o] Error 1 make[4]: *** [../scripts/Makefile.build:554: net/packet] Error 2 make[3]: *** [../scripts/Makefile.build:554: net] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/home/nipa/net-next/wt-0/Makefile:2003: .] 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.ZDsfQf2C5O 2025-07-09 04:17:39.807790920 -0700 +++ /tmp/tmp.V8fwh0jwB0 2025-07-09 04:17:54.740282090 -0700 @@ -2,2 +2,15 @@ -../net/packet/af_packet.c:1099:13: warning: context imbalance in '__packet_lookup_frame_in_block' - different lock contexts for basic block -../net/packet/af_packet.c:2541:17: warning: context imbalance in 'tpacket_rcv' - unexpected unlock +../net/packet/af_packet.c: In function ‘tpacket_snd’: +../net/packet/af_packet.c:2956:37: error: expected ‘;’ before ‘err’ + 2956 | } while (likely(ph != NULL)) + | ^ + | ; + 2957 | + 2958 | err = len_sum; + | ~~~ +make[5]: *** [../scripts/Makefile.build:287: net/packet/af_packet.o] Error 1 +make[4]: *** [../scripts/Makefile.build:554: net/packet] Error 2 +make[3]: *** [../scripts/Makefile.build:554: net] Error 2 +make[3]: *** Waiting for unfinished jobs.... +make[2]: *** [/home/nipa/net-next/wt-0/Makefile:2003: .] 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.Qul8ojEY80 2025-07-09 04:17:54.746424461 -0700 +++ /tmp/tmp.N7m7N2gFfu 2025-07-09 04:17:54.748424448 -0700 @@ -1 +1 @@ - 2 ../net/packet/af_packet.c + 1 ../net/packet/af_packet.c