Moni Shoua wrote: > One patch > (http://lists.openfabrics.org/pipermail/general/2009-August/061663.html) > checks each > multicast address for validity before it lets it get into the queue.
isn't it the below commit which appears in Linus tree? Or. > commit 5e47596bee12597824a3b5b21e20f80b61e58a35 > Author: Jason Gunthorpe <[email protected]> > Date: Sat Sep 5 20:23:40 2009 -0700 > > IPoIB: Check multicast address format > > Check that the format of multicast link addresses is correct before > taking them from dev->mc_list to priv->multicast_list. This way we > never try to send a bogus address to the SA, which prevents badness > from erronous 'ip maddr addr add', broken bonding drivers, etc. > > Signed-off-by: Jason Gunthorpe <[email protected]> > Signed-off-by: Roland Dreier <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
