mbox series

[for-next,0/3] Driver fixes

Message ID 20190226164333.31476.43732.stgit@scvm10.sc.intel.com (mailing list archive)
Headers show
Series Driver fixes | expand

Message

Dennis Dalessandro Feb. 26, 2019, 4:45 p.m. UTC
Hi Jason and Doug,

Here are some fixes that didn't quite make the boat for 5.0-rc. So we can
go ahead and send them to -next. The third patch here is really a v2 of:

https://patchwork.kernel.org/patch/10769005/

---

Michael J. Ruhl (2):
      IB/rdmavt: Fix concurrency panics in QP post_send and modify to error
      IB/hfi1: Close race condition on user context disable and close

Mike Marciniszyn (1):
      IB/rdmavt: Fix loopback send with invalidate ordering


 drivers/infiniband/hw/hfi1/hfi.h  |    2 +
 drivers/infiniband/hw/hfi1/init.c |   14 ++++++---
 drivers/infiniband/sw/rdmavt/qp.c |   59 ++++++++++++++++++++++++-------------
 3 files changed, 49 insertions(+), 26 deletions(-)

--
-Denny

Comments

Jason Gunthorpe March 4, 2019, 7:49 p.m. UTC | #1
On Tue, Feb 26, 2019 at 08:45:02AM -0800, Dennis Dalessandro wrote:
> Hi Jason and Doug,
> 
> Here are some fixes that didn't quite make the boat for 5.0-rc. So we can
> go ahead and send them to -next. The third patch here is really a v2 of:
> 
> https://patchwork.kernel.org/patch/10769005/
> 
> 
> Michael J. Ruhl (2):
>       IB/rdmavt: Fix concurrency panics in QP post_send and modify to error
>       IB/hfi1: Close race condition on user context disable and close
> 
> Mike Marciniszyn (1):
>       IB/rdmavt: Fix loopback send with invalidate ordering

Applied to for-next, thanks

Jason