Message ID | 20220715171755.38497-1-kuniyu@amazon.com (mailing list archive) |
---|---|
Headers | show |
Series | sysctl: Fix data-races around ipv4_net_table (Round 3). | expand |
Hello: This series was applied to netdev/net.git (master) by David S. Miller <davem@davemloft.net>: On Fri, 15 Jul 2022 10:17:40 -0700 you wrote: > 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() > > [...] Here is the summary with links: - [v1,net,01/15] igmp: Fix data-races around sysctl_igmp_llm_reports. https://git.kernel.org/netdev/net/c/f6da2267e711 - [v1,net,02/15] igmp: Fix a data-race around sysctl_igmp_max_memberships. https://git.kernel.org/netdev/net/c/6305d821e3b9 - [v1,net,03/15] igmp: Fix data-races around sysctl_igmp_max_msf. https://git.kernel.org/netdev/net/c/6ae0f2e55373 - [v1,net,04/15] igmp: Fix data-races around sysctl_igmp_qrv. https://git.kernel.org/netdev/net/c/8ebcc62c738f - [v1,net,05/15] tcp: Fix data-races around keepalive sysctl knobs. https://git.kernel.org/netdev/net/c/f2f316e287e6 - [v1,net,06/15] tcp: Fix data-races around sysctl_tcp_syn(ack)?_retries. https://git.kernel.org/netdev/net/c/20a3b1c0f603 - [v1,net,07/15] tcp: Fix data-races around sysctl_tcp_syncookies. https://git.kernel.org/netdev/net/c/f2e383b5bb6b - [v1,net,08/15] tcp: Fix data-races around sysctl_tcp_migrate_req. https://git.kernel.org/netdev/net/c/4177f545895b - [v1,net,09/15] tcp: Fix data-races around sysctl_tcp_reordering. https://git.kernel.org/netdev/net/c/46778cd16e6a - [v1,net,10/15] tcp: Fix data-races around some timeout sysctl knobs. https://git.kernel.org/netdev/net/c/39e24435a776 - [v1,net,11/15] tcp: Fix a data-race around sysctl_tcp_notsent_lowat. https://git.kernel.org/netdev/net/c/55be873695ed - [v1,net,12/15] tcp: Fix a data-race around sysctl_tcp_tw_reuse. https://git.kernel.org/netdev/net/c/cbfc6495586a - [v1,net,13/15] tcp: Fix data-races around sysctl_max_syn_backlog. https://git.kernel.org/netdev/net/c/79539f34743d - [v1,net,14/15] tcp: Fix data-races around sysctl_tcp_fastopen. https://git.kernel.org/netdev/net/c/5a54213318c4 - [v1,net,15/15] tcp: Fix data-races around sysctl_tcp_fastopen_blackhole_timeout. https://git.kernel.org/netdev/net/c/021266ec640c You are awesome, thank you!