All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Antoine Tenart <atenart@kernel.org>
Cc: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com,
	edumazet@google.com, netdev@vger.kernel.org, sd@queasysnail.net,
	menglong8.dong@gmail.com
Subject: Re: [PATCH net] ipv4: route: fix drop reason being overridden in ip_route_input_slow
Date: Fri, 10 Jan 2025 02:10:33 +0000	[thread overview]
Message-ID: <173647503349.1577336.15772137245517453680.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250108165725.404564-1-atenart@kernel.org>

Hello:

This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.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



      parent reply	other threads:[~2025-01-10  2:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-08 16:57 [PATCH net] ipv4: route: fix drop reason being overridden in ip_route_input_slow Antoine Tenart
2025-01-09 22:29 ` Sabrina Dubroca
2025-01-10  2:10 ` patchwork-bot+netdevbpf [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=173647503349.1577336.15772137245517453680.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=atenart@kernel.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=kuba@kernel.org \
    --cc=menglong8.dong@gmail.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=sd@queasysnail.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.