Hello:
This patch was applied to netdev/net-next.git (main) by Paolo Abeni pabeni@redhat.com:
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:
- SOCK_STREAM returns EOF when the peer closes normally.
- SOCK_STREAM returns ECONNRESET if the peer closes with unread data.
- SOCK_SEQPACKET returns EOF when the peer closes normally.
- SOCK_SEQPACKET returns ECONNRESET if the peer closes with unread data.
- 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!