Hello:
This patch was applied to netdev/net.git (main) by David S. Miller davem@davemloft.net:
On Thu, 15 May 2025 12:20:15 +0000 you wrote:
For SOCK_STREAM sockets, if user buffer size (len) is less than skb size (skb->len), the remaining data from skb will be lost after calling kfree_skb().
To fix this, move the statement for partial reading above skb deletion.
[...]
Here is the summary with links: - [net] llc: fix data loss when reading from a socket in llc_ui_recvmsg() https://git.kernel.org/netdev/net/c/239af1970bcb
You are awesome, thank you!