linux/Documentation
Kuniyuki Iwashima a720ca6823 ipv4: Fix data-races around sysctl_ip_dynaddr.
[ Upstream commit e49e4aff7ec19b2d0d0957ee30e93dade57dab9e ]

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

Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2")
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-07-21 21:09:29 +02:00
..
2018-04-11 10:28:39 -07:00
2018-09-26 18:11:23 +02:00
2018-07-17 15:33:47 +02:00
2018-03-06 17:26:15 +01:00
2018-03-26 12:13:21 -04:00
2018-03-01 17:32:14 +01:00
2021-05-22 10:59:50 +02:00
2021-05-22 10:59:50 +02:00
2018-07-07 17:27:13 +02:00
2018-03-26 15:57:04 +02:00
2018-05-08 09:16:41 -06:00