Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Pull rdma fixes from Doug Ledford: "A small collection of -rc fixes. Mostly. One API addition, but that's because we wanted to use it in a fix. There's also a bug fix that is going to render the 5.5 kernel's soft-RoCE driver incompatible with all soft-RoCE versions prior, but it's required to actually implement the protocol according to the RoCE spec and required in order for the soft-RoCE driver to be able to successfully work with actual RoCE hardware. Summary: - Update Steve Wise info - Fix for soft-RoCE crc calculations (will break back compatibility, but only with the soft-RoCE driver, which has had this bug since it was introduced and it is an on-the-wire bug, but will make soft-RoCE fully compatible with real RoCE hardware) - cma init fixup - counters oops fix - fix for mlx4 init/teardown sequence - fix for mkx5 steering rules - introduce a cleanup API, which isn't a fix, but we want to use it in the next fix - fix for mlx5 memory management that uses API in previous patch" * tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma: IB/mlx5: Fix device memory flows IB/core: Introduce rdma_user_mmap_entry_insert_range() API IB/mlx5: Fix steering rule of drop and count IB/mlx4: Follow mirror sequence of device add during device removal RDMA/counter: Prevent auto-binding a QP which are not tracked with res rxe: correctly calculate iCRC for unaligned payloads Update mailmap info for Steve Wise RDMA/cma: add missed unregister_pernet_subsys in init failure
No related branches found
No related tags found
Showing
- .mailmap 2 additions, 0 deletions.mailmap
- drivers/infiniband/core/cma.c 1 addition, 0 deletionsdrivers/infiniband/core/cma.c
- drivers/infiniband/core/counters.c 3 additions, 0 deletionsdrivers/infiniband/core/counters.c
- drivers/infiniband/core/ib_core_uverbs.c 39 additions, 9 deletionsdrivers/infiniband/core/ib_core_uverbs.c
- drivers/infiniband/hw/mlx4/main.c 5 additions, 4 deletionsdrivers/infiniband/hw/mlx4/main.c
- drivers/infiniband/hw/mlx5/cmd.c 7 additions, 9 deletionsdrivers/infiniband/hw/mlx5/cmd.c
- drivers/infiniband/hw/mlx5/cmd.h 1 addition, 1 deletiondrivers/infiniband/hw/mlx5/cmd.h
- drivers/infiniband/hw/mlx5/main.c 85 additions, 48 deletionsdrivers/infiniband/hw/mlx5/main.c
- drivers/infiniband/hw/mlx5/mlx5_ib.h 18 additions, 1 deletiondrivers/infiniband/hw/mlx5/mlx5_ib.h
- drivers/infiniband/sw/rxe/rxe_recv.c 1 addition, 1 deletiondrivers/infiniband/sw/rxe/rxe_recv.c
- drivers/infiniband/sw/rxe/rxe_req.c 6 additions, 0 deletionsdrivers/infiniband/sw/rxe/rxe_req.c
- drivers/infiniband/sw/rxe/rxe_resp.c 7 additions, 0 deletionsdrivers/infiniband/sw/rxe/rxe_resp.c
- include/rdma/ib_verbs.h 5 additions, 0 deletionsinclude/rdma/ib_verbs.h
Loading
Please register or sign in to comment