Merge branch 'sysctl-races-part-5'
authorDavid S. Miller <davem@davemloft.net>
Fri, 22 Jul 2022 11:06:18 +0000 (12:06 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 22 Jul 2022 11:06:18 +0000 (12:06 +0100)
commitb20a7ca8cfa4dce01f848056fe6313b444b7dcf5
tree1671e0ab895d93a261db38e1ef1e4c313537fd9f
parentebbbe23fdf6070e31509638df3321688358cc211
parent2afdbe7b8de84c28e219073a6661080e1b3ded48
Merge branch 'sysctl-races-part-5'

Kuniyuki Iwashima says:

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

This series fixes data-races around 15 knobs after tcp_dsack in
ipv4_net_table.

tcp_tso_win_divisor was skipped because it already uses READ_ONCE().

So, the final round for ipv4_net_table will start with tcp_pacing_ss_ratio.
====================

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