1
0
Fork 0

udp: Unbreak modules that rely on external __skb_recv_udp() availability

[ Upstream commit 7e823644b6 ]

Commit 2276f58ac5 ("udp: use a separate rx queue for packet reception")
turned static inline __skb_recv_udp() from being a trivial helper around
__skb_recv_datagram() into a UDP specific implementaion, making it
EXPORT_SYMBOL_GPL() at the same time.

There are external modules that got broken by __skb_recv_udp() not being
visible to them. Let's unbreak them by making __skb_recv_udp EXPORT_SYMBOL().

Rationale (one of those) why this is actually "technically correct" thing
to do: __skb_recv_udp() used to be an inline wrapper around
__skb_recv_datagram(), which itself (still, and correctly so, I believe)
is EXPORT_SYMBOL().

Cc: Paolo Abeni <pabeni@redhat.com>
Cc: Eric Dumazet <edumazet@google.com>
Fixes: 2276f58ac5 ("udp: use a separate rx queue for packet reception")
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
pull/10/head
Jiri Kosina 2018-10-04 13:37:32 +02:00 committed by Greg Kroah-Hartman
parent 49984ca4e6
commit 7976e6b70e
1 changed files with 1 additions and 1 deletions

View File

@ -1565,7 +1565,7 @@ busy_check:
*err = error;
return NULL;
}
EXPORT_SYMBOL_GPL(__skb_recv_udp);
EXPORT_SYMBOL(__skb_recv_udp);
/*
* This should be easy, if there is something there we