Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Pull rdma fixes from Jason Gunthorpe: "This is the next batch of for-rc patches from RDMA. It includes the fix for the ipoib regression I mentioned last time, and the result of a fairly major debugging effort to get iser working reliably on cxgb4 hardware - it turns out the cxgb4 driver was not handling QP error flushing properly causing iser to fail. - cxgb4 fix for an iser testing failure as debugged by Steve and Sagi. The problem was a driver bug in the handling of shutting down a QP. - Various vmw_pvrdma fixes for bogus WARN_ON, missed resource free on error unwind and a use after free bug - Improper congestion counter values on mlx5 when link aggregation is enabled - ipoib lockdep regression introduced in this merge window - hfi1 regression supporting the device in a VM introduced in a recent patch - Typo that breaks future uAPI compatibility in the verbs core - More SELinux related oops fixing - Fix an oops during error unwind in mlx5" * tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma: IB/mlx5: Fix mlx5_ib_alloc_mr error flow IB/core: Verify that QP is security enabled in create and destroy IB/uverbs: Fix command checking as part of ib_uverbs_ex_modify_qp() IB/mlx5: Serialize access to the VMA list IB/hfi: Only read capability registers if the capability exists IB/ipoib: Fix lockdep issue found on ipoib_ib_dev_heavy_flush IB/mlx5: Fix congestion counters in LAG mode RDMA/vmw_pvrdma: Avoid use after free due to QP/CQ/SRQ destroy RDMA/vmw_pvrdma: Use refcount_dec_and_test to avoid warning RDMA/vmw_pvrdma: Call ib_umem_release on destroy QP path iw_cxgb4: when flushing, complete all wrs in a chain iw_cxgb4: reflect the original WR opcode in drain cqes iw_cxgb4: Only validate the MSN for successful completions
Showing
- drivers/infiniband/core/security.c 3 additions, 0 deletionsdrivers/infiniband/core/security.c
- drivers/infiniband/core/uverbs_cmd.c 2 additions, 2 deletionsdrivers/infiniband/core/uverbs_cmd.c
- drivers/infiniband/core/verbs.c 2 additions, 1 deletiondrivers/infiniband/core/verbs.c
- drivers/infiniband/hw/cxgb4/cq.c 5 additions, 8 deletionsdrivers/infiniband/hw/cxgb4/cq.c
- drivers/infiniband/hw/cxgb4/iw_cxgb4.h 0 additions, 2 deletionsdrivers/infiniband/hw/cxgb4/iw_cxgb4.h
- drivers/infiniband/hw/cxgb4/qp.c 67 additions, 5 deletionsdrivers/infiniband/hw/cxgb4/qp.c
- drivers/infiniband/hw/cxgb4/t4.h 6 additions, 0 deletionsdrivers/infiniband/hw/cxgb4/t4.h
- drivers/infiniband/hw/hfi1/hfi.h 0 additions, 1 deletiondrivers/infiniband/hw/hfi1/hfi.h
- drivers/infiniband/hw/hfi1/pcie.c 12 additions, 18 deletionsdrivers/infiniband/hw/hfi1/pcie.c
- drivers/infiniband/hw/mlx5/cmd.c 0 additions, 11 deletionsdrivers/infiniband/hw/mlx5/cmd.c
- drivers/infiniband/hw/mlx5/cmd.h 0 additions, 2 deletionsdrivers/infiniband/hw/mlx5/cmd.h
- drivers/infiniband/hw/mlx5/main.c 14 additions, 29 deletionsdrivers/infiniband/hw/mlx5/main.c
- drivers/infiniband/hw/mlx5/mlx5_ib.h 4 additions, 0 deletionsdrivers/infiniband/hw/mlx5/mlx5_ib.h
- drivers/infiniband/hw/mlx5/mr.c 1 addition, 0 deletionsdrivers/infiniband/hw/mlx5/mr.c
- drivers/infiniband/hw/vmw_pvrdma/pvrdma.h 3 additions, 3 deletionsdrivers/infiniband/hw/vmw_pvrdma/pvrdma.h
- drivers/infiniband/hw/vmw_pvrdma/pvrdma_cq.c 4 additions, 3 deletionsdrivers/infiniband/hw/vmw_pvrdma/pvrdma_cq.c
- drivers/infiniband/hw/vmw_pvrdma/pvrdma_main.c 7 additions, 10 deletionsdrivers/infiniband/hw/vmw_pvrdma/pvrdma_main.c
- drivers/infiniband/hw/vmw_pvrdma/pvrdma_qp.c 11 additions, 3 deletionsdrivers/infiniband/hw/vmw_pvrdma/pvrdma_qp.c
- drivers/infiniband/hw/vmw_pvrdma/pvrdma_srq.c 4 additions, 3 deletionsdrivers/infiniband/hw/vmw_pvrdma/pvrdma_srq.c
- drivers/infiniband/ulp/ipoib/ipoib_ib.c 3 additions, 4 deletionsdrivers/infiniband/ulp/ipoib/ipoib_ib.c
Please register or sign in to comment