====== Checking before the patch ====== ====== Checking the tree with the patch ====== New warnings added --- /tmp/tmp.U4hZ0f6QFB 2026-01-21 02:55:13.501342568 -0500 +++ /tmp/tmp.aH3L1488Pz 2026-01-21 02:55:13.979339343 -0500 @@ -1,0 +2 @@ +tools/testing/selftests/drivers/net/psp.py:611:0: C0301: Line too long (115/100) (line-too-long) @@ -4,0 +6,5 @@ +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) @@ -7 +13 @@ -Your code has been rated at 9.92/10 (previous run: 9.92/10, +0.00) +Your code has been rated at 9.79/10 (previous run: 9.92/10, -0.13)