4252a1a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma

Merged and Committed by Linus Torvalds 4 years ago
    Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
    
    Pull rdma fixes from Jason Gunthorpe:
     "A number of bug fixes and a regression fix:
    
       - Various issues from static analysis in hfi1, uverbs, hns, and cxgb4
    
       - Fix for deadlock in a case when the new auto RDMA module loading is
         used
    
       - Missing _irq notation in a prior -rc patch found by lockdep
    
       - Fix a locking and lifetime issue in siw
    
       - Minor functional bug fixes in cxgb4, mlx5, qedr
    
       - Fix a regression where vlan interfaces no longer worked with RDMA
         CM in some cases"
    
    * tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma:
      RDMA/hns: Prevent memory leaks of eq->buf_list
      RDMA/iw_cxgb4: Avoid freeing skb twice in arp failure case
      RDMA/mlx5: Use irq xarray locking for mkey_table
      IB/core: Avoid deadlock during netlink message handling
      RDMA/nldev: Skip counter if port doesn't match
      RDMA/uverbs: Prevent potential underflow
      IB/core: Use rdma_read_gid_l2_fields to compare GID L2 fields
      RDMA/qedr: Fix reported firmware version
      RDMA/siw: free siw_base_qp in kref release routine
      RDMA/iwcm: move iw_rem_ref() calls out of spinlock
      iw_cxgb4: fix ECN check on the passive accept
      IB/hfi1: Use a common pad buffer for 9B and 16B packets
      IB/hfi1: Avoid excessive retry for TID RDMA READ request
      RDMA/mlx5: Clear old rate limit when closing QP
    
        
file modified
+29 -23
file modified
+1 -1