RE: [ofa-general] [PATCH] IB/core: initialize mad_agent_priv before putting on lists

2009-02-27 Thread Sean Hefty
There is a potential race in ib_register_mad_agent() where the struct ib_mad_agent_private is not fully initialized before it is added to the list of agents per IB port. This means the ib_mad_agent_private could be seen before the refcount, spin locks, and linked lists are initialized. The fix is

Re: [ofa-general] [PATCH] IB/core: initialize mad_agent_priv before putting on lists

2009-02-27 Thread Roland Dreier
thanks, applied ___ general mailing list general@lists.openfabrics.org http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general