]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-sysctl-races-part-6'
authorDavid S. Miller <davem@davemloft.net>
Mon, 25 Jul 2022 11:42:10 +0000 (12:42 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 25 Jul 2022 11:42:10 +0000 (12:42 +0100)
commitdc2c032d10bad9664764cf54ad761ee979f707bc
tree66d7648a2edd38f2996da441df019b0632adb5ce
parent4e9f749903e64fbddd10a580541849ba104bedf2
parent95980e9f004abf47f6bd3c4c2864ed72c5f3b469
Merge branch 'net-sysctl-races-part-6'

Kuniyuki Iwashima says:

====================
sysctl: Fix data-races around ipv4_net_table (Round 6, Final).

This series fixes data-races around 11 knobs after tcp_pacing_ss_ratio
ipv4_net_table, and this is the final round for ipv4_net_table.

While at it, other data-races around these related knobs are fixed.

  - decnet_mem
  - decnet_rmem
  - tipc_rmem

There are still 58 tables possibly missing some fixes under net/.

  $ grep -rnE "struct ctl_table.*?\[\] =" net/ | wc -l
  60
====================

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