diff options
author | David S. Miller <davem@davemloft.net> | 2022-07-18 13:21:54 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-07-18 13:21:54 +0200 |
commit | c9f21106d97b5056f36613792fe55284a9c5f75b (patch) | |
tree | 1eb5186ef049d12e569d65fccf1657065dfc618c /Documentation | |
parent | net: prestera: acl: use proper mask for port selector (diff) | |
parent | tcp: Fix data-races around sysctl_tcp_fastopen_blackhole_timeout. (diff) | |
download | linux-c9f21106d97b5056f36613792fe55284a9c5f75b.tar.xz linux-c9f21106d97b5056f36613792fe55284a9c5f75b.zip |
Merge branch 'net-ipv4-sysctl-races-part-3'
Kuniyuki Iwashima says:
====================
sysctl: Fix data-races around ipv4_net_table (Round 3).
This series fixes data-races around 21 knobs after
igmp_link_local_mcast_reports in ipv4_net_table.
These 4 knobs are skipped because they are safe.
- tcp_congestion_control: Safe with RCU and xchg().
- tcp_available_congestion_control: Read only.
- tcp_allowed_congestion_control: Safe with RCU and spinlock().
- tcp_fastopen_key: Safe with RCU and xchg()
So, round 4 will start with fib_multipath_use_neigh.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions