mbox series

[for-rc,0/3] Series short description

Message ID 20200210130712.87408.34564.stgit@awfm-01.aw.intel.com (mailing list archive)
Headers show
Series Series short description | expand

Message

Dennis Dalessandro Feb. 10, 2020, 1:10 p.m. UTC
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

Comments

Jason Gunthorpe Feb. 11, 2020, 5:52 p.m. UTC | #1
On Mon, Feb 10, 2020 at 08:10:20AM -0500, Dennis Dalessandro wrote:
> 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

Applied to for-rc

Thanks,
Jason