The first two patches I wouldn't ordinarily have sent for -rc but I noticed we did this in the previous -rc post, add an API because we use it in the next fix. That's what the first two patches here do. It's understandable if you are skeptical that those are OK for -rc and in which case you can drop and we can send for next. --- Kaike Wan (1): IB/hfi1: Don't cancel unused work item Michael J. Ruhl (1): IB/hfi1: List all receive contexts from debugfs Mike Marciniszyn (2): IB/hfi1: Add accessor API routines to access context members IB/rdmavt: Correct comments in rdmavt_qp.h header drivers/infiniband/hw/hfi1/chip.c | 27 ++---- drivers/infiniband/hw/hfi1/common.h | 3 + drivers/infiniband/hw/hfi1/debugfs.c | 2 drivers/infiniband/hw/hfi1/driver.c | 86 +++++++++----------- drivers/infiniband/hw/hfi1/file_ops.c | 12 +-- drivers/infiniband/hw/hfi1/hfi.h | 129 ++++++++++++++++++++++++++++++ drivers/infiniband/hw/hfi1/init.c | 6 + drivers/infiniband/hw/hfi1/iowait.c | 4 + drivers/infiniband/hw/hfi1/trace_ctxts.h | 2 drivers/infiniband/hw/hfi1/trace_rx.h | 13 +-- drivers/infiniband/hw/hfi1/vnic_main.c | 2 drivers/infiniband/sw/rdmavt/rc.c | 9 ++ include/rdma/rdmavt_qp.h | 22 ----- 13 files changed, 205 insertions(+), 112 deletions(-) -- -Denny