Here are two pretty straight forward fixes. The first from Kaike fixes a TID RDMA bug and the other is for an issue raised on the list by Dan Carpenter: https://marc.info/?l=linux-rdma&m=157001856105835&w=2 --- Kaike Wan (1): IB/hfi1: Avoid excessive retry for TID RDMA READ request Mike Marciniszyn (1): IB/hfi1: Use a common pad buffer for 9B and 16B packets drivers/infiniband/hw/hfi1/sdma.c | 5 +++-- drivers/infiniband/hw/hfi1/tid_rdma.c | 5 ----- drivers/infiniband/hw/hfi1/verbs.c | 10 ++++------ 3 files changed, 7 insertions(+), 13 deletions(-) -- -Denny