]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb977eea4400498963da0156365ddb23c9fecdfb2
tree1671e0ab895d93a261db38e1ef1e4c313537fd9f
parent6232f5fa0371a886b14f26e1fd5b31a037dc810b
parent8a546f9373e2f7b8da843bab80c843e4d72969f4
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>