Re: [RESEND net-next] rxrpc: Fix dependency on IPv6 in udp tunnel config

2021-02-12 Thread patchwork-bot+netdevbpf
ot;rxrpc: use udp tunnel APIs instead of open code in > rxrpc_open_socket") > Reported-by: kernel test robot > Signed-off-by: Vadim Fedorenko > > [...] Here is the summary with links: - [RESEND,net-next] rxrpc: Fix dependency on IPv6 in udp tunnel config https://git.kern

Re: [RESEND net-next] rxrpc: Fix dependency on IPv6 in udp tunnel config

2021-02-12 Thread David Howells
Vadim Fedorenko wrote: > As udp_port_cfg struct changes its members with dependency on IPv6 > configuration, the code in rxrpc should also check for IPv6. > > Fixes: 1a9b86c9fd95 ("rxrpc: use udp tunnel APIs instead of open code in > rxrpc_open_socket") > Reported-by: kernel test robot > Signe

[RESEND net-next] rxrpc: Fix dependency on IPv6 in udp tunnel config

2021-02-12 Thread Vadim Fedorenko
As udp_port_cfg struct changes its members with dependency on IPv6 configuration, the code in rxrpc should also check for IPv6. Fixes: 1a9b86c9fd95 ("rxrpc: use udp tunnel APIs instead of open code in rxrpc_open_socket") Reported-by: kernel test robot Signed-off-by: Vadim Fedorenko --- net/rxr

Re: [net-next] rxrpc: Fix dependency on IPv6 in udp tunnel config

2021-02-11 Thread Jakub Kicinski
On Thu, 11 Feb 2021 19:12:57 + Vadim Fedorenko wrote: > On 09.02.2021 13:54, Vadim Fedorenko wrote: > > As udp_port_cfg struct changes its members with dependency on IPv6 > > configuration, the code in rxrpc should also check for IPv6. > > Looks like this patch was mistakely tagged as supers

Re: [net-next] rxrpc: Fix dependency on IPv6 in udp tunnel config

2021-02-11 Thread Vadim Fedorenko
On 09.02.2021 13:54, Vadim Fedorenko wrote: As udp_port_cfg struct changes its members with dependency on IPv6 configuration, the code in rxrpc should also check for IPv6. Looks like this patch was mistakely tagged as superseded by dc0e6056decc rxrpc: Fix missing dependency on NET_UDP_TUNNEL Al

[net-next] rxrpc: Fix dependency on IPv6 in udp tunnel config

2021-02-09 Thread Vadim Fedorenko
As udp_port_cfg struct changes its members with dependency on IPv6 configuration, the code in rxrpc should also check for IPv6. Fixes: 1a9b86c9fd95 ("rxrpc: use udp tunnel APIs instead of open code in rxrpc_open_socket") Reported-by: kernel test robot Signed-off-by: Vadim Fedorenko --- net/rxr