]> 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)
commitc767ff10eef63cff58daf8d1770320e8d3eeb240
tree3fab543500b3d8ee7ccb7def33b957e2c97886f7
parentb4526d8fa14c23e863af974f93b5125aa1fd0f06
parentfa4cad4dd4a46fe52b26fdbc80ef70de64576a92
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>