pylint 3.3.9 astroid 3.3.8 Python 3.14.3 (main, Feb 4 2026, 00:00:00) [GCC 15.2.1 20260123 (Red Hat 15.2.1-7)] Redirect to /tmp/tmp.AbdDeQGIRs and /tmp/tmp.OG5oOqVnZQ Tree base: 6819eb5a2839 ("psp: Support for transmit on logical device when the underlying transport device supports PSP.") Now at: ccb1af05d1ee ("selftests: drv-net: psp: add test for VLAN sub-interface") ====== Checking before the patch ====== ************* Module psp tools/testing/selftests/drivers/net/psp.py:521:13: R1718: Consider using a set comprehension (consider-using-set-comprehension) tools/testing/selftests/drivers/net/psp.py:523:4: W0212: Access to a protected member _ns of a client class (protected-access) tools/testing/selftests/drivers/net/psp.py:525:12: R1718: Consider using a set comprehension (consider-using-set-comprehension) ------------------------------------------------------------------ Your code has been rated at 9.92/10 (previous run: 9.50/10, +0.41) ====== Checking the tree with the patch ====== ************* Module psp tools/testing/selftests/drivers/net/psp.py:523:13: R1718: Consider using a set comprehension (consider-using-set-comprehension) tools/testing/selftests/drivers/net/psp.py:525:4: W0212: Access to a protected member _ns of a client class (protected-access) tools/testing/selftests/drivers/net/psp.py:527:12: R1718: Consider using a set comprehension (consider-using-set-comprehension) tools/testing/selftests/drivers/net/psp.py:590:8: W0707: Consider explicitly re-raising using 'except Exception as exc' and 'raise KsftSkipEx('VLAN (8021q) kernel module not available') from exc' (raise-missing-from) ------------------------------------------------------------------ Your code has been rated at 9.90/10 (previous run: 9.92/10, -0.02)