mbox series

[for-next,0/3] hfi1 and rdmavt fixes for next cycle

Message ID 20190911112912.126040.72184.stgit@awfm-01.aw.intel.com (mailing list archive)
Headers show
Series hfi1 and rdmavt fixes for next cycle | expand

Message

Dennis Dalessandro Sept. 11, 2019, 11:30 a.m. UTC
Here are some small patches for the next merge window. The traces patch requires
one that is already in 5.3-rc4 and not yet in for-next. There will be a conflict
otherwise. Easy to resolve but will also conflict when merge with Linus. The 
pre-req patch is: IB/hfi1: Unsafe PSN checking for TID RDMA READ Resp packet [1]

[1]
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=35d5c8b82e2c32e8e29ca195bb4dac60ba7d97fc

---

Ira Weiny (1):
      IB/hfi1: Define variables as unsigned long to fix KASAN warning

Kaike Wan (2):
      IB/hfi1: Add traces for TID RDMA READ
      IB/{rdmavt, hfi1, qib}: Add a counter for credit waits


 drivers/infiniband/hw/hfi1/chip.c      |    2 +
 drivers/infiniband/hw/hfi1/chip.h      |    1 +
 drivers/infiniband/hw/hfi1/mad.c       |   45 ++++++++++++++------------------
 drivers/infiniband/hw/hfi1/rc.c        |   15 +++++------
 drivers/infiniband/hw/hfi1/tid_rdma.c  |    8 ++++++
 drivers/infiniband/hw/hfi1/trace_tid.h |   38 +++++++++++++++++++++++++++
 drivers/infiniband/hw/qib/qib_rc.c     |   10 +------
 drivers/infiniband/hw/qib/qib_sysfs.c  |    2 +
 include/rdma/rdma_vt.h                 |    1 +
 include/rdma/rdmavt_qp.h               |   35 +++++++++++++++++++++++++
 10 files changed, 115 insertions(+), 42 deletions(-)

--
-Denny

Comments

Jason Gunthorpe Sept. 16, 2019, 1:58 p.m. UTC | #1
On Wed, Sep 11, 2019 at 07:30:34AM -0400, Dennis Dalessandro wrote:
> Here are some small patches for the next merge window. The traces patch requires
> one that is already in 5.3-rc4 and not yet in for-next. There will be a conflict
> otherwise. Easy to resolve but will also conflict when merge with Linus. The 
> pre-req patch is: IB/hfi1: Unsafe PSN checking for TID RDMA READ Resp packet [1]
> 
> [1]
> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=35d5c8b82e2c32e8e29ca195bb4dac60ba7d97fc
> 
> 
> Ira Weiny (1):
>       IB/hfi1: Define variables as unsigned long to fix KASAN warning
> 
> Kaike Wan (2):
>       IB/hfi1: Add traces for TID RDMA READ
>       IB/{rdmavt, hfi1, qib}: Add a counter for credit waits

Applied to for-next

Thanks,
Jason