OSDN Git Service

Merge branch 'net-sysctl-races-round-4'
authorDavid S. Miller <davem@davemloft.net>
Wed, 20 Jul 2022 09:14:50 +0000 (10:14 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 20 Jul 2022 09:14:50 +0000 (10:14 +0100)
commit3b15b3e93e405828c0b38df15439d9a851468d98
treeff4df38955777e54a0ce553283c9a1bd9c72224b
parentef5621758a02fe8178de9d0df414ffb79463ff86
parenta11e5b3e7a59fde1a90b0eaeaa82320495cf8cae
Merge branch 'net-sysctl-races-round-4'

Kuniyuki Iwashima says:

====================
sysctl: Fix data-races around ipv4_net_table (Round 4).

This series fixes data-races around 17 knobs after fib_multipath_use_neigh
in ipv4_net_table.

tcp_fack was skipped because it's obsolete and there's no readers.

So, round 5 will start with tcp_dsack, 2 rounds left for 27 knobs.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>