====== Checking before the patch ====== ====== Checking the tree with the patch ====== New warnings added --- /tmp/tmp.VuNdGT7mtr 2026-01-29 01:38:17.566237730 -0500 +++ /tmp/tmp.DFmFHoYsIb 2026-01-29 01:38:18.171232479 -0500 @@ -14,0 +15,3 @@ +tools/testing/selftests/drivers/net/hw/rss_ctx.py:877:0: C0301: Line too long (102/100) (line-too-long) +tools/testing/selftests/drivers/net/hw/rss_ctx.py:883:0: C0301: Line too long (108/100) (line-too-long) +tools/testing/selftests/drivers/net/hw/rss_ctx.py:922:0: C0301: Line too long (112/100) (line-too-long) @@ -46 +49,7 @@ -tools/testing/selftests/drivers/net/hw/rss_ctx.py:812:0: C0116: Missing function or method docstring (missing-function-docstring) +tools/testing/selftests/drivers/net/hw/rss_ctx.py:828:8: W0707: Consider explicitly re-raising using 'except CmdExitFailure as exc' and 'raise KsftSkipEx(f'Could only create {len(ctx_ids)} contexts, test requires 10') from exc' (raise-missing-from) +tools/testing/selftests/drivers/net/hw/rss_ctx.py:821:4: W0612: Unused variable 'ctx_configs_before' (unused-variable) +tools/testing/selftests/drivers/net/hw/rss_ctx.py:823:12: W0612: Unused variable 'i' (unused-variable) +tools/testing/selftests/drivers/net/hw/rss_ctx.py:853:0: R0914: Too many local variables (16/15) (too-many-locals) +tools/testing/selftests/drivers/net/hw/rss_ctx.py:883:8: W0707: Consider explicitly re-raising using 'except CmdExitFailure as exc' and 'raise KsftSkipEx(f'Could only create {len(ctx_ids)} contexts with ntuple filters, test requires 10') from exc' (raise-missing-from) +tools/testing/selftests/drivers/net/hw/rss_ctx.py:920:15: W0718: Catching too general exception Exception (broad-exception-caught) +tools/testing/selftests/drivers/net/hw/rss_ctx.py:925:0: C0116: Missing function or method docstring (missing-function-docstring) @@ -48,2 +57,2 @@ ------------------------------------ -Your code has been rated at 9.06/10 +------------------------------------------------------------------ +Your code has been rated at 9.02/10 (previous run: 9.06/10, -0.04)