From: patchwork-bot+netdevbpf@kernel.org
To: Kuniyuki Iwashima <kuniyu@amazon.com>
Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
pabeni@redhat.com, mcgrof@kernel.org, keescook@chromium.org,
yzaikin@google.com, kuni1840@gmail.com, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 net 00/12] sysctl: Fix data-races around ipv4_table.
Date: Fri, 08 Jul 2022 11:50:15 +0000 [thread overview]
Message-ID: <165728101550.21070.5217821052702542560.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220706234003.66760-1-kuniyu@amazon.com>
Hello:
This series was applied to netdev/net.git (master)
by David S. Miller <davem@davemloft.net>:
On Wed, 6 Jul 2022 16:39:51 -0700 you wrote:
> A sysctl variable is accessed concurrently, and there is always a chance
> of data-race. So, all readers and writers need some basic protection to
> avoid load/store-tearing.
>
> The first half of this series changes some proc handlers used in ipv4_table
> to use READ_ONCE() and WRITE_ONCE() internally to fix data-races on the
> sysctl side. Then, the second half adds READ_ONCE() to the other readers
> of ipv4_table.
>
> [...]
Here is the summary with links:
- [v2,net,01/12] sysctl: Fix data races in proc_dointvec().
https://git.kernel.org/netdev/net/c/1f1be04b4d48
- [v2,net,02/12] sysctl: Fix data races in proc_douintvec().
https://git.kernel.org/netdev/net/c/4762b532ec95
- [v2,net,03/12] sysctl: Fix data races in proc_dointvec_minmax().
https://git.kernel.org/netdev/net/c/f613d86d014b
- [v2,net,04/12] sysctl: Fix data races in proc_douintvec_minmax().
https://git.kernel.org/netdev/net/c/2d3b559df3ed
- [v2,net,05/12] sysctl: Fix data races in proc_doulongvec_minmax().
https://git.kernel.org/netdev/net/c/c31bcc8fb89f
- [v2,net,06/12] sysctl: Fix data races in proc_dointvec_jiffies().
https://git.kernel.org/netdev/net/c/e87782087766
- [v2,net,07/12] tcp: Fix a data-race around sysctl_tcp_max_orphans.
https://git.kernel.org/netdev/net/c/47e6ab24e8c6
- [v2,net,08/12] inetpeer: Fix data-races around sysctl.
https://git.kernel.org/netdev/net/c/3d32edf1f3c3
- [v2,net,09/12] net: Fix data-races around sysctl_mem.
https://git.kernel.org/netdev/net/c/310731e2f161
- [v2,net,10/12] cipso: Fix data-races around sysctl.
https://git.kernel.org/netdev/net/c/dd44f04b9214
- [v2,net,11/12] icmp: Fix data-races around sysctl.
https://git.kernel.org/netdev/net/c/48d7ee321ea5
- [v2,net,12/12] ipv4: Fix a data-race around sysctl_fib_sync_mem.
https://git.kernel.org/netdev/net/c/73318c4b7dbd
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:[~2022-07-08 11:50 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-06 23:39 [PATCH v2 net 00/12] sysctl: Fix data-races around ipv4_table Kuniyuki Iwashima
2022-07-06 23:39 ` [PATCH v2 net 01/12] sysctl: Fix data races in proc_dointvec() Kuniyuki Iwashima
2022-07-06 23:39 ` [PATCH v2 net 02/12] sysctl: Fix data races in proc_douintvec() Kuniyuki Iwashima
2022-07-06 23:39 ` [PATCH v2 net 03/12] sysctl: Fix data races in proc_dointvec_minmax() Kuniyuki Iwashima
2022-07-06 23:39 ` [PATCH v2 net 04/12] sysctl: Fix data races in proc_douintvec_minmax() Kuniyuki Iwashima
2022-07-06 23:39 ` [PATCH v2 net 05/12] sysctl: Fix data races in proc_doulongvec_minmax() Kuniyuki Iwashima
2022-07-06 23:39 ` [PATCH v2 net 06/12] sysctl: Fix data races in proc_dointvec_jiffies() Kuniyuki Iwashima
2022-07-06 23:39 ` [PATCH v2 net 07/12] tcp: Fix a data-race around sysctl_tcp_max_orphans Kuniyuki Iwashima
2022-07-06 23:39 ` [PATCH v2 net 08/12] inetpeer: Fix data-races around sysctl Kuniyuki Iwashima
2022-07-06 23:40 ` [PATCH v2 net 09/12] net: Fix data-races around sysctl_mem Kuniyuki Iwashima
2022-07-09 9:11 ` Matthieu Baerts
2022-07-06 23:40 ` [PATCH v2 net 10/12] cipso: Fix data-races around sysctl Kuniyuki Iwashima
2022-07-07 19:15 ` Paul Moore
2022-07-07 22:15 ` Kuniyuki Iwashima
2022-07-08 0:24 ` Jakub Kicinski
2022-07-08 0:44 ` Kuniyuki Iwashima
2022-07-06 23:40 ` [PATCH v2 net 11/12] icmp: " Kuniyuki Iwashima
2022-07-06 23:40 ` [PATCH v2 net 12/12] ipv4: Fix a data-race around sysctl_fib_sync_mem Kuniyuki Iwashima
2022-07-08 11:50 ` 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=165728101550.21070.5217821052702542560.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=keescook@chromium.org \
--cc=kuba@kernel.org \
--cc=kuni1840@gmail.com \
--cc=kuniyu@amazon.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mcgrof@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=yzaikin@google.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).