[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<176178542306.3267234.14499254365702593744.git-patchwork-notify@kernel.org>
Date: Thu, 30 Oct 2025 00:50:23 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Ankit Khushwaha <ankitkhushwaha.linux@...il.com>
Cc: pablo@...filter.org, kadlec@...filter.org, fw@...len.de, phil@....cc,
davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org, pabeni@...hat.com,
horms@...nel.org, shuah@...nel.org, netfilter-devel@...r.kernel.org,
coreteam@...filter.org, netdev@...r.kernel.org,
linux-kselftest@...r.kernel.org, linux-kernel@...r.kernel.org,
usama.anjum@...labora.com
Subject: Re: [PATCH v2] selftest: net: fix socklen_t type mismatch in
sctp_collision test
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@...nel.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!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists