]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-sysctl-races'
authorDavid S. Miller <davem@davemloft.net>
Wed, 13 Jul 2022 11:56:50 +0000 (12:56 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 13 Jul 2022 11:56:50 +0000 (12:56 +0100)
commit9c704ffb702d1b7bdacc7b10ce112e52e4248c02
treea571db15de0e5ac08997aab9705356eff39685b6
parentd5e7971b362985ecb76da93398c7368090f350a9
parentbf5791759f846c475ef1f4b761f56b1e4716df47
Merge branch 'net-sysctl-races'

Kuniyuki Iwashima says:

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

This series fixes data-races around the first 13 knobs and
nexthop_compat_mode in ipv4_net_table.

I will post another patch for three early_demux knobs later,
so the next round will start from ip_default_ttl.
====================

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