All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Ido Schimmel <idosch@nvidia.com>
Cc: netdev@vger.kernel.org, davem@davemloft.net, kuba@kernel.org,
	pabeni@redhat.com, edumazet@google.com, andrew+netdev@lunn.ch,
	horms@kernel.org, razor@blackwall.org, petrm@nvidia.com,
	mcremers@cloudbear.nl
Subject: Re: [PATCH net 0/3] vxlan: Fix NPDs when using nexthop objects
Date: Wed, 03 Sep 2025 00:10:14 +0000	[thread overview]
Message-ID: <175685821474.475224.8396576644651360908.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250901065035.159644-1-idosch@nvidia.com>

Hello:

This series was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Mon, 1 Sep 2025 09:50:32 +0300 you wrote:
> With FDB nexthop groups, VXLAN FDB entries do not necessarily point to a
> remote destination but rather to an FDB nexthop group. This means that
> first_remote_{rcu,rtnl}() can return NULL and a few places in the driver
> were not ready for that, resulting in NULL pointer dereferences.
> Patches #1-#2 fix these NPDs.
> 
> Note that vxlan_fdb_find_uc() still dereferences the remote returned by
> first_remote_rcu() without checking that it is not NULL, but this
> function is only invoked by a single driver which vetoes the creation of
> FDB nexthop groups. I will patch this in net-next to make the code less
> fragile.
> 
> [...]

Here is the summary with links:
  - [net,1/3] vxlan: Fix NPD when refreshing an FDB entry with a nexthop object
    https://git.kernel.org/netdev/net/c/6ead38147ebb
  - [net,2/3] vxlan: Fix NPD in {arp,neigh}_reduce() when using nexthop objects
    https://git.kernel.org/netdev/net/c/1f5d2fd1ca04
  - [net,3/3] selftests: net: Add a selftest for VXLAN with FDB nexthop groups
    https://git.kernel.org/netdev/net/c/2c9fb925c2cc

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-09-03  0:10 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-01  6:50 [PATCH net 0/3] vxlan: Fix NPDs when using nexthop objects Ido Schimmel
2025-09-01  6:50 ` [PATCH net 1/3] vxlan: Fix NPD when refreshing an FDB entry with a nexthop object Ido Schimmel
2025-09-02 12:16   ` Nikolay Aleksandrov
2025-09-01  6:50 ` [PATCH net 2/3] vxlan: Fix NPD in {arp,neigh}_reduce() when using nexthop objects Ido Schimmel
2025-09-02 12:17   ` Nikolay Aleksandrov
2025-09-01  6:50 ` [PATCH net 3/3] selftests: net: Add a selftest for VXLAN with FDB nexthop groups Ido Schimmel
2025-09-02 12:17   ` Nikolay Aleksandrov
2025-09-03  0: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=175685821474.475224.8396576644651360908.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=andrew+netdev@lunn.ch \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=horms@kernel.org \
    --cc=idosch@nvidia.com \
    --cc=kuba@kernel.org \
    --cc=mcremers@cloudbear.nl \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=petrm@nvidia.com \
    --cc=razor@blackwall.org \
    /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.