This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from c036f7dabc34 Merge tag 'nfs-for-5.2-3' of git://git.linux-nfs.org/proje [...] new 5f90677ed319 IB/hfi1: Validate fault injection opcode user input new da9de5f8527f IB/hfi1: Close PSM sdma_progress sleep window new cc78076af14e IB/hfi1: Correct tid qp rcd to match verbs context new cf131a819675 IB/hfi1: Avoid hardlockup with flushlist_lock new 3230f4a8d44e IB/hfi1: Silence txreq allocation warnings new 9755f7249666 IB/hfi1: Create inline to get extended headers new 4bb02e9572af IB/hfi1: Use aborts to trigger RC throttling new f972775b1cc0 IB/hfi1: Wakeup QPs orphaned on wait list after flush new 099a884ba4c0 IB/hfi1: Handle wakeup of orphaned QPs for pio new 942a89933570 IB/hfi1: Handle port down properly in pio new 529254340c7f RDMA/efa: Fix success return value in case of error new 7a5834e456f7 RDMA/efa: Handle mmap insertions overflow new 121bddf39a8e Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...]
The 13 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/hw/efa/efa_com_cmd.c | 24 +++++++++++---- drivers/infiniband/hw/efa/efa_verbs.c | 21 ++++++++++--- drivers/infiniband/hw/hfi1/chip.c | 13 ++++++++ drivers/infiniband/hw/hfi1/chip.h | 1 + drivers/infiniband/hw/hfi1/fault.c | 5 +++ drivers/infiniband/hw/hfi1/hfi.h | 31 +++++++++++++++++++ drivers/infiniband/hw/hfi1/pio.c | 21 +++++++++++-- drivers/infiniband/hw/hfi1/rc.c | 53 +++++++++++++++++++------------- drivers/infiniband/hw/hfi1/sdma.c | 26 ++++++++++++---- drivers/infiniband/hw/hfi1/tid_rdma.c | 4 +-- drivers/infiniband/hw/hfi1/ud.c | 4 +-- drivers/infiniband/hw/hfi1/user_sdma.c | 12 +++----- drivers/infiniband/hw/hfi1/user_sdma.h | 1 - drivers/infiniband/hw/hfi1/verbs.c | 14 +++++---- drivers/infiniband/hw/hfi1/verbs.h | 1 + drivers/infiniband/hw/hfi1/verbs_txreq.c | 2 +- drivers/infiniband/hw/hfi1/verbs_txreq.h | 3 +- 17 files changed, 174 insertions(+), 62 deletions(-)