[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <161288292553.585687.14447945995623785380.stgit@warthog.procyon.org.uk>
Date: Tue, 09 Feb 2021 15:02:05 +0000
From: David Howells <dhowells@...hat.com>
To: netdev@...r.kernel.org
Cc: kernel test robot <lkp@...el.com>,
Vadim Fedorenko <vfedorenko@...ek.ru>,
Xin Long <lucien.xin@...il.com>, alaa@....mellanox.co.il,
Jakub Kicinski <kuba@...nel.org>, dhowells@...hat.com,
linux-afs@...ts.infradead.org, linux-kernel@...r.kernel.org,
lucien.xin@...il.com, vfedorenko@...ek.ru
Subject: [PATCH net-next] 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 <lkp@...el.com>
Signed-off-by: Vadim Fedorenko <vfedorenko@...ek.ru>
Signed-off-by: David Howells <dhowells@...hat.com>
Reviewed-by: Xin Long <lucien.xin@...il.com>
cc: alaa@....mellanox.co.il
cc: Jakub Kicinski <kuba@...nel.org>
---
net/rxrpc/Kconfig | 1 +
1 file changed, 1 insertion(+)
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
Powered by blists - more mailing lists