Files
linux/net/ipv4
Kuniyuki Iwashima c3b596eb8b ipv4: Fix data-races around sysctl_ip_dynaddr.
[ Upstream commit e49e4aff7e ]

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

Fixes: 1da177e4c3 ("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 20:40:31 +02:00
..
2018-04-13 19:48:32 +02:00
2021-12-08 08:45:05 +01:00
2022-07-21 20:40:31 +02:00
2016-09-21 00:23:01 -04:00
2022-05-18 09:15:44 +02:00
2022-02-08 18:15:28 +01:00
2019-04-17 08:36:45 +02:00
2017-05-14 14:00:21 +02:00
2016-09-01 14:09:01 -07:00
2022-03-23 09:00:33 +01:00
2015-09-17 17:18:37 -07:00