[ewg] [PATCH] non srq panic patch
David Wilder
dwilder at us.ibm.com
Wed Jun 25 16:26:53 PDT 2008
Roland Dreier wrote:
> > - ipoib_vfree(&priv->cm.rx_vmap_srq_ring);
> > + if (ipoib_cm_has_srq(dev))
> > + ipoib_vfree(&priv->cm.rx_vmap_srq_ring);
> > + else
> > + kfree(rx_ring);
>
> What tree is this made against? I can't find any reference to
> "ipoib_vfree" anywhere in the history of IPoIB so of course this patch
> doesn't apply.
>
> - R.
>
I apologies for not specifying the tree, it is Ofed 1.3.
ipoib_vfree() was introduced as a patch located in kernel_patches/fixes
in the 1.3 tree (Eli's ipoib_0280_vmap.patch). The ofed build process
had me confused. Should I have build the patch from the un-patched
tree? But then it would need patching again after the vmap patch was
applied:)
Please let me know if I need to re-submit.
Regards Dave
More information about the ewg
mailing list