]> git.baikalelectronics.ru Git - kernel.git/commit
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)
committerChristoph Hellwig <hch@lst.de>
Wed, 20 Jan 2021 17:56:33 +0000 (18:56 +0100)
commit81e3c248e54bda7a1cc5db494dd34061f77bd12c
tree3c7970231b1ffd86791daf4d0bee1ab34299e2f3
parent3c38adab775a0d2932afcd8296a962f6749b4026
nvme-pci: fix error unwind in nvme_map_data

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

Fixes: dcb2b9d4243f ("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>
drivers/nvme/host/pci.c