On Tue, Nov 07, 2017 at 06:33:26PM +0200, Leon Romanovsky wrote: > - bool special_qp = (qp->qp_type == IB_QPT_SMI || > - qp->qp_type == IB_QPT_GSI || > - qp->qp_type >= IB_QPT_RESERVED1); > + struct ib_qp *real_qp = qp->real_qp; > + bool special_qp = (real_qp->qp_type == IB_QPT_SMI || > + real_qp->qp_type == IB_QPT_GSI || > + real_qp->qp_type >= IB_QPT_RESERVED1); This QPT_RESERVED stuff was not supposed to be visible to the core layer, so why are we adding checks in security???? Jason -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html