Netdev List
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Eric Dumazet <edumazet@google.com>
Cc: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com,
	horms@kernel.org, andrew+netdev@lunn.ch, idosch@nvidia.com,
	kuniyu@google.com, netdev@vger.kernel.org,
	eric.dumazet@gmail.com
Subject: Re: [PATCH v2 net-next 0/8] vxlan: convert configuration to RCU and drop RTNL in vxlan_fill_info()
Date: Thu, 10 Sep 2026 01:40:04 +0000	[thread overview]
Message-ID: <178900440438.1145188.1302299676039586949.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260906180111.1973188-1-edumazet@google.com>

Hello:

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

On Sun,  6 Sep 2026 18:01:03 +0000 you wrote:
> This series converts VXLAN device configuration (struct vxlan_config) to RCU
> protection and removes the RTNL dependency from vxlan_fill_info(), enabling
> lockless netlink link dumps (RTM_GETLINK) for VXLAN devices.
> 
> Patches 1-2 fix pre-existing issues uncovered while auditing RCU and VNIFILTER
> paths:
>   - Patch 1 zero-initializes _md on the stack in vxlan_xmit_one() to avoid
>     leaking uninitialized stack bytes into GBP header fields when metadata
>     options are absent.
>   - Patch 2 fixes lockless iteration over vg->vni_list in
>     vxlan_vnifilter_dump_dev() to use list_for_each_entry_rcu(), and clears
>     cb->args[1] on early returns to avoid leaking dump state across devices.
> 
> [...]

Here is the summary with links:
  - [v2,net-next,1/8] vxlan: initialize _md in vxlan_xmit_one()
    https://git.kernel.org/netdev/net/c/be83178bfc44
  - [v2,net-next,2/8] vxlan: vnifilter: use list_for_each_entry_rcu() in vxlan_vnifilter_dump_dev()
    (no matching commit)
  - [v2,net-next,3/8] vxlan: pass vxlan_config pointer to helper functions
    (no matching commit)
  - [v2,net-next,4/8] vxlan: move VXLAN_F_MDB to struct vxlan_dev flags
    (no matching commit)
  - [v2,net-next,5/8] vxlan: dynamically allocate struct vxlan_config
    (no matching commit)
  - [v2,net-next,6/8] vxlan: convert configuration to RCU protection
    (no matching commit)
  - [v2,net-next,7/8] vxlan: remove default_dst and use vxlan_config and lowerdev
    (no matching commit)
  - [v2,net-next,8/8] vxlan: no longer rely on RTNL in vxlan_fill_info()
    (no matching commit)

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      parent reply	other threads:[~2026-09-10  1:41 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-09-06 18:01 [PATCH v2 net-next 0/8] vxlan: convert configuration to RCU and drop RTNL in vxlan_fill_info() Eric Dumazet
2026-09-06 18:01 ` [PATCH v2 net-next 1/8] vxlan: initialize _md in vxlan_xmit_one() Eric Dumazet
2026-09-06 18:01 ` [PATCH v2 net-next 2/8] vxlan: vnifilter: use list_for_each_entry_rcu() in vxlan_vnifilter_dump_dev() Eric Dumazet
2026-09-08 18:03   ` netdev-bot+sashiko
2026-09-06 18:01 ` [PATCH v2 net-next 3/8] vxlan: pass vxlan_config pointer to helper functions Eric Dumazet
2026-09-06 18:01 ` [PATCH v2 net-next 4/8] vxlan: move VXLAN_F_MDB to struct vxlan_dev flags Eric Dumazet
2026-09-06 18:01 ` [PATCH v2 net-next 5/8] vxlan: dynamically allocate struct vxlan_config Eric Dumazet
2026-09-08 18:03   ` netdev-bot+sashiko
2026-09-10  1:35     ` Jakub Kicinski
2026-09-11  2:15       ` Eric Dumazet
2026-09-06 18:01 ` [PATCH v2 net-next 6/8] vxlan: convert configuration to RCU protection Eric Dumazet
2026-09-08 18:03   ` netdev-bot+sashiko
2026-09-06 18:01 ` [PATCH v2 net-next 7/8] vxlan: remove default_dst and use vxlan_config and lowerdev Eric Dumazet
2026-09-08 18:03   ` netdev-bot+sashiko
2026-09-06 18:01 ` [PATCH v2 net-next 8/8] vxlan: no longer rely on RTNL in vxlan_fill_info() Eric Dumazet
2026-09-08 18:03   ` netdev-bot+sashiko
2026-09-10  1:40 ` 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=178900440438.1145188.1302299676039586949.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=eric.dumazet@gmail.com \
    --cc=horms@kernel.org \
    --cc=idosch@nvidia.com \
    --cc=kuba@kernel.org \
    --cc=kuniyu@google.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox