====== Checking before the patch ====== ====== Checking the tree with the patch ====== New warnings added --- /tmp/tmp.AbdDeQGIRs 2026-02-26 14:20:04.435633715 -0500 +++ /tmp/tmp.OG5oOqVnZQ 2026-02-26 14:20:05.037632418 -0500 @@ -2,3 +2,4 @@ -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) +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) @@ -7 +8 @@ -Your code has been rated at 9.92/10 (previous run: 9.50/10, +0.41) +Your code has been rated at 9.90/10 (previous run: 9.92/10, -0.02)