Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Pull rdma fixes from Jason Gunthorpe: "Things have been quite slow, only 6 RC patches have been sent to the list. Regression, user visible bugs, and crashing fixes: - cxgb4 could wrongly fail MR creation due to a typo - various crashes if the wrong QP type is mixed in with APIs that expect other types - syzkaller oops - using ERR_PTR and NULL together cases HFI1 to crash in some cases - mlx5 memory leak in error unwind" * tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma: RDMA/mlx5: Fix memory leak in mlx5_ib_create_srq() error path RDMA/uverbs: Don't fail in creation of multiple flows IB/hfi1: Fix incorrect mixing of ERR_PTR and NULL return values RDMA/uverbs: Fix slab-out-of-bounds in ib_uverbs_ex_create_flow RDMA/uverbs: Protect from attempts to create flows on unsupported QP iw_cxgb4: correctly enforce the max reg_mr depth
No related branches found
No related tags found
Showing
- drivers/infiniband/core/uverbs_cmd.c 17 additions, 11 deletionsdrivers/infiniband/core/uverbs_cmd.c
- drivers/infiniband/hw/cxgb4/mem.c 1 addition, 1 deletiondrivers/infiniband/hw/cxgb4/mem.c
- drivers/infiniband/hw/hfi1/rc.c 1 addition, 1 deletiondrivers/infiniband/hw/hfi1/rc.c
- drivers/infiniband/hw/hfi1/uc.c 2 additions, 2 deletionsdrivers/infiniband/hw/hfi1/uc.c
- drivers/infiniband/hw/hfi1/ud.c 2 additions, 2 deletionsdrivers/infiniband/hw/hfi1/ud.c
- drivers/infiniband/hw/hfi1/verbs_txreq.c 2 additions, 2 deletionsdrivers/infiniband/hw/hfi1/verbs_txreq.c
- drivers/infiniband/hw/hfi1/verbs_txreq.h 2 additions, 2 deletionsdrivers/infiniband/hw/hfi1/verbs_txreq.h
- drivers/infiniband/hw/mlx5/srq.c 12 additions, 6 deletionsdrivers/infiniband/hw/mlx5/srq.c
Loading
Please register or sign in to comment