mbox series

[for-rc,0/2] RDMA/irdma: Bug fixes

Message ID 20230522155654.1309-1-shiraz.saleem@intel.com (mailing list archive)
Headers show
Series RDMA/irdma: Bug fixes | expand

Message

Shiraz Saleem May 22, 2023, 3:56 p.m. UTC
This series adds a couple of minor driver fixes for irdma.

Mustafa Ismail (2):
  RDMA/irdma: Prevent QP use after free
  RDMA/irdma: Fix Local Invalidate fencing

 drivers/infiniband/hw/irdma/verbs.c | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

Comments

Jason Gunthorpe May 29, 2023, 5:10 p.m. UTC | #1
On Mon, May 22, 2023 at 10:56:51AM -0500, Shiraz Saleem wrote:
> This series adds a couple of minor driver fixes for irdma.
> 
> Mustafa Ismail (2):
>   RDMA/irdma: Prevent QP use after free
>   RDMA/irdma: Fix Local Invalidate fencing

Applied to for-rc, thanks

Jason