Eric Dumazet 5baa0433a1 neighbour: fix data-races around n->output
n->output field can be read locklessly, while a writer
might change the pointer concurrently.

Add missing annotations to prevent load-store tearing.

Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: David Ahern <dsahern@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2023-10-01 17:14:37 +01:00
..
2021-06-22 10:35:15 -07:00
2023-09-19 13:35:15 +02:00
2023-09-19 13:35:15 +02:00
2019-12-14 20:02:36 -08:00
2021-10-02 14:18:25 +01:00