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, idosch@nvidia.com, razor@blackwall.org,
netdev@vger.kernel.org, eric.dumazet@gmail.com
Subject: Re: [PATCH v3 net-next 0/5] net: bridge: take care of p->flags accesses
Date: Sat, 13 Jun 2026 01:10:16 +0000 [thread overview]
Message-ID: <178131301663.1317911.9588743141453529549.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260611203453.3067462-1-edumazet@google.com>
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Thu, 11 Jun 2026 20:34:48 +0000 you wrote:
> (struct net_bridge_port)->flags can be read/written locklessly,
> and thus can fire KCSAN warnings, or real bugs.
>
> Prefer atomic operations (test_bit(), clear_bit(), set_bit())
> and use READ_ONCE() for the remaining uses.
>
> v3: addressed Sashiko's feddback on patch 2.
> v2: addressed Nikolay's feedback on patches 3 & 4.
>
> [...]
Here is the summary with links:
- [v3,net-next,1/5] bridge: use atomic ops to read/change p->flags in sysfs
https://git.kernel.org/netdev/net-next/c/391932e24915
- [v3,net-next,2/5] bridge: use atomic ops to read/change p->flags in br_netlink.c
https://git.kernel.org/netdev/net-next/c/e92df84bcc3b
- [v3,net-next,3/5] net: bridge: use atomic ops to read/change p->flags (I)
https://git.kernel.org/netdev/net-next/c/65b8de45ae05
- [v3,net-next,4/5] net: bridge: use atomic ops to read/change p->flags (II)
https://git.kernel.org/netdev/net-next/c/55b2d7ae7bea
- [v3,net-next,5/5] net: bridge: use atomic ops to read/change p->flags (III)
https://git.kernel.org/netdev/net-next/c/f76ae12b6ba3
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2026-06-13 1:10 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-11 20:34 [PATCH v3 net-next 0/5] net: bridge: take care of p->flags accesses Eric Dumazet
2026-06-11 20:34 ` [PATCH v3 net-next 1/5] bridge: use atomic ops to read/change p->flags in sysfs Eric Dumazet
2026-06-11 20:34 ` [PATCH v3 net-next 2/5] bridge: use atomic ops to read/change p->flags in br_netlink.c Eric Dumazet
2026-06-12 8:15 ` Nikolay Aleksandrov
2026-06-11 20:34 ` [PATCH v3 net-next 3/5] net: bridge: use atomic ops to read/change p->flags (I) Eric Dumazet
2026-06-11 20:34 ` [PATCH v3 net-next 4/5] net: bridge: use atomic ops to read/change p->flags (II) Eric Dumazet
2026-06-11 20:34 ` [PATCH v3 net-next 5/5] net: bridge: use atomic ops to read/change p->flags (III) Eric Dumazet
2026-06-13 1: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=178131301663.1317911.9588743141453529549.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--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=netdev@vger.kernel.org \
--cc=pabeni@redhat.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox