pylint 3.3.9 astroid 3.3.8 Python 3.14.2 (main, Dec 5 2025, 00:00:00) [GCC 15.2.1 20251111 (Red Hat 15.2.1-4)] Redirect to /tmp/tmp.YLVmY3HGGv and /tmp/tmp.Y4iCMJAuFw Tree base: 1cc0fd1886d4 ("selftests/net: add no NDP bcast/null poison test") Now at: 230923c86683 ("selftests/net: use scapy for no_bcastnull_poison") ====== Checking before the patch ====== ====== Checking the tree with the patch ====== ************* Module arp_send tools/testing/selftests/net/arp_send.py:8:0: C0301: Line too long (131/100) (line-too-long) tools/testing/selftests/net/arp_send.py:8:0: W0301: Unnecessary semicolon (unnecessary-semicolon) tools/testing/selftests/net/arp_send.py:1:0: C0114: Missing module docstring (missing-module-docstring) tools/testing/selftests/net/arp_send.py:5:0: E0401: Unable to import 'scapy.all' (import-error) tools/testing/selftests/net/arp_send.py:5:0: W0401: Wildcard import scapy.all (wildcard-import) tools/testing/selftests/net/arp_send.py:20:4: E0602: Undefined variable 'Ether' (undefined-variable) tools/testing/selftests/net/arp_send.py:21:4: E0602: Undefined variable 'ARP' (undefined-variable) tools/testing/selftests/net/arp_send.py:24:0: E0602: Undefined variable 'sendp' (undefined-variable) ----------------------------------- Your code has been rated at 0.00/10 ************* Module ndisc_send tools/testing/selftests/net/ndisc_send.py:8:0: C0301: Line too long (105/100) (line-too-long) tools/testing/selftests/net/ndisc_send.py:1:0: C0114: Missing module docstring (missing-module-docstring) tools/testing/selftests/net/ndisc_send.py:5:0: E0401: Unable to import 'scapy.all' (import-error) tools/testing/selftests/net/ndisc_send.py:5:0: W0401: Wildcard import scapy.all (wildcard-import) tools/testing/selftests/net/ndisc_send.py:23:8: E0602: Undefined variable 'Ether' (undefined-variable) tools/testing/selftests/net/ndisc_send.py:24:8: E0602: Undefined variable 'IPv6' (undefined-variable) tools/testing/selftests/net/ndisc_send.py:25:8: E0602: Undefined variable 'ICMPv6ND_NA' (undefined-variable) tools/testing/selftests/net/ndisc_send.py:26:8: E0602: Undefined variable 'ICMPv6NDOptDstLLAddr' (undefined-variable) tools/testing/selftests/net/ndisc_send.py:30:8: E0602: Undefined variable 'Ether' (undefined-variable) tools/testing/selftests/net/ndisc_send.py:31:8: E0602: Undefined variable 'IPv6' (undefined-variable) tools/testing/selftests/net/ndisc_send.py:32:8: E0602: Undefined variable 'ICMPv6ND_NS' (undefined-variable) tools/testing/selftests/net/ndisc_send.py:33:8: E0602: Undefined variable 'ICMPv6NDOptSrcLLAddr' (undefined-variable) tools/testing/selftests/net/ndisc_send.py:36:0: E0602: Undefined variable 'sendp' (undefined-variable) ----------------------------------- Your code has been rated at 0.00/10