Home
last modified time | relevance | path

Searched hist:"83 f6a740b4e52f88e312223df2fc94016a208618" (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/bridge/
H A Dbr_forward.cdiff 83f6a740b4e52f88e312223df2fc94016a208618 Tue Apr 27 10:01:06 CDT 2010 stephen hemminger <shemminger@vyatta.com> bridge: multicast port group RCU fix

The recently introduced bridge mulitcast port group list was only
partially using RCU correctly. It was missing rcu_dereference()
and missing the necessary barrier on deletion.

The code should have used one of the standard list methods (list or hlist)
instead of open coding a RCU based link list.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
H A Dbr_multicast.cdiff 83f6a740b4e52f88e312223df2fc94016a208618 Tue Apr 27 10:01:06 CDT 2010 stephen hemminger <shemminger@vyatta.com> bridge: multicast port group RCU fix

The recently introduced bridge mulitcast port group list was only
partially using RCU correctly. It was missing rcu_dereference()
and missing the necessary barrier on deletion.

The code should have used one of the standard list methods (list or hlist)
instead of open coding a RCU based link list.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>