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.lG2Cv24jJE and /tmp/tmp.MmfBEuVBbx Tree base: 586a4cc2b950 ("selftests: drv-net: add netkit devmem RX test") Now at: 0ccbd695344a ("selftests: drv-net: add netkit devmem TX test") ====== Checking before the patch ====== ************* Module nk_devmem tools/testing/selftests/drivers/net/hw/nk_devmem.py:79:24: W0212: Access to a protected member _nk_guest_ifname of a client class (protected-access) ------------------------------------------------------------------ Your code has been rated at 9.80/10 (previous run: 9.80/10, +0.00) ====== Checking the tree with the patch ====== ************* Module nk_devmem tools/testing/selftests/drivers/net/hw/nk_devmem.py:79:24: W0212: Access to a protected member _nk_guest_ifname of a client class (protected-access) tools/testing/selftests/drivers/net/hw/nk_devmem.py:99:21: W0212: Access to a protected member _nk_guest_ifname of a client class (protected-access) ------------------------------------------------------------------ Your code has been rated at 9.66/10 (previous run: 9.80/10, -0.14)