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.U4hZ0f6QFB and /tmp/tmp.aH3L1488Pz Tree base: a45bbc66744b ("psp: Support for transmit on logical device when the underlying transport device supports PSP.") Now at: 7b9e8fb81d37 ("selftests: drv-net: psp: add test for VLAN sub-interface") ====== Checking before the patch ====== ************* Module psp tools/testing/selftests/drivers/net/psp.py:519:13: R1718: Consider using a set comprehension (consider-using-set-comprehension) tools/testing/selftests/drivers/net/psp.py:521:4: W0212: Access to a protected member _ns of a client class (protected-access) tools/testing/selftests/drivers/net/psp.py:523:12: R1718: Consider using a set comprehension (consider-using-set-comprehension) ------------------------------------------------------------------ Your code has been rated at 9.92/10 (previous run: 9.92/10, +0.00) ====== Checking the tree with the patch ====== ************* Module psp tools/testing/selftests/drivers/net/psp.py:611:0: C0301: Line too long (115/100) (line-too-long) tools/testing/selftests/drivers/net/psp.py:519:13: R1718: Consider using a set comprehension (consider-using-set-comprehension) tools/testing/selftests/drivers/net/psp.py:521:4: W0212: Access to a protected member _ns of a client class (protected-access) tools/testing/selftests/drivers/net/psp.py:523:12: R1718: Consider using a set comprehension (consider-using-set-comprehension) tools/testing/selftests/drivers/net/psp.py:571:0: R0914: Too many local variables (24/15) (too-many-locals) tools/testing/selftests/drivers/net/psp.py:678:15: W0718: Catching too general exception Exception (broad-exception-caught) tools/testing/selftests/drivers/net/psp.py:682:15: W0718: Catching too general exception Exception (broad-exception-caught) tools/testing/selftests/drivers/net/psp.py:571:0: R0915: Too many statements (65/50) (too-many-statements) tools/testing/selftests/drivers/net/psp.py:621:8: W0612: Unused variable 'remote_vlan_ifindex' (unused-variable) ------------------------------------------------------------------ Your code has been rated at 9.79/10 (previous run: 9.92/10, -0.13)