From: patchwork-bot+netdevbpf@kernel.org
To: Eric Dumazet <edumazet@google.com>
Cc: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com,
netdev@vger.kernel.org, eric.dumazet@gmail.com
Subject: Re: [PATCH net-next 0/6] net: annotate lockless accesses to sk_err[_soft]
Date: Fri, 17 Mar 2023 08:40:19 +0000 [thread overview]
Message-ID: <167904241938.20100.14101309756167452055.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230315205746.3801038-1-edumazet@google.com>
Hello:
This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:
On Wed, 15 Mar 2023 20:57:40 +0000 you wrote:
> This patch series is inspired by yet another syzbot report.
>
> Most poll() handlers are lockless and read sk->sk_err
> while other cpus can change it.
>
> Add READ_ONCE/WRITE_ONCE() to major/usual offenders.
>
> [...]
Here is the summary with links:
- [net-next,1/6] tcp: annotate lockless accesses to sk->sk_err_soft
https://git.kernel.org/netdev/net-next/c/cee1af825d65
- [net-next,2/6] dccp: annotate lockless accesses to sk->sk_err_soft
https://git.kernel.org/netdev/net-next/c/9a25f0cb0d7e
- [net-next,3/6] net: annotate lockless accesses to sk->sk_err_soft
https://git.kernel.org/netdev/net-next/c/2f2d9972affa
- [net-next,4/6] tcp: annotate lockless access to sk->sk_err
https://git.kernel.org/netdev/net-next/c/e13ec3da05d1
- [net-next,5/6] mptcp: annotate lockless accesses to sk->sk_err
https://git.kernel.org/netdev/net-next/c/9ae8e5ad99b8
- [net-next,6/6] af_unix: annotate lockless accesses to sk->sk_err
https://git.kernel.org/netdev/net-next/c/cc04410af7de
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:[~2023-03-17 8:42 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-15 20:57 [PATCH net-next 0/6] net: annotate lockless accesses to sk_err[_soft] Eric Dumazet
2023-03-15 20:57 ` [PATCH net-next 1/6] tcp: annotate lockless accesses to sk->sk_err_soft Eric Dumazet
2023-03-15 20:57 ` [PATCH net-next 2/6] dccp: " Eric Dumazet
2023-03-15 20:57 ` [PATCH net-next 3/6] net: " Eric Dumazet
2023-03-15 20:57 ` [PATCH net-next 4/6] tcp: annotate lockless access to sk->sk_err Eric Dumazet
2023-03-15 20:57 ` [PATCH net-next 5/6] mptcp: annotate lockless accesses " Eric Dumazet
2023-03-15 20:57 ` [PATCH net-next 6/6] af_unix: " Eric Dumazet
2023-03-17 8: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=167904241938.20100.14101309756167452055.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=kuba@kernel.org \
--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;
as well as URLs for NNTP newsgroup(s).