====== Checking before the patch ====== ====== Checking the tree with the patch ====== New warnings added --- /tmp/tmp.tHllTGLZSB 2025-11-27 19:54:17.587917252 -0500 +++ /tmp/tmp.OO9nhYtSvD 2025-11-27 19:54:18.335913426 -0500 @@ -3 +3 @@ -tools/testing/selftests/net/lib/py/ksft.py:350:0: C0301: Line too long (126/100) (line-too-long) +tools/testing/selftests/net/lib/py/ksft.py:364:0: C0301: Line too long (126/100) (line-too-long) @@ -30 +30 @@ -tools/testing/selftests/net/lib/py/ksft.py:166:15: W0718: Catching too general exception BaseException (broad-exception-caught) +tools/testing/selftests/net/lib/py/ksft.py:166:15: W0718: Catching too general exception Exception (broad-exception-caught) @@ -46,2 +46,4 @@ -tools/testing/selftests/net/lib/py/ksft.py:354:0: C0116: Missing function or method docstring (missing-function-docstring) -tools/testing/selftests/net/lib/py/ksft.py:355:4: W0602: Using global for 'KSFT_RESULT_ALL' but no assignment is done (global-variable-not-assigned) +tools/testing/selftests/net/lib/py/ksft.py:338:15: W0718: Catching too general exception BaseException (broad-exception-caught) +tools/testing/selftests/net/lib/py/ksft.py:297:0: R0915: Too many statements (54/50) (too-many-statements) +tools/testing/selftests/net/lib/py/ksft.py:368:0: C0116: Missing function or method docstring (missing-function-docstring) +tools/testing/selftests/net/lib/py/ksft.py:369:4: W0602: Using global for 'KSFT_RESULT_ALL' but no assignment is done (global-variable-not-assigned) @@ -50 +52 @@ -Your code has been rated at 7.72/10 (previous run: 7.44/10, +0.28) +Your code has been rated at 7.76/10 (previous run: 7.72/10, +0.04)