-
- Downloads
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Pull rdma fixes frfom Jason Gunthorpe: "Not much so far. We have the usual batch of bugs and two fixes to code merged this cycle: - Restore valgrind support for the ioctl verbs interface merged this window, and fix a missed error code on an error path from that conversion - A user reported crash on obsolete mthca hardware - pvrdma was using the wrong command opcode toward the hypervisor - NULL pointer crash regression when dumping rdma-cm over netlink - Be conservative about exposing the global rkey" * tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma: RDMA/uverbs: Mark ioctl responses with UVERBS_ATTR_F_VALID_OUTPUT RDMA/mthca: Clear QP objects during their allocation RDMA/vmw_pvrdma: Return the correct opcode when creating WR RDMA/cma: Add cm_id restrack resource based on kernel or user cm_id type RDMA/nldev: Don't expose unsafe global rkey to regular user RDMA/uverbs: Fix post send success return value in case of error
Showing
- drivers/infiniband/core/cma.c 4 additions, 1 deletiondrivers/infiniband/core/cma.c
- drivers/infiniband/core/nldev.c 0 additions, 4 deletionsdrivers/infiniband/core/nldev.c
- drivers/infiniband/core/rdma_core.h 2 additions, 0 deletionsdrivers/infiniband/core/rdma_core.h
- drivers/infiniband/core/uverbs_cmd.c 10 additions, 1 deletiondrivers/infiniband/core/uverbs_cmd.c
- drivers/infiniband/core/uverbs_ioctl.c 49 additions, 13 deletionsdrivers/infiniband/core/uverbs_ioctl.c
- drivers/infiniband/core/uverbs_main.c 1 addition, 0 deletionsdrivers/infiniband/core/uverbs_main.c
- drivers/infiniband/hw/mthca/mthca_provider.c 2 additions, 2 deletionsdrivers/infiniband/hw/mthca/mthca_provider.c
- drivers/infiniband/hw/vmw_pvrdma/pvrdma.h 34 additions, 1 deletiondrivers/infiniband/hw/vmw_pvrdma/pvrdma.h
- drivers/infiniband/hw/vmw_pvrdma/pvrdma_qp.c 6 additions, 0 deletionsdrivers/infiniband/hw/vmw_pvrdma/pvrdma_qp.c
- include/uapi/rdma/vmw_pvrdma-abi.h 1 addition, 0 deletionsinclude/uapi/rdma/vmw_pvrdma-abi.h
Loading
Please register or sign in to comment