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.NLP02ph25W and /tmp/tmp.7XfcLipvBF Tree base: 09549c4d410d ("net: page_pool: support dumping pps of a specific ifindex via Netlink") Now at: e96340b5284b ("selftests: net: add tests for filtered dumps of page pool") ====== Checking before the patch ====== ************* Module nl_netdev tools/testing/selftests/net/nl_netdev.py:15:0: C0116: Missing function or method docstring (missing-function-docstring) tools/testing/selftests/net/nl_netdev.py:20:0: C0116: Missing function or method docstring (missing-function-docstring) tools/testing/selftests/net/nl_netdev.py:35:0: C0116: Missing function or method docstring (missing-function-docstring) tools/testing/selftests/net/nl_netdev.py:51:0: R0915: Too many statements (52/50) (too-many-statements) tools/testing/selftests/net/nl_netdev.py:174:24: W0613: Unused argument 'nf' (unused-argument) tools/testing/selftests/net/nl_netdev.py:189:0: C0116: Missing function or method docstring (missing-function-docstring) tools/testing/selftests/net/nl_netdev.py:211:15: R1728: Consider using a generator instead 'sum(pp['inflight'] for pp in pp_list)' (consider-using-generator) tools/testing/selftests/net/nl_netdev.py:223:15: R1728: Consider using a generator instead 'sum(pp['inflight'] for pp in pp_list if pp.get('ifindex') == nsim.ifindex)' (consider-using-generator) tools/testing/selftests/net/nl_netdev.py:230:15: R1728: Consider using a generator instead 'sum(pp['inflight'] for pp in pp_list)' (consider-using-generator) ------------------------------------------------------------------ Your code has been rated at 9.43/10 (previous run: 9.43/10, +0.00) ====== Checking the tree with the patch ====== ************* Module nl_netdev tools/testing/selftests/net/nl_netdev.py:15:0: C0116: Missing function or method docstring (missing-function-docstring) tools/testing/selftests/net/nl_netdev.py:20:0: C0116: Missing function or method docstring (missing-function-docstring) tools/testing/selftests/net/nl_netdev.py:35:0: C0116: Missing function or method docstring (missing-function-docstring) tools/testing/selftests/net/nl_netdev.py:51:0: R0915: Too many statements (52/50) (too-many-statements) tools/testing/selftests/net/nl_netdev.py:174:24: W0613: Unused argument 'nf' (unused-argument) tools/testing/selftests/net/nl_netdev.py:189:0: C0116: Missing function or method docstring (missing-function-docstring) tools/testing/selftests/net/nl_netdev.py:211:15: R1728: Consider using a generator instead 'sum(pp['inflight'] for pp in pp_list)' (consider-using-generator) tools/testing/selftests/net/nl_netdev.py:223:15: R1728: Consider using a generator instead 'sum(pp['inflight'] for pp in pp_list if pp.get('ifindex') == nsim.ifindex)' (consider-using-generator) tools/testing/selftests/net/nl_netdev.py:230:15: R1728: Consider using a generator instead 'sum(pp['inflight'] for pp in pp_list)' (consider-using-generator) ------------------------------------------------------------------ Your code has been rated at 9.60/10 (previous run: 9.43/10, +0.16)