On Thu, Feb 20, 2020 at 12:08:18PM +0200, Max Gurtovoy wrote: > In case the SGL was mapped for P2P DMA operation, we must unmap it using > pci_p2pdma_unmap_sg. > > Fixes: 7f73eac3a713 ("PCI/P2PDMA: Introduce pci_p2pdma_unmap_sg()") > Signed-off-by: Max Gurtovoy <maxg@xxxxxxxxxxxx> > Reviewed-by: Leon Romanovsky <leonro@xxxxxxxxxxxx> > Reviewed-by: Logan Gunthorpe <logang@xxxxxxxxxxxx> > --- > drivers/infiniband/core/rw.c | 32 +++++++++++++++++++++----------- > 1 file changed, 21 insertions(+), 11 deletions(-) Applied to for-rc. The other one can go to -next in a bit as there is no current bug Jason