Hello:
This patch was applied to netdev/net.git (main) by David S. Miller davem@davemloft.net:
On Tue, 12 Sep 2023 16:16:25 +0200 you wrote:
tls.sendmsg_large and tls.sendmsg_multiple are trying to send through the self->cfd socket (only configured with TLS_RX) and to receive through the self->fd socket (only configured with TLS_TX), so they're not using kTLS at all. Swap the sockets.
Fixes: 7f657d5bf507 ("selftests: tls: add selftests for TLS sockets") Signed-off-by: Sabrina Dubroca sd@queasysnail.net
[...]
Here is the summary with links: - [net] selftests: tls: swap the TX and RX sockets in some tests https://git.kernel.org/netdev/net/c/c326ca98446e
You are awesome, thank you!