Hello:
This patch was applied to netdev/net-next.git (main) by Jakub Kicinski kuba@kernel.org:
On Wed, 4 Dec 2024 16:32:39 +0000 you wrote:
Fix various integer type conversions by using strtoull and a temporary variable which is bounds checked before being casted into the appropriate cfg_* variable for use by the test program.
While here:
- free the strdup'd cfg string for overall hygenie.
- initialize napi_id = 0 in setup_queue to avoid warnings on some compilers.
[...]
Here is the summary with links: - [net-next,v2] selftests: net: cleanup busy_poller.c https://git.kernel.org/netdev/net-next/c/48697bdfb65d
You are awesome, thank you!