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