Re: [PATCH net-next] rxrpc: Fix missing dependency on NET_UDP_TUNNEL

2021-02-10 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Tue, 09 Feb 2021 15:02:05 + you wrote: > 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

[PATCH net-next] rxrpc: Fix missing dependency on NET_UDP_TUNNEL

2021-02-09 Thread David Howells
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