Files
linux/net/core
Kuniyuki Iwashima a8c6dead56 net: Fix a data-race around sysctl_net_busy_read.
[ Upstream commit e59ef36f07 ]

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

Fixes: 2d48d67fa8 ("net: poll/select low latency socket support")
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>
2023-06-13 14:13:24 +09:00
..
2023-05-16 11:14:49 +09:00
2015-04-02 14:04:59 -04:00
2015-11-22 11:54:10 -05:00
2018-01-17 10:29:45 +01:00
2015-10-26 22:24:22 -07:00