]> git.baikalelectronics.ru Git - kernel.git/commit
RDMA/rw: Fix error flow during RDMA context initialization
authorMax Gurtovoy <maxg@mellanox.com>
Thu, 20 Feb 2020 10:08:18 +0000 (12:08 +0200)
committerJason Gunthorpe <jgg@mellanox.com>
Thu, 20 Feb 2020 17:19:21 +0000 (13:19 -0400)
commitd8df68e2ab827892926b7641a24b1e971e6d097a
treecb1d18f1fda10418f9f0d77bc4693abaf6a05ff8
parent4db8e45ccdbc54304fc9cb0f063068fb2ce7deec
RDMA/rw: Fix error flow during RDMA context initialization

In case the SGL was mapped for P2P DMA operation, we must unmap it using
pci_p2pdma_unmap_sg during the error unwind of rdma_rw_ctx_init()

Fixes: 43fc5da7606e ("PCI/P2PDMA: Introduce pci_p2pdma_unmap_sg()")
Link: https://lore.kernel.org/r/20200220100819.41860-1-maxg@mellanox.com
Signed-off-by: Max Gurtovoy <maxg@mellanox.com>
Reviewed-by: Leon Romanovsky <leonro@mellanox.com>
Reviewed-by: Logan Gunthorpe <logang@deltatee.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/core/rw.c