Files
linux-stable-mirror/include/linux
Kuniyuki Iwashima b340f83daf net: Fix data-races around sysctl_devconf_inherit_init_net.
[ Upstream commit a5612ca10d ]

While reading sysctl_devconf_inherit_init_net, it can be changed
concurrently.  Thus, we need to add READ_ONCE() to its readers.

Fixes: 856c395cfa ("net: introduce a knob to control whether to inherit devconf config")
Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2022-08-31 17:16:44 +02:00
..
2022-08-25 11:40:05 +02:00
2022-08-17 14:23:11 +02:00
2022-08-31 17:16:34 +02:00
2022-07-07 17:53:26 +02:00
2022-04-13 20:59:03 +02:00
2022-08-17 14:24:08 +02:00
2022-07-23 12:53:57 +02:00
2022-07-12 16:35:08 +02:00
2022-06-09 10:23:32 +02:00
2022-07-02 16:41:17 +02:00
2022-07-12 16:35:08 +02:00
2022-07-29 17:25:32 +02:00