-
- Downloads
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Pull rdma fixes from Jason Gunthorpe: "This is a bit later than usual for our first -rc but I'm not seeing anything worry-some in the RDMA tree right now. Quiet so far this -rc cycle, only a few internal driver related bugs and a small series fixing ODP bugs found by more advanced testing. A set of small driver and core code fixes: - Small series fixing longtime user triggerable bugs in the ODP processing inside mlx5 and core code - Various small driver malfunctions and crashes (use after, free, error unwind, implementation bugs) - A misfunction of the RDMA GID cache that can be triggered by the administrator" * tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma: RDMA/mlx5: Initialize return variable in case pagefault was skipped IB/mlx5: Fix page fault handling for MW IB/umem: Set correct address to the invalidation function IB/mlx5: Skip non-ODP MR when handling a page fault RDMA/hns: Bugfix pbl configuration for rereg mr iser: set sector for ambiguous mr status errors RDMA/rdmavt: Fix rvt_create_ah function signature IB/mlx5: Avoid load failure due to unknown link width IB/mlx5: Fix XRC QP support after introducing extended atomic RDMA/bnxt_re: Avoid accessing the device structure after it is freed RDMA/bnxt_re: Fix system hang when registration with L2 driver fails RDMA/core: Add GIDs while changing MAC addr only for registered ndev RDMA/mlx5: Fix fence type for IB_WR_LOCAL_INV WR net/mlx5: Fix XRC SRQ umem valid bits
Showing
- drivers/infiniband/core/roce_gid_mgmt.c 4 additions, 2 deletionsdrivers/infiniband/core/roce_gid_mgmt.c
- drivers/infiniband/core/umem_odp.c 6 additions, 14 deletionsdrivers/infiniband/core/umem_odp.c
- drivers/infiniband/hw/bnxt_re/main.c 3 additions, 0 deletionsdrivers/infiniband/hw/bnxt_re/main.c
- drivers/infiniband/hw/hns/hns_roce_hw_v2.c 60 additions, 68 deletionsdrivers/infiniband/hw/hns/hns_roce_hw_v2.c
- drivers/infiniband/hw/mlx5/main.c 11 additions, 18 deletionsdrivers/infiniband/hw/mlx5/main.c
- drivers/infiniband/hw/mlx5/odp.c 10 additions, 0 deletionsdrivers/infiniband/hw/mlx5/odp.c
- drivers/infiniband/hw/mlx5/qp.c 11 additions, 11 deletionsdrivers/infiniband/hw/mlx5/qp.c
- drivers/infiniband/sw/rdmavt/ah.c 3 additions, 1 deletiondrivers/infiniband/sw/rdmavt/ah.c
- drivers/infiniband/sw/rdmavt/ah.h 2 additions, 1 deletiondrivers/infiniband/sw/rdmavt/ah.h
- drivers/infiniband/ulp/iser/iser_verbs.c 3 additions, 4 deletionsdrivers/infiniband/ulp/iser/iser_verbs.c
- include/linux/mlx5/mlx5_ifc.h 8 additions, 4 deletionsinclude/linux/mlx5/mlx5_ifc.h
Loading
Please register or sign in to comment