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.XYWf0VzMap and /tmp/tmp.kdQ2PHxne1 Tree base: 01916c03f6b2 ("selftests: netdevsim: Add RSS indirection table resize test") Now at: e327b7699bd3 ("selftests: rss_drv: Add RSS indirection table resize tests") ====== Checking before the patch ====== ************* Module rss_drv tools/testing/selftests/drivers/net/hw/rss_drv.py:43:8: W0707: Consider explicitly re-raising using 'except NlError as exc' and 'raise KsftSkipEx('Device does not support additional RSS contexts') from exc' (raise-missing-from) ------------------------------------------------------------------ Your code has been rated at 9.78/10 (previous run: 9.78/10, +0.00) ====== Checking the tree with the patch ====== ************* Module rss_drv tools/testing/selftests/drivers/net/hw/rss_drv.py:43:8: W0707: Consider explicitly re-raising using 'except NlError as exc' and 'raise KsftSkipEx('Device does not support additional RSS contexts') from exc' (raise-missing-from) ------------------------------------------------------------------ Your code has been rated at 9.89/10 (previous run: 9.78/10, +0.12)