From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [PATCH] IB/core: Perform modify QP on real one Date: Wed, 28 Nov 2018 11:58:20 +0100 Message-ID: <20181128105820.GC1822@kroah.com> References: <20181029151223.15114-1-leon@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20181029151223.15114-1-leon@kernel.org> Sender: stable-owner@vger.kernel.org To: Leon Romanovsky Cc: stable@vger.kernel.org, linux-rdma@vger.kernel.org, Parav Pandit , Jack Morgenstein , Jason Gunthorpe List-Id: linux-rdma@vger.kernel.org On Mon, Oct 29, 2018 at 05:12:23PM +0200, Leon Romanovsky wrote: > From: Parav Pandit > > commit b2bedfb39541a7e14798d066b6f8685d84c8fcf5 upstream > > Currently qp->port stores the port number whenever IB_QP_PORT > QP attribute mask is set (during QP state transition to INIT state). > This port number should be stored for the real QP when XRC target QP > is used. > > Follow the ib_modify_qp() implementation and hide the access to ->real_qp. > > This commit is required for proper operation of commit 65be9cbe1224 > ("RDMA/uverbs: Expand primary and alt AV port checks") which was added > to 4.14.61. > > Without this commit, XRC qp's do not work. > > Fixes: a512c2fbef9c ("IB/core: Introduce modify QP operation with udata") > Signed-off-by: Jack Morgenstein > Signed-off-by: Parav Pandit > Reviewed-by: Daniel Jurgens > Signed-off-by: Leon Romanovsky > Signed-off-by: Jason Gunthorpe > --- > drivers/infiniband/core/verbs.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) Does not apply to the 4.14.y tree :(