Re: [PATCH net] rxrpc: Fix deadlock around release of dst cached on udp tunnel

From: David Howells
Date: Fri Jan 29 2021 - 12:45:48 EST


Vadim Fedorenko <vfedorenko@xxxxxxxx> wrote:

> You missed the call to dst_release(sk->sk_rx_dst) in
> rxrpc_sock_destructor. Without it we are still leaking the dst.

Hmmm... I no longer get the messages appearing with this patch. I'll have
another look.

David