linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH for-rc 0/4] Patches for 5.5 rc
@ 2019-12-19 21:19 Dennis Dalessandro
  2019-12-19 21:19 ` [PATCH for-rc 1/4] IB/hfi1: Add accessor API routines to access context members Dennis Dalessandro
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Dennis Dalessandro @ 2019-12-19 21:19 UTC (permalink / raw)
  To: jgg, dledford; +Cc: linux-rdma

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-01-03 20:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-19 21:19 [PATCH for-rc 0/4] Patches for 5.5 rc Dennis Dalessandro
2019-12-19 21:19 ` [PATCH for-rc 1/4] IB/hfi1: Add accessor API routines to access context members Dennis Dalessandro
2019-12-19 21:19 ` [PATCH for-rc 2/4] IB/hfi1: List all receive contexts from debugfs Dennis Dalessandro
2019-12-19 21:19 ` [PATCH for-rc 3/4] IB/rdmavt: Correct comments in rdmavt_qp.h header Dennis Dalessandro
2019-12-19 21:19 ` [PATCH for-rc 4/4] IB/hfi1: Don't cancel unused work item Dennis Dalessandro
2019-12-20 13:47 ` [PATCH for-rc 0/4] Patches for 5.5 rc Jason Gunthorpe
2020-01-03 20:47 ` Jason Gunthorpe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).