[lvc-project] [PATCH 2/4 5.10] rxrpc: Fix missing dependency on NET_UDP_TUNNEL
Alexander Ofitserov
oficerovas at altlinux.org
Wed Apr 10 14:27:44 MSK 2024
From: David Howells <dhowells ÎÁ redhat.com>
[ Upstream commit dc0e6056decc2c454f4d503fd73f8c57e16579a6 ]
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 ÎÁ intel.com>
Signed-off-by: Vadim Fedorenko <vfedorenko ÎÁ novek.ru>
Signed-off-by: David Howells <dhowells ÎÁ redhat.com>
Reviewed-by: Xin Long <lucien.xin ÎÁ gmail.com>
cc: alaa ÎÁ dev.mellanox.co.il
cc: Jakub Kicinski <kuba ÎÁ kernel.org>
Signed-off-by: David S. Miller <davem ÎÁ davemloft.net>
Signed-off-by: Alexander Ofitserov <oficerovas ÎÁ altlinux.org>
Cc: stable ÎÁ vger.kernel.org
---
net/rxrpc/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/net/rxrpc/Kconfig b/net/rxrpc/Kconfig
index d706bb40836574..0885b22e5c0e4c 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
--
2.42.1
More information about the lvc-project
mailing list