Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba(a)kernel.org>rg>: On Tue, 9 Apr 2024 11:28:05 -0400 you wrote:From: Jon Maloy <jmaloy(a)redhat.com> When reading received messages from a socket with MSG_PEEK, we may want to read the contents with an offset, like we can do with pread/preadv() when reading files. Currently, it is not possible to do that. In this commit, we add support for the SO_PEEK_OFF socket option for TCP, in a similar way it is done for Unix Domain sockets. [...]Here is the summary with links: - [net-next,v4] tcp: add support for SO_PEEK_OFF socket option https://git.kernel.org/netdev/net-next/c/05ea491641d3 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html