sst-linux/net/netlink
Eric Dumazet da553c7ca8 netlink: annotate data races around sk_state
[ Upstream commit 9b663b5cbb15b494ef132a3c937641c90646eb73 ]

netlink_getsockbyportid() reads sk_state while a concurrent
netlink_connect() can change its value.

Fixes: 1da177e4c3 ("Linux-2.6.12-rc2")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-02-01 08:34:45 +01:00
..
af_netlink.c netlink: annotate data races around sk_state 2023-02-01 08:34:45 +01:00
af_netlink.h
diag.c
genetlink.c
Kconfig
Makefile
policy.c