aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Howells <[email protected]>2021-02-09 15:02:05 +0000
committerDavid S. Miller <[email protected]>2021-02-10 15:23:31 -0800
commitdc0e6056decc2c454f4d503fd73f8c57e16579a6 (patch)
treef42e6a310a7dde982ab180bea5d757db99ce8c66
parentafdb9af9bcbd579dac77269035c86f1d9e6eac43 (diff)
rxrpc: Fix missing dependency on NET_UDP_TUNNEL
The changes to make rxrpc create the udp socket missed a bit to add the Kconfig dependency on the udp tunnel code to do this. Fix this by adding making AF_RXRPC select NET_UDP_TUNNEL. Fixes: 1a9b86c9fd95 ("rxrpc: use udp tunnel APIs instead of open code in rxrpc_open_socket") Reported-by: kernel test robot <[email protected]> Signed-off-by: Vadim Fedorenko <[email protected]> Signed-off-by: David Howells <[email protected]> Reviewed-by: Xin Long <[email protected]> cc: [email protected] cc: Jakub Kicinski <[email protected]> Signed-off-by: David S. Miller <[email protected]>
-rw-r--r--net/rxrpc/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/rxrpc/Kconfig b/net/rxrpc/Kconfig
index d706bb408365..0885b22e5c0e 100644
--- a/net/rxrpc/Kconfig
+++ b/net/rxrpc/Kconfig
@@ -8,6 +8,7 @@ config AF_RXRPC
depends on INET
select CRYPTO
select KEYS
+ select NET_UDP_TUNNEL
help
Say Y or M here to include support for RxRPC session sockets (just
the transport part, not the presentation part: (un)marshalling is