Re: [net] net: decnet: fix netdev refcount leaking on error path

2021-01-27 Thread patchwork-bot+netdevbpf
ode base. > > [...] Here is the summary with links: - [net] net: decnet: fix netdev refcount leaking on error path https://git.kernel.org/netdev/net/c/3f96d6449768 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html

[net] net: decnet: fix netdev refcount leaking on error path

2021-01-25 Thread Vadim Fedorenko
On building the route there is an assumption that the destination could be local. In this case loopback_dev is used to get the address. If the address is still cannot be retrieved dn_route_output_slow returns EADDRNOTAVAIL with loopback_dev reference taken. Cannot find hash for the fixes tag becau