This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 908f7d12d3ba Merge tag 's390-5.8-3' of git://git.kernel.org/pub/scm/lin [...] new 2ef5612391f0 RDMA/mlx5: Remove duplicated assignment to resp.response_length new 4f5747cf8e59 RDMA/mlx5: Fix -Wformat warning in check_ucmd_data() new 0dc63bbee0fa RDMA/hfi1: Fix trivial mis-spelling of 'descriptor' new 6769b275a313 RDMA/siw: Fix pointer-to-int-cast warning in siw_rx_pbl() new 1ea7c546b8b3 RDMA/core: Annotate CMA unlock helper routine new 90a239ee25fa RDMA/rvt: Fix potential memory leak caused by rvt_alloc_rq new 0133654d8eb8 RDMA/efa: Set maximum pkeys device attribute new 0dfbd5ecf28c RDMA/qedr: Fix KASAN: use-after-free in ucma_event_handler+0x532 new 730c89124841 RDMA/cma: Protect bind_list and listen_list while finding [...] new ab183d460daa RDMA/mlx5: Add missed RST2INIT and INIT2INIT steps during [...] new 98a6151907cb RDMA/hns: Fix a calltrace when registering MR from userspace new 3ec5f54f7a0f RDMA/hns: Fix an cmd queue issue when resetting new 4121fb0db68e RDMA/core: Check that type_attrs is not NULL prior access new 6c41965d647a RDMA/mlx5: Don't access ib_qp fields in internal destroy QP path new d44335572f76 RDMA/mlx5: Fix remote gid value in query QP new 2c0f5292d535 RDMA/mlx5: Remove ECE limitation from the RAW_PACKET QPs new 9e0dc7b9e1cb RDMA/mlx5: Fix integrity enabled QP creation new a17f4bed811c RDMA/mad: Fix possible memory leak in ib_mad_post_receive_mads() new c1d869d64a19 RDMA/counter: Query a counter before release new 6eefa839c4dd RDMA/mlx5: Protect from kernel crash if XRC_TGT doesn't ha [...] new 116a1b9f1cb7 IB/mad: Fix use after free when destroying MAD agent new b46925a24a9c IB/hfi1: Restore kfree in dummy_netdev cleanup new 822fbd374106 IB/hfi1: Fix module use count flaw due to leftover module [...] new 82172b765530 IB/hfi1: Correct -EBUSY handling in tx code new 38fd98afeeb7 IB/hfi1: Add atomic triggered sleep/wakeup new 87d93e9a91c7 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...] new e9c15badbb7b fs: Do not check if there is a fsnotify watcher on pseudo inodes new 52366a107bf0 Merge tag 'fsnotify_for_v5.8-rc3' of git://git.kernel.org/ [...]
The 28 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/cm.c | 1 + drivers/infiniband/core/cma.c | 18 +++++ drivers/infiniband/core/counters.c | 4 +- drivers/infiniband/core/mad.c | 3 +- drivers/infiniband/core/rdma_core.c | 36 ++++++---- drivers/infiniband/hw/efa/efa_verbs.c | 1 + drivers/infiniband/hw/hfi1/debugfs.c | 19 +---- drivers/infiniband/hw/hfi1/iowait.h | 2 +- drivers/infiniband/hw/hfi1/ipoib.h | 6 ++ drivers/infiniband/hw/hfi1/ipoib_tx.c | 104 ++++++++++++++++++---------- drivers/infiniband/hw/hfi1/netdev_rx.c | 2 +- drivers/infiniband/hw/hfi1/verbs_txreq.h | 2 +- drivers/infiniband/hw/hns/hns_roce_device.h | 7 +- drivers/infiniband/hw/hns/hns_roce_hw_v1.c | 4 +- drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 17 ++--- drivers/infiniband/hw/hns/hns_roce_mr.c | 5 +- drivers/infiniband/hw/mlx5/qp.c | 50 ++++++------- drivers/infiniband/hw/mlx5/qpc.c | 8 +++ drivers/infiniband/hw/qedr/qedr_iw_cm.c | 13 +++- drivers/infiniband/sw/rdmavt/qp.c | 6 +- drivers/infiniband/sw/siw/siw_qp_rx.c | 3 +- fs/file_table.c | 2 +- include/linux/mlx5/mlx5_ifc.h | 10 +-- 23 files changed, 198 insertions(+), 125 deletions(-)