From: David S. Miller Date: Fri, 15 Jul 2022 10:49:56 +0000 (+0100) Subject: Merge branch 'net-sysctl-races-round2' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=782d86fe44e38c0a02e92042fff2ce417d62c61a;p=linux.git 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 --- 782d86fe44e38c0a02e92042fff2ce417d62c61a