OSDN Git Service

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)
commit6affca140cbea01f497c4f4e16f1e2be7f74bd04
treecb1d18f1fda10418f9f0d77bc4693abaf6a05ff8
parent4ca501d6aaf21de31541deac35128bbea8427aa6
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: 7f73eac3a713 ("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