Hi Doug,
Here is the latest set of patches I have that we'd like to land in 4.15. There are some driver fixes, including a qib that is marked as stable. We also have a CM and SA patch thrown in the mix.
As always patches available for browsing at: https://github.com/ddalessa/kernel/tree/for-4.15
---
Dennis Dalessandro (1): IB/hfi1: Initialize bth1 in 16B rc ack builder
Don Hiatt (2): IB/hfi1: Mask the path bits with the LMC for 16B RC Acks IB/CM: Change sgid to IB GID when handling CM request
Jan Sokolowski (1): IB/hfi1: Use 4096 for default active MTU in query_qp
Mike Marciniszyn (1): IB/qib: Fix comparison error with qperf compare/swap test
Venkata Sandeep Dhanalakota (1): IB/SA: Check dlid before SA agent queries for ClassPortInfo
drivers/infiniband/core/cm.c | 38 ++++++++++++++++++++++++++++++++++-- drivers/infiniband/core/sa_query.c | 10 +++++++++ drivers/infiniband/hw/hfi1/rc.c | 10 +++++---- drivers/infiniband/hw/hfi1/verbs.c | 2 +- drivers/infiniband/hw/qib/qib_rc.c | 6 +++--- 5 files changed, 55 insertions(+), 11 deletions(-)
-- -Denny