nvme-pci: fix error unwind in nvme_map_data
authorChristoph Hellwig <hch@lst.de>
Wed, 20 Jan 2021 08:35:01 +0000 (09:35 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 27 Jan 2021 10:55:22 +0000 (11:55 +0100)
commit20fa3a7442798f2e9b7d33ff67e1bde873b9e0e5
tree870456819ae683adb132683b773aaa70be4b375b
parent88072260f3cac26b88102c01bd57cb6004b175ac
nvme-pci: fix error unwind in nvme_map_data

commit fa0732168fa1369dd089e5b06d6158a68229f7b7 upstream.

Properly unwind step by step using refactored helpers from nvme_unmap_data
to avoid a potential double dma_unmap on a mapping failure.

Fixes: 7fe07d14f71f ("nvme-pci: merge nvme_free_iod into nvme_unmap_data")
Reported-by: Marc Orr <marcorr@google.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Keith Busch <kbusch@kernel.org>
Reviewed-by: Marc Orr <marcorr@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/nvme/host/pci.c