]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge branch 'net-add-export_ipv6_mod'
authorJakub Kicinski <kuba@kernel.org>
Fri, 14 Feb 2025 21:09:42 +0000 (13:09 -0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 14 Feb 2025 21:09:43 +0000 (13:09 -0800)
commit4671bb1a6b2bfa3ca71b7063748d9f7d65fd0f7d
tree5082a9b7b588fd34e1f7d0d5b900a9945f4314b3
parent7a7e0197133d18cfd9931e7d3a842d0f5730223f
parent2f8f4f22452a744dcd5cc865bbcfba40b3c13add
Merge branch 'net-add-export_ipv6_mod'

Eric Dumazet says:

====================
net: add EXPORT_IPV6_MOD()

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.

v1: https://lore.kernel.org/20250210082805.465241-2-edumazet@google.com
====================

Link: https://patch.msgid.link/20250212132418.1524422-1-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>