This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from c127e59bee3e Merge tag 'for_v4.19-rc6' of git://git.kernel.org/pub/scm/ [...] new 9f34519a8235 cxgb4: fix abort_req_rss6 struct new 67e3816842fe RDMA/uverbs: Atomically flush and mark closed the comp eve [...] new 5fe23f262e05 ucma: fix a use-after-free in ucma_resolve_ip() new ee92efe41cf3 IB/srp: Avoid that sg_reset -d ${srp_device} triggers an i [...] new 4eeed3686981 RDMA/uverbs: Fix validity check for modify QP new 0dbfaa9f2813 IB/hfi1: Fix SL array bounds check new 94694d18cf27 IB/hfi1: Invalid user input can result in crash new d623500b3c4e IB/hfi1: Fix context recovery when PBC has an UnsupportedVL new b4a4957d3d1c IB/hfi1: Fix destroy_qp hang after a link down new de5c95d0f518 RDMA/bnxt_re: Fix system crash during RDMA resource initia [...] new a9360abd3de0 IB/uverbs: Free uapi on destroy new e8ef090a6142 IB/mlx5: Destroy the DEVX object upon error flow new 5c5702e259dc RDMA/core: Set right entry state before releasing reference new ad0371482b1e Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...]
The 14 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/cache.c | 68 ++++++++++----------- drivers/infiniband/core/ucma.c | 2 + drivers/infiniband/core/uverbs_cmd.c | 68 ++++++++++++++------- drivers/infiniband/core/uverbs_main.c | 1 + drivers/infiniband/core/uverbs_uapi.c | 1 + drivers/infiniband/hw/bnxt_re/main.c | 93 ++++++++++++----------------- drivers/infiniband/hw/hfi1/chip.c | 6 +- drivers/infiniband/hw/hfi1/pio.c | 51 ++++++++++++---- drivers/infiniband/hw/hfi1/pio.h | 2 + drivers/infiniband/hw/hfi1/user_sdma.c | 2 +- drivers/infiniband/hw/hfi1/verbs.c | 8 ++- drivers/infiniband/hw/mlx5/devx.c | 5 +- drivers/infiniband/ulp/srp/ib_srp.c | 6 +- drivers/net/ethernet/chelsio/cxgb4/t4_msg.h | 1 - 14 files changed, 184 insertions(+), 130 deletions(-)