Merge branch 'net-sysctl-races-round2'
Kuniyuki Iwashima says:
====================
sysctl: Fix data-races around ipv4_net_table (Round 2).
This series fixes data-races around 15 knobs after ip_default_ttl in
ipv4_net_table.
These two knobs are skipped.
- ip_local_port_range is safe with its own lock.
- ip_local_reserved_ports uses proc_do_large_bitmap(), which will need
an additional lock and can be fixed later.
So, the next round will start with igmp_link_local_mcast_reports.
====================
Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 2 additions, 1 deletiondrivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
- drivers/net/ethernet/netronome/nfp/flower/action.c 1 addition, 1 deletiondrivers/net/ethernet/netronome/nfp/flower/action.c
- include/net/inet_hashtables.h 1 addition, 1 deletioninclude/net/inet_hashtables.h
- include/net/inet_sock.h 5 additions, 4 deletionsinclude/net/inet_sock.h
- include/net/ip.h 2 additions, 2 deletionsinclude/net/ip.h
- include/net/route.h 1 addition, 1 deletioninclude/net/route.h
- net/ipv4/af_inet.c 1 addition, 1 deletionnet/ipv4/af_inet.c
- net/ipv4/icmp.c 1 addition, 1 deletionnet/ipv4/icmp.c
- net/ipv4/inet_connection_sock.c 1 addition, 1 deletionnet/ipv4/inet_connection_sock.c
- net/ipv4/ip_forward.c 1 addition, 1 deletionnet/ipv4/ip_forward.c
- net/ipv4/ip_sockglue.c 1 addition, 1 deletionnet/ipv4/ip_sockglue.c
- net/ipv4/netfilter/nf_reject_ipv4.c 2 additions, 2 deletionsnet/ipv4/netfilter/nf_reject_ipv4.c
- net/ipv4/proc.c 1 addition, 1 deletionnet/ipv4/proc.c
- net/ipv4/route.c 1 addition, 1 deletionnet/ipv4/route.c
- net/ipv4/tcp_output.c 6 additions, 5 deletionsnet/ipv4/tcp_output.c
- net/ipv4/tcp_timer.c 4 additions, 4 deletionsnet/ipv4/tcp_timer.c
- net/ipv6/af_inet6.c 1 addition, 1 deletionnet/ipv6/af_inet6.c
- net/netfilter/nf_synproxy_core.c 1 addition, 1 deletionnet/netfilter/nf_synproxy_core.c
- net/sctp/protocol.c 1 addition, 1 deletionnet/sctp/protocol.c
- net/xfrm/xfrm_state.c 1 addition, 1 deletionnet/xfrm/xfrm_state.c
Please register or sign in to comment