> > > + /* for XRC target qp's, check that qp is live */ > > > + if (!event->element.qp->uobject > > > || !event->element.qp->uobject->live) > > > + return; > > > > Isn't checking 'live' sufficient? > > Unfortunately, not -- uobject might be NULL, in which case we will get > a kernel Oops.
I see - thanks -- 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
