Hello:

This patch was applied to netdev/net-next.git (main)
by Paolo Abeni <[email protected]>:

On Thu, 13 Nov 2025 12:28:02 +0100 you wrote:
> Add selftests to verify and document Linux’s intended behaviour for
> UNIX domain sockets (SOCK_STREAM and SOCK_DGRAM) when a peer closes.
> The tests verify that:
> 
>  1. SOCK_STREAM returns EOF when the peer closes normally.
>  2. SOCK_STREAM returns ECONNRESET if the peer closes with unread data.
>  3. SOCK_SEQPACKET returns EOF when the peer closes normally.
>  4. SOCK_SEQPACKET returns ECONNRESET if the peer closes with unread data.
>  5. SOCK_DGRAM does not return ECONNRESET when the peer closes.
> 
> [...]

Here is the summary with links:
  - [v6] selftests: af_unix: Add tests for ECONNRESET and EOF semantics
    https://git.kernel.org/netdev/net-next/c/45a1cd8346ca

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



Reply via email to