Message ID | 20240303052408.310064-1-kuba@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | netlink: handle EMSGSIZE errors in the core | expand |
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller <davem@davemloft.net>: On Sat, 2 Mar 2024 21:24:05 -0800 you wrote: > Ido discovered some time back that we usually force NLMSG_DONE > to be delivered in a separate recv() syscall, even if it would > fit into the same skb as data messages. He made nexthop try > to fit DONE with data in commit 8743aeff5bc4 ("nexthop: Fix > infinite nexthop bucket dump when using maximum nexthop ID"), > and nobody has complained so far. > > [...] Here is the summary with links: - [net-next,v2,1/3] netlink: handle EMSGSIZE errors in the core https://git.kernel.org/netdev/net-next/c/b5a899154aa9 - [net-next,v2,2/3] netdev: let netlink core handle -EMSGSIZE errors https://git.kernel.org/netdev/net-next/c/0b11b1c5c320 - [net-next,v2,3/3] genetlink: fit NLMSG_DONE into same read() as families https://git.kernel.org/netdev/net-next/c/87d381973e49 You are awesome, thank you!