Message ID | 20241021183239.79741-1-kuniyu@amazon.com (mailing list archive) |
---|---|
Headers | show |
Series | ipv4: Convert RTM_{NEW,DEL}ADDR and more to per-netns RTNL. | expand |
Hello: This series was applied to netdev/net-next.git (main) by Paolo Abeni <pabeni@redhat.com>: On Mon, 21 Oct 2024 11:32:27 -0700 you wrote: > The IPv4 address hash table and GC are already namespacified. > > This series converts RTM_NEWADDR/RTM_DELADDR and some more > RTNL users to per-netns RTNL. > > > Changes: > v2: > * Add patch 1 to address sparse warning for CONFIG_DEBUG_NET_SMALL_RTNL=n > * Add Eric's tags to patch 2-12 > > [...] Here is the summary with links: - [v1,net-next,01/12] rtnetlink: Make per-netns RTNL dereference helpers to macro. https://git.kernel.org/netdev/net-next/c/9cb7e40d388d - [v1,net-next,02/12] rtnetlink: Define RTNL_FLAG_DOIT_PERNET for per-netns RTNL doit(). https://git.kernel.org/netdev/net-next/c/26d8db55eeac - [v1,net-next,03/12] ipv4: Factorise RTM_NEWADDR validation to inet_validate_rtm(). https://git.kernel.org/netdev/net-next/c/2d34429d14f9 - [v1,net-next,04/12] ipv4: Don't allocate ifa for 0.0.0.0 in inet_rtm_newaddr(). https://git.kernel.org/netdev/net-next/c/abd0deff03d8 - [v1,net-next,05/12] ipv4: Convert RTM_NEWADDR to per-netns RTNL. https://git.kernel.org/netdev/net-next/c/487257786b71 - [v1,net-next,06/12] ipv4: Use per-netns RTNL helpers in inet_rtm_newaddr(). https://git.kernel.org/netdev/net-next/c/d4b483208b26 - [v1,net-next,07/12] ipv4: Convert RTM_DELADDR to per-netns RTNL. https://git.kernel.org/netdev/net-next/c/4df5066f079c - [v1,net-next,08/12] ipv4: Convert check_lifetime() to per-netns RTNL. https://git.kernel.org/netdev/net-next/c/c350c4761e7f - [v1,net-next,09/12] rtnetlink: Define rtnl_net_trylock(). https://git.kernel.org/netdev/net-next/c/d1c81818aa22 - [v1,net-next,10/12] ipv4: Convert devinet_sysctl_forward() to per-netns RTNL. https://git.kernel.org/netdev/net-next/c/77453d428d4c - [v1,net-next,11/12] ipv4: Convert devinet_ioctl() to per-netns RTNL except for SIOCSIFFLAGS. https://git.kernel.org/netdev/net-next/c/88d1f8770690 - [v1,net-next,12/12] ipv4: Convert devinet_ioctl to per-netns RTNL. https://git.kernel.org/netdev/net-next/c/7ed8da17bfb2 You are awesome, thank you!