[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<175202462524.186229.12251717755421668788.git-patchwork-notify@kernel.org>
Date: Wed, 09 Jul 2025 01:30:25 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Kuniyuki Iwashima <kuniyu@...gle.com>
Cc: davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org,
pabeni@...hat.com, horms@...nel.org, kuni1840@...il.com,
netdev@...r.kernel.org
Subject: Re: [PATCH v1 net-next 0/7] af_unix: Introduce SO_INQ & SCM_INQ.
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@...nel.org>:
On Wed, 2 Jul 2025 22:35:12 +0000 you wrote:
> We have an application that uses almost the same code for TCP and
> AF_UNIX (SOCK_STREAM).
>
> The application uses TCP_INQ for TCP, but AF_UNIX doesn't have it
> and requires an extra syscall, ioctl(SIOCINQ) or getsockopt(SO_MEMINFO)
> as an alternative.
>
> [...]
Here is the summary with links:
- [v1,net-next,1/7] af_unix: Don't hold unix_state_lock() in __unix_dgram_recvmsg().
https://git.kernel.org/netdev/net-next/c/b429a5ad19cb
- [v1,net-next,2/7] af_unix: Don't check SOCK_DEAD in unix_stream_read_skb().
https://git.kernel.org/netdev/net-next/c/772f01049c4b
- [v1,net-next,3/7] af_unix: Don't use skb_recv_datagram() in unix_stream_read_skb().
https://git.kernel.org/netdev/net-next/c/d0aac85449de
- [v1,net-next,4/7] af_unix: Use cached value for SOCK_STREAM in unix_inq_len().
https://git.kernel.org/netdev/net-next/c/f4e1fb04c123
- [v1,net-next,5/7] af_unix: Cache state->msg in unix_stream_read_generic().
https://git.kernel.org/netdev/net-next/c/8b77338eb2af
- [v1,net-next,6/7] af_unix: Introduce SO_INQ.
https://git.kernel.org/netdev/net-next/c/df30285b3670
- [v1,net-next,7/7] selftest: af_unix: Add test for SO_INQ.
https://git.kernel.org/netdev/net-next/c/e0f60ba041a0
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