]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'bridge-mc-fixes'
authorDavid S. Miller <davem@davemloft.net>
Sun, 11 Jul 2021 19:11:06 +0000 (12:11 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 11 Jul 2021 19:11:21 +0000 (12:11 -0700)
commit1f3926a7028e724cc5f9f862dc43aa5b08a35102
tree874050214468ea62e59bb2d03071d7e9611d6c4f
parentc9fbb226d3606cf8510b6bc612ea2881947b5baf
parent7b402d22b0de21bf3e6ca6f4df9778f8e175f032
Merge branch 'bridge-mc-fixes'

Nikolay Aleksandrov says:

====================
net: bridge: multicast: fix automatic router port marking races

While working on per-vlan multicast snooping I found two race conditions
when multicast snooping is enabled. They're identical and happen when
the router port list is modified without the multicast lock. One requires
a PIM hello message to be received on a port and the other an MRD
advertisement. To fix them we just need to take the multicast_lock when
adding the ports to the router port list (marking them as router ports).
Tested on an affected setup by generating the required packets while
modifying the port list in parallel.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>