Hello:
This series was applied to netdev/net-next.git (main) by Jakub Kicinski kuba@kernel.org:
On Sat, 6 Sep 2025 14:13:50 -0700 you wrote:
Recent changes to make netlink socket memory accounting must have broken the implicit assumption of the netlink-dump test that we can fit exactly 64 dumps into the socket. Handle the failure mode properly, and increase the dump count to 80 to make sure we still run into the error condition if the default buffer size increases in the future.
[...]
Here is the summary with links: - [net-next,1/2] selftests: net: make the dump test less sensitive to mem accounting https://git.kernel.org/netdev/net-next/c/27bc5eaf004c - [net-next,2/2] selftests: net: move netlink-dumps back to progs https://git.kernel.org/netdev/net-next/c/f3883b1ea5a8
You are awesome, thank you!