Message ID | 20240731200721.70601-1-kuniyu@amazon.com (mailing list archive) |
---|---|
Headers | show |
Series | net: Random cleanup for netns initialisation. | expand |
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller <davem@davemloft.net>: On Wed, 31 Jul 2024 13:07:15 -0700 you wrote: > patch 1 & 2 suppress unwanted memory allocation for net->gen->ptr[]. > > patch 3 ~ 6 move part of netns initialisation to prenet_init() that > do not require pernet_ops_rwsem. > > > v2: > patch 1 : Removed Fixes: tag > patch 2 : Use XOR for WARN_ON() > > [...] Here is the summary with links: - [v2,net-next,1/6] l2tp: Don't assign net->gen->ptr[] for pppol2tp_net_ops. https://git.kernel.org/netdev/net-next/c/1ad001347fb1 - [v2,net-next,2/6] net: Don't register pernet_operations if only one of id or size is specified. https://git.kernel.org/netdev/net-next/c/768e4bb6a75e - [v2,net-next,3/6] net: Initialise net->passive once in preinit_net(). https://git.kernel.org/netdev/net-next/c/2b5afc1d5d5a - [v2,net-next,4/6] net: Call preinit_net() without pernet_ops_rwsem. https://git.kernel.org/netdev/net-next/c/930299491825 - [v2,net-next,5/6] net: Slim down setup_net(). https://git.kernel.org/netdev/net-next/c/05be80125944 - [v2,net-next,6/6] net: Initialise net.core sysctl defaults in preinit_net(). https://git.kernel.org/netdev/net-next/c/8eaf71f77c92 You are awesome, thank you!