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

2021-02-09 Thread Xin Long
On Tue, Feb 9, 2021 at 9:38 PM David Howells 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 NET_UDP_TUNNEL. > > Fixes: 1a9b86c9fd95 ("rxrpc: use udp tunnel APIs

[RFC PATCH net] 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