All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-rc 0/3] Series short description
@ 2020-02-10 13:10 Dennis Dalessandro
  2020-02-10 13:10 ` [PATCH for-rc 1/3] IB/hfi1: Acquire lock to release TID entries when user file is closed Dennis Dalessandro
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Dennis Dalessandro @ 2020-02-10 13:10 UTC (permalink / raw)
  To: jgg, dledford; +Cc: linux-rdma

Here are some fixes for the current rc cycle. The first fixes a potential data
corruption and involves adding a mutex lock around a missed criitcal section.
The other two patches are a bit more involved but they fix panics.

---

Kaike Wan (2):
      IB/hfi1: Acquire lock to release TID entries when user file is closed
      IB/rdmavt: Reset all QPs when the device is shut down

Mike Marciniszyn (1):
      IB/hfi1: Close window for pq and request coliding


 drivers/infiniband/hw/hfi1/file_ops.c     |   52 +++++++++++-------
 drivers/infiniband/hw/hfi1/hfi.h          |    5 +-
 drivers/infiniband/hw/hfi1/user_exp_rcv.c |    5 +-
 drivers/infiniband/hw/hfi1/user_sdma.c    |   17 ++++--
 drivers/infiniband/sw/rdmavt/qp.c         |   84 ++++++++++++++++++-----------
 5 files changed, 101 insertions(+), 62 deletions(-)

--
-Denny

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

end of thread, other threads:[~2020-02-11 17:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-10 13:10 [PATCH for-rc 0/3] Series short description Dennis Dalessandro
2020-02-10 13:10 ` [PATCH for-rc 1/3] IB/hfi1: Acquire lock to release TID entries when user file is closed Dennis Dalessandro
2020-02-10 13:10 ` [PATCH for-rc 2/3] IB/hfi1: Close window for pq and request coliding Dennis Dalessandro
2020-02-10 13:10 ` [PATCH for-rc 3/3] IB/rdmavt: Reset all QPs when the device is shut down Dennis Dalessandro
2020-02-11 17:52 ` [PATCH for-rc 0/3] Series short description Jason Gunthorpe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.