Files
linux-stable-mirror/include/net
Kuniyuki Iwashima 46e9c46203 raw: Fix a data-race around sysctl_raw_l3mdev_accept.
[ Upstream commit 1dace01492 ]

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

Fixes: 6897445fb1 ("net: provide a sysctl raw_l3mdev_accept for raw socket lookup with VRFs")
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:24:27 +02:00
..
2021-07-01 13:19:48 -07:00
2021-07-29 12:18:11 +01:00
2021-07-27 13:05:56 +01:00
2021-10-18 13:47:09 +01:00
2021-05-17 15:29:35 -07:00
2021-08-04 10:01:26 +01:00
2022-07-21 21:24:21 +02:00
2021-08-03 13:05:26 +01:00