2025-03-18, 02:40:43 +0100, Antonio Quartulli wrote:
diff --git a/net/ipv6/udp.c b/net/ipv6/udp.c
index 024458ef163c9e24dfb37aea2690b2030f6a0fbc..b30175e34230d3dbf5d253838df894f0625c705c 100644
--- a/net/ipv6/udp.c
+++ b/net/ipv6/udp.c
@@ -1933,6 +1933,7 @@ struct proto udpv6_prot = {
.h.udp_table = NULL,
.diag_destroy = udp_abort,
};
+EXPORT_SYMBOL_GPL(udpv6_prot);
This is not needed anymore.