Message ID | 20241004221031.77743-1-kuniyu@amazon.com (mailing list archive) |
---|---|
Headers | show |
Series | rtnetlink: Per-netns RTNL. | expand |
Hello: This series was applied to netdev/net-next.git (main) by Paolo Abeni <pabeni@redhat.com>: On Fri, 4 Oct 2024 15:10:27 -0700 you wrote: > rtnl_lock() is a "Big Kernel Lock" in the networking slow path and > serialised all rtnetlink requests until 4.13. > > Since RTNL_FLAG_DOIT_UNLOCKED and RTNL_FLAG_DUMP_UNLOCKED have been > introduced in 4.14 and 6.9, respectively, rtnetlink message handlers > are ready to be converted to RTNL-less/free. > > [...] Here is the summary with links: - [v3,net-next,1/4] Revert "rtnetlink: add guard for RTNL" https://git.kernel.org/netdev/net-next/c/ec763c234d7f - [v3,net-next,2/4] rtnetlink: Add per-netns RTNL. https://git.kernel.org/netdev/net-next/c/76aed95319da - [v3,net-next,3/4] rtnetlink: Add assertion helpers for per-netns RTNL. https://git.kernel.org/netdev/net-next/c/844e5e7e656d - [v3,net-next,4/4] rtnetlink: Add ASSERT_RTNL_NET() placeholder for netdev notifier. https://git.kernel.org/netdev/net-next/c/03fa53485659 You are awesome, thank you!