Message ID | 20250212132418.1524422-1-edumazet@google.com (mailing list archive) |
---|---|
Headers | show |
Series | net: add EXPORT_IPV6_MOD() | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Wed, 12 Feb 2025 13:24:14 +0000 you wrote: > In this series I am adding EXPORT_IPV6_MOD and EXPORT_IPV6_MOD_GPL() > so that we can replace some EXPORT_SYMBOL() when IPV6 is > not modular. > > This is making all the selected symbols internal to core > linux networking. > > [...] Here is the summary with links: - [v2,net-next,1/4] net: introduce EXPORT_IPV6_MOD() and EXPORT_IPV6_MOD_GPL() https://git.kernel.org/netdev/net-next/c/54568a84c95b - [v2,net-next,2/4] inetpeer: use EXPORT_IPV6_MOD[_GPL]() https://git.kernel.org/netdev/net-next/c/95a3c96c7460 - [v2,net-next,3/4] tcp: use EXPORT_IPV6_MOD[_GPL]() https://git.kernel.org/netdev/net-next/c/6dc4c2526f6d - [v2,net-next,4/4] udp: use EXPORT_IPV6_MOD[_GPL]() https://git.kernel.org/netdev/net-next/c/2f8f4f22452a You are awesome, thank you!