]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'bridge-mdb-fixes'
authorDavid S. Miller <davem@davemloft.net>
Sun, 24 Apr 2016 18:23:38 +0000 (14:23 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sun, 24 Apr 2016 18:23:38 +0000 (14:23 -0400)
commita1ad11b83b64788ac3dcd4083cc6156f6230ef30
tree3fab543500b3d8ee7ccb7def33b957e2c97886f7
parent062d7f9c98dd923894e9332760bb0c27ac19049c
parent8bcb8e5c042b434fbf39531d4a110daa6d7d1c8e
Merge branch 'bridge-mdb-fixes'

Jiri Pirko says:

====================
bridge: mdb: Couple of fixes

Elad says:

This patchset fixes two problems reported by Nikolay Aleksandrov. The first
problem is that the MDB offload flag might be accesed without helding the
multicast_lock.
The second problem is that the switchdev mdb offload is deferred and
the offload bit was marked regardless if the operation succeeded or not.
====================

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