Hello:
This patch was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Fri, 5 Dec 2025 22:02:42 +0530 you wrote:
In 'poll_partial_rec_async' a uninitialized char variable 'token' with is used for write/read instruction to synchronize between threads via a pipe.
tls.c:2833:26: warning: variable 'token' is uninitialized when passed as a const pointer argument
[...]
Here is the summary with links: - [net-next,v2] selftests: tls: fix warning of uninitialized variable https://git.kernel.org/netdev/net/c/9580f6d47dd6
You are awesome, thank you!