Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Pull rdma fixes from Jason Gunthorpe: "Some medium sized bugs in the various drivers. A couple are more recent regressions: - Fix two panics in hfi1 and two allocation problems - Send the IGMP to the correct address in cma - Squash a syzkaller bug related to races reading the multicast list - Memory leak in siw and cm - Fix a corner case spec compliance for HFI/QIB - Correct the implementation of fences in siw - Error unwind bug in mlx4" * tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma: RDMA/mlx4: Don't continue event handler after memory allocation failure RDMA/siw: Fix broken RDMA Read Fence/Resume logic. IB/rdmavt: Validate remote_addr during loopback atomic tests IB/cm: Release previously acquired reference counter in the cm_id_priv RDMA/siw: Fix refcounting leak in siw_create_qp() RDMA/ucma: Protect mc during concurrent multicast leaves RDMA/cma: U...
Showing
- drivers/infiniband/core/cm.c 1 addition, 1 deletiondrivers/infiniband/core/cm.c
- drivers/infiniband/core/cma.c 12 additions, 10 deletionsdrivers/infiniband/core/cma.c
- drivers/infiniband/core/ucma.c 23 additions, 11 deletionsdrivers/infiniband/core/ucma.c
- drivers/infiniband/hw/hfi1/ipoib.h 1 addition, 1 deletiondrivers/infiniband/hw/hfi1/ipoib.h
- drivers/infiniband/hw/hfi1/ipoib_main.c 15 additions, 12 deletionsdrivers/infiniband/hw/hfi1/ipoib_main.c
- drivers/infiniband/hw/hfi1/ipoib_tx.c 26 additions, 12 deletionsdrivers/infiniband/hw/hfi1/ipoib_tx.c
- drivers/infiniband/hw/mlx4/main.c 1 addition, 1 deletiondrivers/infiniband/hw/mlx4/main.c
- drivers/infiniband/sw/rdmavt/qp.c 2 additions, 0 deletionsdrivers/infiniband/sw/rdmavt/qp.c
- drivers/infiniband/sw/siw/siw.h 1 addition, 6 deletionsdrivers/infiniband/sw/siw/siw.h
- drivers/infiniband/sw/siw/siw_qp_rx.c 11 additions, 9 deletionsdrivers/infiniband/sw/siw/siw_qp_rx.c
- drivers/infiniband/sw/siw/siw_verbs.c 2 additions, 1 deletiondrivers/infiniband/sw/siw/siw_verbs.c
Please register or sign in to comment