summaryrefslogtreecommitdiff
path: root/net/socket.c
diff options
context:
space:
mode:
authorPetr Machata <petrm@mellanox.com>2018-06-08 16:11:47 +0300
committerDavid S. Miller <davem@davemloft.net>2018-06-09 02:58:31 +0300
commit873aca2ee86e533665a73292c4e308ded1e9bafe (patch)
treeea70348861f364b709118946a5216a91cd421a00 /net/socket.c
parent6c206b20092a3623184cff9470dba75d21507874 (diff)
downloadlinux-873aca2ee86e533665a73292c4e308ded1e9bafe.tar.xz
net: bridge: Fix locking in br_fdb_find_port()
Callers of br_fdb_find() need to hold the hash lock, which br_fdb_find_port() doesn't do. However, since br_fdb_find_port() is not doing any actual FDB manipulation, the hash lock is not really needed at all. So convert to br_fdb_find_rcu(), surrounded by rcu_read_lock() / _unlock() pair. The device pointer copied from inside the FDB entry is then kept alive by the RTNL lock, which br_fdb_find_port() asserts. Fixes: 4d4fd36126d6 ("net: bridge: Publish bridge accessor functions") Signed-off-by: Petr Machata <petrm@mellanox.com> Acked-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/socket.c')
0 files changed, 0 insertions, 0 deletions