summaryrefslogtreecommitdiffstats
path: root/include/rdma/rdmavt_qp.h
diff options
context:
space:
mode:
authorIra Weiny <ira.weiny@intel.com>2016-07-27 21:06:15 -0400
committerDoug Ledford <dledford@redhat.com>2016-08-02 22:46:21 -0400
commit042b0159aa6c230093c4318b689ef9a5b89f29e2 (patch)
treeac2b96023d6ee2dd7062dc1a971541d34809f8d7 /include/rdma/rdmavt_qp.h
parent527dbf12e08175e510ab445528c1a2964c1129ca (diff)
IB/hfi1: Handle kzalloc failure in init_pervl_scs
Checking the return value of the memory allocation call in init_pervl_scs() was missed. Recently the kmalloc() was changed to kzalloc() which identified the problem. While fixing this issue 2 other bugs were noticed. First, the array being allocated is accessed in the nomem path which can be reached before it is allocated. Second, kernel_send_context was not released on error. Fix both of these by creating a more common memory unwind label structure. Fixes: 35f6befc8441 ("staging/rdma/hfi1: Add qp to send context mapping for PIO") Reported-by: Leon Romanovsky <leon@kernel.org> Reviewed-by: Mike Marciniszyn <mike.marciniszyn@intel.com> Signed-off-by: Dennis Dalessandro <dennis.dalessandro@intel.com> Signed-off-by: Ira Weiny <ira.weiny@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'include/rdma/rdmavt_qp.h')
0 files changed, 0 insertions, 0 deletions