Files
kernel_arpi/net/ipv4
Kuniyuki Iwashima 4685f16b3a ipv4: Fix data-races around sysctl_fib_notify_on_flag_change.
[ Upstream commit 96b9bd8c6d125490f9adfb57d387ef81a55a103e ]

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

Fixes: 680aea08e7 ("net: ipv4: Emit notification when fib hardware flags are changed")
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-03 12:03:52 +02:00
..
2021-12-08 09:04:38 +01:00
2021-08-31 12:03:33 +01:00
2021-07-27 20:11:44 +01:00
2021-07-27 20:11:44 +01:00
2022-05-18 10:26:57 +02:00
2022-02-01 17:27:14 +01:00
2021-08-31 12:03:33 +01:00