Hello:
This patch was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Mon, 28 Jul 2025 11:06:47 +0300 you wrote:
netlink_attachskb() checks for the socket's read memory allocation constraints. Firstly, it has:
rmem < READ_ONCE(sk->sk_rcvbuf)
to check if the just increased rmem value fits into the socket's receive buffer. If not, it proceeds and tries to wait for the memory under:
[...]
Here is the summary with links: - [net] netlink: avoid infinite retry looping in netlink_unicast() https://git.kernel.org/netdev/net/c/759dfc7d04ba
You are awesome, thank you!