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.eMUbhjmqr2 and /tmp/tmp.wuFyAhdTYM Tree base: e37e0dc8a5fe ("bnxt_en: Resize RSS contexts on channel count change") Now at: a40da0123488 ("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.91/10, -0.14) ====== 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.91/10 (previous run: 9.78/10, +0.14)