Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Pull rdma fixes from Jason Gunthorpe: "A few minor bug fixes for user visible defects, and one regression: - Various bugs from static checkers and syzkaller - Add missing error checking in mlx4 - Prevent RTNL lock recursion in i40iw - Fix segfault in cxgb4 in peer abort cases - Fix a regression added in 5.7 where the IB_EVENT_DEVICE_FATAL could be lost, and wasn't delivered to all the FDs" * tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma: RDMA/uverbs: Move IB_EVENT_DEVICE_FATAL to destroy_uobj RDMA/uverbs: Do not discard the IB_EVENT_DEVICE_FATAL event RDMA/iw_cxgb4: Fix incorrect function parameters RDMA/core: Fix double put of resource IB/core: Fix potential NULL pointer dereference in pkey cache IB/hfi1: Fix another case where pq is left on waitlist IB/i40iw: Remove bogus call to netdev_master_upper_dev_get() IB/mlx4: Test return value of calls to ib_get_cached_pkey RDMA/rxe: Always return ERR_PTR from rxe_create_mmap_info() i40iw: Fix error handling in i40iw_manage_arp_cache()
No related branches found
No related tags found
Showing
- drivers/infiniband/core/cache.c 5 additions, 2 deletionsdrivers/infiniband/core/cache.c
- drivers/infiniband/core/nldev.c 1 addition, 2 deletionsdrivers/infiniband/core/nldev.c
- drivers/infiniband/core/rdma_core.c 2 additions, 1 deletiondrivers/infiniband/core/rdma_core.c
- drivers/infiniband/core/uverbs.h 4 additions, 0 deletionsdrivers/infiniband/core/uverbs.h
- drivers/infiniband/core/uverbs_main.c 4 additions, 8 deletionsdrivers/infiniband/core/uverbs_main.c
- drivers/infiniband/core/uverbs_std_types_async_fd.c 29 additions, 1 deletiondrivers/infiniband/core/uverbs_std_types_async_fd.c
- drivers/infiniband/hw/cxgb4/cm.c 3 additions, 4 deletionsdrivers/infiniband/hw/cxgb4/cm.c
- drivers/infiniband/hw/hfi1/user_sdma.c 0 additions, 4 deletionsdrivers/infiniband/hw/hfi1/user_sdma.c
- drivers/infiniband/hw/i40iw/i40iw_cm.c 0 additions, 8 deletionsdrivers/infiniband/hw/i40iw/i40iw_cm.c
- drivers/infiniband/hw/i40iw/i40iw_hw.c 1 addition, 1 deletiondrivers/infiniband/hw/i40iw/i40iw_hw.c
- drivers/infiniband/hw/mlx4/qp.c 11 additions, 3 deletionsdrivers/infiniband/hw/mlx4/qp.c
- drivers/infiniband/sw/rxe/rxe_mmap.c 1 addition, 1 deletiondrivers/infiniband/sw/rxe/rxe_mmap.c
- drivers/infiniband/sw/rxe/rxe_queue.c 7 additions, 4 deletionsdrivers/infiniband/sw/rxe/rxe_queue.c
Loading
Please register or sign in to comment