Hello:
This patch was applied to netdev/net-next.git (main) by Jakub Kicinski kuba@kernel.org:
On Mon, 01 Sep 2025 03:00:07 -0700 you wrote:
This patch improves the utils.py module by removing unused imports (errno, random), simplifying the fd_read_timeout() function by eliminating unnecessary else clause, and cleaning up code style in the defer class constructor.
Additionally, it renames the parameter in rand_port() from 'type' to 'stype' to avoid shadowing the built-in Python name 'type', improving code clarity and preventing potential issues.
[...]
Here is the summary with links: - [net-next] net: selftests: clean up tools/testing/selftests/net/lib/py/utils.py https://git.kernel.org/netdev/net-next/c/23313771c7b9
You are awesome, thank you!