[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<173647503349.1577336.15772137245517453680.git-patchwork-notify@kernel.org>
Date: Fri, 10 Jan 2025 02:10:33 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Antoine Tenart <atenart@...nel.org>
Cc: davem@...emloft.net, kuba@...nel.org, pabeni@...hat.com,
edumazet@...gle.com, netdev@...r.kernel.org, sd@...asysnail.net,
menglong8.dong@...il.com
Subject: Re: [PATCH net] ipv4: route: fix drop reason being overridden in
ip_route_input_slow
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@...nel.org>:
On Wed, 8 Jan 2025 17:57:15 +0100 you wrote:
> When jumping to 'martian_destination' a drop reason is always set but
> that label falls-through the 'e_nobufs' one, overriding the value.
>
> The behavior was introduced by the mentioned commit. The logic went
> from,
>
> goto martian_destination;
> ...
> martian_destination:
> ...
> e_inval:
> err = -EINVAL;
> goto out;
> e_nobufs:
> err = -ENOBUFS;
> goto out;
>
> [...]
Here is the summary with links:
- [net] ipv4: route: fix drop reason being overridden in ip_route_input_slow
https://git.kernel.org/netdev/net/c/8c7a6efc017e
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists