This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 9ace868a17d8 Merge tag 'iomap-5.0-fixes-1' of git://git.kernel.org/pub/ [...] new 8af526e03535 RDMA/mlx5: Fix check for supported user flags when creating a QP new f45f8edbe1d3 IB/mlx4: Fix using wrong function to destroy sqp AHs under SRIOV new 904bba211acc IB/{hfi1, qib}: Fix WC.byte_len calculation for UD_SEND_WITH_IMM new 7709b0dc265f IB/hfi1: Remove overly conservative VM_EXEC flag check new 09ce351dff8e IB/hfi1: Add limit test for RC/UC send via loopback new d79af7242bb2 RDMA/device: Expose ib_device_try_get(() new 951d01b96f17 IB/mlx5: Fix how advise_mr() launches async work new 9d9d4ff78884 RDMA/hns: Update the kernel header file of hns new a2093dd35f8c RDMA/umem: Add missing initialization of owning_mm new 425784aa5b02 IB/uverbs: Fix OOPs upon device disassociation new c1b03c25f5c1 RDMA/mlx5: Fix flow creation on representors new f8ade8e24297 IB/uverbs: Fix ioctl query port to consider device disassociation new 6ab4aba00f81 IB/ipoib: Fix for use-after-free in ipoib_cm_tx_start new 7b21b69ab203 IB/uverbs: Fix OOPs in uverbs_user_mmap_disassociate new 5eeb63359b1e Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...]
The 15 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: drivers/infiniband/core/core_priv.h | 1 - drivers/infiniband/core/device.c | 13 +++++++++--- drivers/infiniband/core/umem_odp.c | 3 +++ drivers/infiniband/core/uverbs_main.c | 25 +++++++++++++++-------- drivers/infiniband/core/uverbs_std_types_device.c | 8 +++++++- drivers/infiniband/hw/hfi1/file_ops.c | 2 +- drivers/infiniband/hw/hfi1/ud.c | 1 - drivers/infiniband/hw/hns/hns_roce_srq.c | 10 +++++++-- drivers/infiniband/hw/mlx4/mad.c | 6 +++--- drivers/infiniband/hw/mlx5/flow.c | 3 +-- drivers/infiniband/hw/mlx5/odp.c | 10 ++++----- drivers/infiniband/hw/mlx5/qp.c | 16 ++++++++------- drivers/infiniband/hw/qib/qib_ud.c | 1 - drivers/infiniband/sw/rdmavt/qp.c | 7 ++++++- drivers/infiniband/ulp/ipoib/ipoib.h | 1 - drivers/infiniband/ulp/ipoib/ipoib_cm.c | 3 +-- include/rdma/ib_verbs.h | 24 ++++++++++++++++++++-- include/uapi/rdma/hns-abi.h | 5 +++++ 18 files changed, 97 insertions(+), 42 deletions(-)