Hello:
This patch was applied to netdev/net-next.git (main) by Jakub Kicinski kuba@kernel.org:
On Tue, 28 Oct 2025 22:59:47 +0530 you wrote:
Socket APIs like recvfrom(), accept(), and getsockname() expect socklen_t* arg, but tests were using int variables. This causes -Wpointer-sign warnings on platforms where socklen_t is unsigned.
Change the variable type from int to socklen_t to resolve the warning and ensure type safety across platforms.
[...]
Here is the summary with links: - [v2] selftest: net: fix socklen_t type mismatch in sctp_collision test https://git.kernel.org/netdev/net-next/c/afb8f6567a5b
You are awesome, thank you!