[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1499974658-6180-1-git-send-email-mustafa.ismail@intel.com>
Date: Thu, 13 Jul 2017 14:37:36 -0500
From: Mustafa Ismail <mustafa.ismail@...el.com>
To: linux-rdma@...r.kernel.org
Cc: dledford@...hat.com, swise@...ngridcomputing.com,
linux-kernel@...r.kernel.org, stable@...r.kernel.org,
gregkh@...uxfoundation.org, shiraz.saleem@...el.com
Subject: [PATCH 0/2] Fix modify_qp failure
Commit 5ecce4c9b17b("Check port number supplied by user verbs cmds") causes
modify_qp to fail because port_num is only valid when the mask is set.
Additionally, for iWARP, the port_num is not initialized which also causes
modify_qp to fail.
This series fixes both issues.
Mustafa Ismail (2):
RDMA/uverbs: Fix the check for port number
RDMA/core: Initialize port_num in qp_attr
drivers/infiniband/core/cma.c | 2 ++
drivers/infiniband/core/uverbs_cmd.c | 3 ++-
2 files changed, 4 insertions(+), 1 deletion(-)
--
2.7.4
Powered by blists - more mailing lists